aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | i2c-designware: move controller config to bus specific portion of driverDirk Brandewie2011-10-293-4/+5
| | | | | * | | i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie2011-10-293-6/+11
| | | | | * | | i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie2011-10-293-1/+10
| | | | | * | | i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie2011-10-295-343/+412
| | | | | * | | i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie2011-10-291-11/+19
| | | | | * | | i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes2011-10-291-2/+15
| | | | | * | | i2c-designware: Check component type registerJean-Hugues Deschenes2011-10-291-4/+13
| | | | | * | | i2c-designware: Use local version of readl & writelJean-Hugues Deschenes2011-10-291-39/+49
| | | | | |/ /
| | | | * | | i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA2011-10-291-0/+3
| | | | * | | i2c-eg20t: Fix flag setting issueTomoya MORINAGA2011-10-291-0/+2
| | | | * | | i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA2011-10-291-0/+3
| | | | * | | i2c-eg20t: Separate error processingTomoya MORINAGA2011-10-291-58/+115
| | | | * | | i2c-eg20t: Fix 10bit access issueTomoya MORINAGA2011-10-291-2/+63
| | | | * | | i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA2011-10-291-5/+1
| | | | * | | i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA2011-10-291-9/+9
| | | | |/ /
| | | * | | i2c-imx: add device tree probe supportShawn Guo2011-09-141-6/+19
| | | * | | i2c-imx: remove init/exit hooks from platform dataShawn Guo2011-09-141-18/+3
| | * | | | I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman2011-10-291-20/+39
| | * | | | I2C: OMAP: remove unneccesary use of pdevKevin Hilman2011-10-291-15/+7
| | * | | | OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D2011-10-291-3/+2
| | * | | | I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green2011-10-291-2/+2
| | * | | | I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green2011-10-291-17/+23
| | * | | | I2C: OMAP2+: address confused probed version namingAndy Green2011-10-291-9/+12
| | * | | | I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green2011-10-291-1/+1
| | * | | | I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green2011-10-291-5/+5
| | * | | | I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green2011-10-291-11/+12
| | | |/ / | | |/| |
| * | | | i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang2011-10-301-3/+3
| * | | | i2c: I2C_ELEKTOR should depend on HAS_IOPORTGeert Uytterhoeven2011-10-301-1/+1
| |/ / /
| * | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
| |\ \ \
| | * | | ARM: 7043/1: mach-ixp2000: rename GPIO headerLinus Walleij2011-08-221-1/+1
| | * | | ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-09-155-70/+91
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | i2c-tegra: fix possible race condition after txDoug Anderson2011-09-071-14/+32
| | * | | i2c-tegra: add I2C_FUNC_SMBUS_EMULMike Rapoport2011-09-071-1/+1
| | * | | i2c-tegra: Add of_match_tableJohn Bonesio2011-09-071-0/+12
| | * | | i2c-pxa2xx: return proper error code in ce4100_i2c_probe error pathsAxel Lin2011-09-071-1/+4
| | | |/ | | |/|
| | * | i2c-nomadik: fix kerneldoc warningLinus Walleij2011-08-241-1/+2
| | * | Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman2011-08-231-29/+0
| | * | i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar2011-08-231-4/+4
| | |/
| | * i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA2011-07-271-2/+2
| | * i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA2011-07-271-19/+20
| | * i2c: Tegra: Add DeviceTree supportJohn Bonesio2011-07-271-1/+16
| * | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-3/+3
| |\
| | * Merge branch 'master' into for-nextJiri Kosina2011-07-114-10/+21
| | |\
| | * | drivers/i2c: static should be at beginning of declarationJesper Juhl2011-07-111-2/+2
| | * | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-1/+1
| * | | i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely2011-07-253-14/+5
| * | | i2c-ali1535: Fix style issuesLABBE Corentin2011-07-251-31/+30
| | |/ | |/|
* | | merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-4/+2