aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-iop3xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19i2c: iop3xx: fix deferred probingSergey Shtylyov1-4/+2
2021-04-15i2c: iop3xx: Fix coding style issuesTian Tao1-13/+15
2020-01-15i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski1-4/+8
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-11/+21
2019-06-12i2c: iop: Use GPIO descriptorsLinus Walleij1-11/+21
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-02-05i2c: iop3xx: Add device tree probingLinus Walleij1-0/+8
2016-04-11i2c: iop3xx: use new 8 bit address helper functionWolfram Sang1-4/+1
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-01i2c: iop3xxx: fix build failure after waitqueue changesKevin Hilman1-1/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2012-07-25i2c: iop3xx: use standard gpiolib functionsRob Herring1-4/+5
2012-07-25i2c: iop3xx: clean-up trailing whitespaceRob Herring1-56/+56
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-15/+1
2011-01-04i2c-iop3xx: add iomem annotationAaro Koskinen1-3/+3
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-2/+1
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare1-6/+0
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare1-1/+1
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
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
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare1-1/+0
2007-10-13i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell1-8/+0
2007-08-14i2c-iop3xx: Set I2C_CLASS_HWMON to adapter classArnaud Patard1-0/+1
2007-07-12i2c-iop3xx: Switch to static adapter numberingMartin Michlmayr1-1/+2
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14[ARM] 4184/1: iop: cp6 access handler (undef_hook)Dan Williams1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-7/+9
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-09-25[ARM] 3827/1: iop3xx: add common gpio moduleLennert Buytenhek1-7/+9
2006-09-25[ARM] 3816/1: iop3xx: rename config symbolsLennert Buytenhek1-2/+2
2006-07-12[PATCH] i2c-iop3xx: Avoid addressing selfPeter Milne1-7/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-2/+7
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-14/+13
2005-11-01Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+5
2005-11-01[ARM] 3079/1: Fix typo in i2c-iop3xx.c (invalid pointer passed to release_mem_region)Dan Williams1-4/+5
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-4/+2
2005-10-28[PATCH] Owner field additions to many i2c drivers, 2 of 5Laurent Riffard1-0/+1
2005-10-28[PATCH] i2c: Discard explicit static initializations to 0Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare1-1/+0
2005-06-21[PATCH] Spelling fixes for drivers/i2c.Steven Cole1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+554