Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | i2c-designware: Fix PCI core warning on suspend/resume | Octavian Purdila | 2011-10-29 | 1 | -21/+8 | |
| | | | * | | | | | | | | | i2c-designware: Add runtime power management support | Dirk Brandewie | 2011-10-29 | 3 | -2/+98 | |
| | | | * | | | | | | | | | i2c-designware: Add support for Designware core behind PCI devices. | Dirk Brandewie | 2011-10-29 | 4 | -0/+329 | |
| | | | * | | | | | | | | | i2c-designware: Push all register reads/writes into the core code. | Dirk Brandewie | 2011-10-29 | 3 | -102/+143 | |
| | | | * | | | | | | | | | i2c-designware: Support multiple cores using same ISR | Dirk Brandewie | 2011-10-29 | 1 | -2/+8 | |
| | | | * | | | | | | | | | i2c-designware: move controller config to bus specific portion of driver | Dirk Brandewie | 2011-10-29 | 3 | -4/+5 | |
| | | | * | | | | | | | | | i2c-designware: move i2c functionality bit field to be adapter specific | Dirk Brandewie | 2011-10-29 | 3 | -6/+11 | |
| | | | * | | | | | | | | | i2c-designware: Move retriveving the clock speed out of core code. | Dirk Brandewie | 2011-10-29 | 3 | -1/+10 | |
| | | | * | | | | | | | | | i2c-designware: split of i2c-designware.c into core and bus specific parts | Dirk Brandewie | 2011-10-29 | 5 | -343/+412 | |
| | | | * | | | | | | | | | i2c-designware: Move checking of IP core version to i2c_dw_init() | Dirk Brandewie | 2011-10-29 | 1 | -11/+19 | |
| | | | * | | | | | | | | | i2c-designware: Allow mixed endianness accesses | Jean-Hugues Deschenes | 2011-10-29 | 1 | -2/+15 | |
| | | | * | | | | | | | | | i2c-designware: Check component type register | Jean-Hugues Deschenes | 2011-10-29 | 1 | -4/+13 | |
| | | | * | | | | | | | | | i2c-designware: Use local version of readl & writel | Jean-Hugues Deschenes | 2011-10-29 | 1 | -39/+49 | |
| | | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | | i2c-eg20t: Add initialize processing in case i2c-error occurs | Tomoya MORINAGA | 2011-10-29 | 1 | -0/+3 | |
| | | * | | | | | | | | | i2c-eg20t: Fix flag setting issue | Tomoya MORINAGA | 2011-10-29 | 1 | -0/+2 | |
| | | * | | | | | | | | | i2c-eg20t: add stop sequence in case wait-event timeout occurs | Tomoya MORINAGA | 2011-10-29 | 1 | -0/+3 | |
| | | * | | | | | | | | | i2c-eg20t: Separate error processing | Tomoya MORINAGA | 2011-10-29 | 1 | -58/+115 | |
| | | * | | | | | | | | | i2c-eg20t: Fix 10bit access issue | Tomoya MORINAGA | 2011-10-29 | 1 | -2/+63 | |
| | | * | | | | | | | | | i2c-eg20t: Modify returned value s32 to long | Tomoya MORINAGA | 2011-10-29 | 1 | -5/+1 | |
| | | * | | | | | | | | | i2c-eg20t: Fix bus-idle waiting issue | Tomoya MORINAGA | 2011-10-29 | 1 | -9/+9 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | i2c-imx: add device tree probe support | Shawn Guo | 2011-09-14 | 2 | -6/+44 | |
| | * | | | | | | | | | i2c-imx: remove init/exit hooks from platform data | Shawn Guo | 2011-09-14 | 2 | -22/+3 | |
| * | | | | | | | | | | I2C: OMAP: remove unused function pointers from pdata | Kevin Hilman | 2011-10-29 | 1 | -3/+0 | |
| * | | | | | | | | | | I2C: OMAP: remove dev->idle, use usage counting provided by runtime PM | Kevin Hilman | 2011-10-29 | 1 | -20/+39 | |
| * | | | | | | | | | | I2C: OMAP: remove unneccesary use of pdev | Kevin Hilman | 2011-10-29 | 1 | -15/+7 | |
| * | | | | | | | | | | OMAP4: I2C: Enable the wakeup in I2C_WE | Shubhrajyoti D | 2011-10-29 | 1 | -3/+2 | |
| * | | | | | | | | | | I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_info | Andy Green | 2011-10-29 | 1 | -2/+2 | |
| * | | | | | | | | | | I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from... | Andy Green | 2011-10-29 | 1 | -17/+23 | |
| * | | | | | | | | | | I2C: OMAP1: set i2c unit feature implementation flags in platform data | Andy Green | 2011-10-29 | 1 | -0/+13 | |
| * | | | | | | | | | | I2C: OMAP2+: Pass flags up to omap i2c platform_data as well | Andy Green | 2011-10-29 | 1 | -1/+6 | |
| * | | | | | | | | | | I2C: OMAP1/OMAP2+: add flags field to omap i2c platform data | Andy Green | 2011-10-29 | 1 | -0/+1 | |
| * | | | | | | | | | | I2C: OMAP2+: address confused probed version naming | Andy Green | 2011-10-29 | 1 | -9/+12 | |
| * | | | | | | | | | | I2C: OMAP2+: Solve array bounds overflow error on i2c idle | Andy Green | 2011-10-29 | 1 | -1/+1 | |
| * | | | | | | | | | | I2C: OMAP2+: use platform_data ip revision to select register map | Andy Green | 2011-10-29 | 1 | -5/+5 | |
| * | | | | | | | | | | I2C: OMAP2+: Pass hwmod rev knowledge via platform_data when i2c bus added | Andy Green | 2011-10-29 | 1 | -0/+6 | |
| * | | | | | | | | | | I2C: OMAP1: set IP revision in platform data | Andy Green | 2011-10-29 | 1 | -0/+3 | |
| * | | | | | | | | | | I2C: OMAP: add rev to omap i2c platform data | Andy Green | 2011-10-29 | 1 | -0/+1 | |
| * | | | | | | | | | | I2C: OMAP2+: Name registers in I2C IP V2 only accordingly | Andy Green | 2011-10-29 | 1 | -11/+12 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator | Linus Torvalds | 2011-11-01 | 16 | -48/+721 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | regulator: Constify constraints name | Mark Brown | 2011-10-14 | 1 | -1/+1 | |
| * | | | | | | | | | | regulator: Fix possible nullpointer dereference in regulator_enable() | Heiko Stübner | 2011-10-14 | 1 | -1/+1 | |
| * | | | | | | | | | | regulator: gpio-regulator add dependency on GENERIC_GPIO | Heiko Stübner | 2011-10-12 | 1 | -0/+1 | |
| * | | | | | | | | | | regulator: Add module.h include to gpio-regulator | Mark Brown | 2011-10-11 | 1 | -0/+1 | |
| * | | | | | | | | | | regulator: Add driver for gpio-controlled regulators | Heiko Stübner | 2011-10-09 | 4 | -0/+454 | |
| * | | | | | | | | | | regulator: remove duplicate REG_CTRL2 defines in tps65023 | H Hartley Sweeten | 2011-10-09 | 1 | -7/+0 | |
| * | | | | | | | | | | regulator: Clarify documentation for regulator-regulator supplies | Mark Brown | 2011-10-07 | 1 | -2/+9 | |
| * | | | | | | | | | | regulator: Fix some bitrot in the machine driver documentation | Mark Brown | 2011-10-07 | 1 | -4/+4 | |
| * | | | | | | | | | | regulator: tps65023: Added support for the similiar TPS65020 chip | Marcus Folkesson | 2011-08-28 | 1 | -0/+53 | |
| * | | | | | | | | | | regulator: tps65023: Setting correct core regulator for tps65021 | Marcus Folkesson | 2011-08-28 | 1 | -21/+75 | |
| * | | | | | | | | | | regulator: tps65023: Set missing bit for update core-voltage | Marcus Folkesson | 2011-08-28 | 1 | -4/+15 |