summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c-bfin-twi: integrate timeout timer with completion interfaceSonic Zhang2010-05-201-59/+66
| * i2c-s3c2410: Remove unconditional 1ms delay on each transferMark Brown2010-05-201-2/+17
| * Merge branch 'devel-stable' into develRussell King2010-05-1729-19/+71
| |\
| | * I2C: Fix section mismatch errors in i2c-octeon.cDavid Daney2010-04-301-2/+2
| | * i2c-stu300: off by one issueDan Carpenter2010-04-201-1/+1
| | * i2c-pnx: Add stop conditions for end of transferKevin Wells2010-04-201-0/+6
| | * i2c-pnx: Limit maximum divider to 1023Kevin Wells2010-04-201-0/+2
| | * i2c-omap: fix OOPS in omap_i2c_unidle() during probeMika Westerberg2010-04-201-5/+5
| | * i2c-imx: fix error handlingArnaud Patard2010-04-201-2/+4
| * | ARM: Add Versatile Express supportRussell King2010-05-021-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-223-11/+14
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-193-20/+21
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3028-1/+27
* | i2c-scmi: Provide module aliases for automatic loadingDarrick J. Wong2010-03-241-0/+1
* | i2c-scmi: Support IBM SMBus CMI devicesCrane Cai2010-03-241-8/+23
|/
* Add include to i2c-xii.c to fix build errorRandy Dunlap2010-03-141-0/+1
* i2c-i801: Don't use the block buffer for I2C block writesJean Delvare2010-03-131-2/+4
* i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare2010-03-131-7/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | i2c: move i2c_omap's probe function to .devinit.textUwe Kleine-König2010-03-081-1/+1
|/ /
* | Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-03-088-108/+1951
|\ \
| * \ Merge branch 'next-i2c-xilinx' into next-i2cBen Dooks2010-03-073-0/+835
| |\ \
| | * | i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors2010-03-073-0/+835
| * | | Merge branch 'next-i2c-omap' into next-i2cBen Dooks2010-03-071-19/+25
| |\ \ \
| | * | | i2c: omap: Add support for 16-bit registersCory Maccarrone2010-03-071-19/+25
| | |/ /
| * | | Merge branch 'next-i2c-mpc-v8' into next-i2cBen Dooks2010-03-072-77/+124
| |\ \ \
| | * | | i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger2010-03-072-22/+78
| | * | | i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger2010-03-071-22/+20
| | * | | i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger2010-03-071-53/+46
| | |/ /
| * / / i2c-pnx: fix setting start/stop conditionLuotao Fu2010-03-071-11/+0
| |/ /
| * | i2c/imx: don't add probe function to the driver structUwe Kleine-König2010-03-071-1/+0
| * | i2c: Add support for Ux500/Nomadik I2C controllersrinidhi kasagar2010-03-073-0/+967
* | | mfd: Fix lpc_sch related depends/selects, fix build errorRandy Dunlap2010-03-071-0/+2
* | | i2c: convert i2c-isch to platform_deviceDenis Turischev2010-03-072-42/+28
|/ /
* | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-2/+2
* | i2c-parport-light: Add SMBus alert supportJean Delvare2010-03-022-3/+40
* | i2c-parport: Add SMBus alert supportJean Delvare2010-03-023-3/+39
* | i2c-parport: Give powered devices some time to settleJean Delvare2010-03-022-2/+10
* | i2c-tiny-usb: Fix a comment on bus frequencyJean Delvare2010-03-021-3/+5
* | i2c-i801: Add Intel Cougar Point device IDsSeth Heasley2010-03-022-3/+7
* | i2c: Make PCI device ids constantMárton Németh2010-03-0217-17/+17
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-130/+155
|\ \
| * | ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-121-2/+2
| * | ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-121-2/+0
| * | ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-121-37/+44
| * | ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-121-70/+62
| * | ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-121-20/+20
| * | ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-121-10/+19