Age | Commit message (Expand) | Author | Files | Lines |
2011-12-18 | i2c-eg20t: correct the driver init order of pch_i2c_probe() | Feng Tang | 1 | -10/+12 |
2011-12-18 | I2C: OMAP: fix FIFO usage for OMAP4 | Shubhrajyoti D | 1 | -5/+6 |
2011-12-18 | i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio | Tushar Behera | 1 | -1/+1 |
2011-12-18 | i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle | Mark Brown | 1 | -0/+1 |
2011-12-01 | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-... | Linus Torvalds | 1 | -1/+1 |
2011-11-27 | ARM: 7175/1: add subname parameter to mfp_set_groupg callers | Axel Lin | 1 | -1/+1 |
2011-11-23 | i2c: Make i2cdev_notifier_call static | Shubhrajyoti D | 1 | -1/+1 |
2011-11-23 | i2c: Fix device name for 10-bit slave address | Jean Delvare | 1 | -1/+3 |
2011-11-23 | i2c-algo-bit: Generate correct i2c address sequence for 10-bit target | Jeffrey (Sheng-Hui) Chu | 1 | -2/+2 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -0/+4 |
2011-11-04 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -2/+2 |
2011-11-03 | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 | Linus Torvalds | 1 | -1/+0 |
2011-11-02 | Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 20 | -664/+1450 |
2011-11-01 | Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/... | Ben Dooks | 3 | -52/+167 |
2011-11-01 | Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2 | Ben Dooks | 9 | -10/+10 |
2011-11-01 | Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v... | Ben Dooks | 9 | -530/+1181 |
2011-11-01 | i2c: Add module.h to modular files prev. implicitly getting it | Paul Gortmaker | 3 | -0/+3 |
2011-11-01 | i2c: add export.h to i2c-boardinfo.c for EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-10-30 | i2c-algo-pca: Return standard fault codes | Jean Delvare | 1 | -2/+4 |
2011-10-30 | i2c-algo-bit: Return standard fault codes | Jean Delvare | 1 | -7/+7 |
2011-10-30 | i2c-algo-bit: Be verbose on bus testing failure | Jean Delvare | 1 | -1/+3 |
2011-10-30 | i2c-algo-bit: Let user test buses without failing | Jean Delvare | 1 | -3/+3 |
2011-10-30 | i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv | Harvey Yang | 1 | -3/+3 |
2011-10-30 | i2c: I2C_ELEKTOR should depend on HAS_IOPORT | Geert Uytterhoeven | 1 | -1/+1 |
2011-10-29 | i2c-s3c2410: Add device tree support | Thomas Abraham | 1 | -4/+106 |
2011-10-29 | i2c-s3c2410: Keep a copy of platform data and use it | Thomas Abraham | 1 | -4/+14 |
2011-10-29 | i2c-nomadik: cosmetic coding style corrections | Jonas Aaberg | 1 | -43/+46 |
2011-10-29 | i2c-au1550: dev_pm_ops conversion | Manuel Lauss | 1 | -10/+14 |
2011-10-29 | i2c-au1550: increase timeout waiting for master done | Manuel Lauss | 1 | -1/+1 |
2011-10-29 | i2c-au1550: remove unused ack_timeout | Manuel Lauss | 1 | -2/+0 |
2011-10-29 | i2c-au1550: remove usage of volatile keyword | Manuel Lauss | 1 | -153/+99 |
2011-10-29 | i2c-tegra: __iomem annotation fix | Olof Johansson | 1 | -1/+1 |
2011-10-29 | i2c-eg20t: Add initialize processing in case i2c-error occurs | Tomoya MORINAGA | 1 | -0/+3 |
2011-10-29 | i2c-eg20t: Fix flag setting issue | Tomoya MORINAGA | 1 | -0/+2 |
2011-10-29 | i2c-eg20t: add stop sequence in case wait-event timeout occurs | Tomoya MORINAGA | 1 | -0/+3 |
2011-10-29 | i2c-eg20t: Separate error processing | Tomoya MORINAGA | 1 | -58/+115 |
2011-10-29 | i2c-eg20t: Fix 10bit access issue | Tomoya MORINAGA | 1 | -2/+63 |
2011-10-29 | i2c-eg20t: Modify returned value s32 to long | Tomoya MORINAGA | 1 | -5/+1 |
2011-10-29 | i2c-eg20t: Fix bus-idle waiting issue | Tomoya MORINAGA | 1 | -9/+9 |
2011-10-29 | i2c-designware: Fix PCI core warning on suspend/resume | Octavian Purdila | 1 | -21/+8 |
2011-10-29 | i2c-designware: Add runtime power management support | Dirk Brandewie | 3 | -2/+98 |
2011-10-29 | i2c-designware: Add support for Designware core behind PCI devices. | Dirk Brandewie | 4 | -0/+329 |
2011-10-29 | i2c-designware: Push all register reads/writes into the core code. | Dirk Brandewie | 3 | -102/+143 |
2011-10-29 | i2c-designware: Support multiple cores using same ISR | Dirk Brandewie | 1 | -2/+8 |
2011-10-29 | i2c-designware: move controller config to bus specific portion of driver | Dirk Brandewie | 3 | -4/+5 |
2011-10-29 | i2c-designware: move i2c functionality bit field to be adapter specific | Dirk Brandewie | 3 | -6/+11 |
2011-10-29 | i2c-designware: Move retriveving the clock speed out of core code. | Dirk Brandewie | 3 | -1/+10 |
2011-10-29 | i2c-designware: split of i2c-designware.c into core and bus specific parts | Dirk Brandewie | 5 | -343/+412 |
2011-10-29 | i2c-designware: Move checking of IP core version to i2c_dw_init() | Dirk Brandewie | 1 | -11/+19 |
2011-10-29 | i2c-designware: Allow mixed endianness accesses | Jean-Hugues Deschenes | 1 | -2/+15 |