summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: gpio: Drop dead code in i2c_gpio_removeJean Delvare2014-08-011-2/+0
* i2c: gpio: Use devm_gpio_request()Jingoo Han2014-05-221-18/+7
* i2c: gpio: OF gpio code does not handle defered probe caseBen Dooks2014-03-131-0/+3
* i2c: Include linux/of.h headerSachin Kamat2013-10-301-0/+1
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-3/+3
* i2c: gpio: Add support for deferred probingJean Delvare2013-03-271-25/+50
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-4/+4
* i2c: i2c-gpio: fix name issue with multiple i2c gpio nodesBo Shen2012-11-141-1/+5
* i2c: Dynamically assign adapter id if it wasn't explictly specifiedKarol Lewandowski2012-05-121-6/+1
* i2c/gpio: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-22/+76
* Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
* i2c-gpio: Move initialization code to subsys_initcall()Marek Szyprowski2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c: i2c_gpio: keep probe resident for hotplugged devices.Ben Dooks2008-07-281-4/+5
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-1/+1
* i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+1
* i2c-gpio: Initialize adapter classAtsushi Nemoto2007-12-121-0/+1
* i2c-gpio: Fix adapter numberDavid Brownell2007-09-091-1/+1
* i2c-gpio: Make some internal functions staticAtsushi Nemoto2007-07-121-2/+2
* i2c-gpio: Add support for new-style clientsAtsushi Nemoto2007-07-121-1/+7
* i2c: Bitbanging I2C bus driver using the GPIO APIHaavard Skinnemoen2007-05-011-0/+215