summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-077-19/+35
* driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-232-4/+4
* i2c: core: Add client I2C address to devinfoTrent Piepho2015-11-201-0/+9
* i2c: add pca954x bus multiplexer driverAntony Pavlov2015-11-195-1/+272
* i2c: import multiplexed I2C bus core support from linux kernelAntony Pavlov2015-11-193-0/+156
* i2c: Create for_each_i2c_adapter()Sascha Hauer2015-11-191-4/+4
* i2c-imx: Use xzalloc instead of kzallocAndrey Smirnov2015-11-191-1/+1
* i2c: Add support for DesignWare controllersAndrey Smirnov2015-11-193-0/+581
* i2c: fsl: Add bus recovery supportSascha Hauer2015-09-171-5/+62
* Merge branch 'for-next/misc'Sascha Hauer2015-09-011-4/+8
|\
| * i2c-imx: Fix memory leak in i2c_fsl_probe()Andrey Smirnov2015-08-191-4/+8
* | i2c: gpio: add bus recovery supportJan Luebbe2015-08-201-0/+10
* | i2c: algo-bit: check if the bus is busyJan Luebbe2015-08-201-0/+32
* | i2c: algo-bit: fix debug codeJan Luebbe2015-08-201-7/+5
* | i2c-omap: add bus recovery supportJan Luebbe2015-08-201-3/+81
* | i2c-omap: clear ARDY twiceJan Luebbe2015-08-201-0/+4
* | i2c: add bus recovery infrastructureJan Luebbe2015-08-201-0/+130
|/
* Merge branch 'for-next/ppc'Sascha Hauer2015-08-061-2/+7
|\
| * PPC/MPC5200: re-use the IMX I2C master driver for MPC5200Juergen Borleis2015-08-031-2/+7
* | i2c: only register enabled child nodesJan Luebbe2015-07-091-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-1/+1
|\
| * i2c: Use correct format specifierSascha Hauer2015-05-151-1/+1
* | i2c: omap: fix i2c bus number outputRobert Schwebel2015-06-031-3/+3
|/
* Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-064-18/+18
|\
| * of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-304-18/+18
* | i2c: mv64xxx: continue probe when clock-frequency is missingAntony Pavlov2015-04-171-2/+1
|/
* driver: Call remove function only when availableSascha Hauer2015-03-171-1/+2
* i2c: omap: fix fclk_rate for ti,omap4-i2cJan Weitzel2015-01-061-6/+5
* Merge branch 'for-next/tegra'Sascha Hauer2014-11-051-1/+1
|\
| * i2c: tegra: move to fs initcallLucas Stach2014-10-081-1/+1
* | i2c: at91: fix invalid length checkLucas Stach2014-10-211-2/+2
|/
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-023-2/+8
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-163-2/+8
* | Merge branch 'for-next/at91'Sascha Hauer2014-10-021-27/+71
|\ \
| * | I2C: at91: fix the method for interruptBo Shen2014-09-251-15/+23
| * | i2c: at91: add support of device treeRaphaël Poggi2014-09-251-7/+34
| * | i2c: at91: add at91sam9x5 configRaphaël Poggi2014-09-251-5/+14
| * | i2c: at91: fix coding style issueRaphaël Poggi2014-09-251-2/+2
| |/
* / i2c: omap: fix dts property "clock-frequency" usageTeresa Gámez2014-10-021-10/+10
|/
* Merge branch 'for-next/misc'Sascha Hauer2014-08-071-2/+2
|\
| * i2c: omap: fix typo in dt_idsRaphael Poggi2014-07-171-2/+2
* | i2c: busses/Makefile: fix indentationAntony Pavlov2014-07-311-2/+2
* | i2c: add Marvell 64xxx driverAntony Pavlov2014-07-313-0/+656
* | i2c: add Atmel AT91 driverRaphaël Poggi2014-07-253-0/+442
* | i2c: import SMBus stuff from linuxAntony Pavlov2014-07-142-1/+372
|/
* Merge branch 'for-next/mips'Sascha Hauer2014-07-041-3/+52
|\
| * i2c: i2c_gpio: add devicetree supportAntony Pavlov2014-06-251-3/+52
* | i2c: versatile: add devicetree supportAntony Pavlov2014-06-231-0/+7
|/
* i2c: add Tegra driverLucas Stach2014-05-153-0/+704
* i2c: implement of_find_i2c_adapter_by_nodeSascha Hauer2014-03-281-0/+11