aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-01i2c: gpio: Drop dead code in i2c_gpio_removeJean Delvare1-2/+0
2014-05-22i2c: gpio: Use devm_gpio_request()Jingoo Han1-18/+7
2014-03-13i2c: gpio: OF gpio code does not handle defered probe caseBen Dooks1-0/+3
2013-10-30i2c: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-3/+3
2013-03-27i2c: gpio: Add support for deferred probingJean Delvare1-25/+50
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-4/+4
2012-11-14i2c: i2c-gpio: fix name issue with multiple i2c gpio nodesBo Shen1-1/+5
2012-05-12i2c: Dynamically assign adapter id if it wasn't explictly specifiedKarol Lewandowski1-6/+1
2012-03-15i2c/gpio: add DT supportJean-Christophe PLAGNIOL-VILLARD1-22/+76
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2010-05-21i2c-gpio: Move initialization code to subsys_initcall()Marek Szyprowski1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-28i2c: i2c_gpio: keep probe resident for hotplugged devices.Ben Dooks1-4/+5
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-12-12i2c-gpio: Initialize adapter classAtsushi Nemoto1-0/+1
2007-09-09i2c-gpio: Fix adapter numberDavid Brownell1-1/+1
2007-07-12i2c-gpio: Make some internal functions staticAtsushi Nemoto1-2/+2
2007-07-12i2c-gpio: Add support for new-style clientsAtsushi Nemoto1-1/+7
2007-05-01i2c: Bitbanging I2C bus driver using the GPIO APIHaavard Skinnemoen1-0/+215