summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: gpio: Enable working over slow can_sleep GPIOsJan Kundrát2018-01-041-4/+7
* i2c: gpio: add fault injectorWolfram Sang2017-12-031-0/+111
* i2c: gpio: Add support for named gpios in DTLinus Walleij2017-10-301-16/+43
* i2c: gpio: Local vars in probeLinus Walleij2017-10-301-13/+14
* i2c: gpio: Enforce open drain through gpiolibLinus Walleij2017-10-301-63/+39Star
* i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-301-71/+63Star
* i2c: Convert to using %pOF instead of full_nameRob Herring2017-07-311-2/+2
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: gpio: Drop dead code in i2c_gpio_removeJean Delvare2014-08-011-2/+0Star
* i2c: gpio: Use devm_gpio_request()Jingoo Han2014-05-221-18/+7Star
* 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/+0Star
* 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/+1Star
* 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