summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* i2c: gpio: flag atomic capability if possibleWolfram Sang2019-04-161-0/+2
* i2c: gpio: fault-injector: add 'inject_panic' injectorWolfram Sang2019-02-231-1/+30
* i2c: gpio: fault-injector: add 'lose_arbitration' injectorWolfram Sang2019-02-231-0/+74
* i2c: gpio: merge two very similar commentsWolfram Sang2019-02-081-12/+5Star
* i2c: gpio: fault-injector: sort debugfs files alphabeticallyWolfram Sang2019-02-051-2/+2
* i2c: gpio: sort includesWolfram Sang2019-02-051-5/+5
* Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang2018-07-131-20/+20
|\
| * i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-131-20/+20
* | i2c: gpio: fault-injector: add incomplete_write_byteWolfram Sang2018-07-031-0/+21
* | i2c: gpio: fault-injector: refactor incomplete transferWolfram Sang2018-07-031-14/+22
|/
* i2c: gpio: initialize SCL to HIGH againWolfram Sang2018-06-291-2/+2
* i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
* 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