1. 08 3月, 2010 9 次提交
  2. 27 2月, 2010 2 次提交
  3. 16 2月, 2010 1 次提交
  4. 14 12月, 2009 9 次提交
  5. 23 11月, 2009 1 次提交
  6. 26 10月, 2009 2 次提交
  7. 17 9月, 2009 4 次提交
  8. 18 6月, 2009 4 次提交
  9. 05 4月, 2009 1 次提交
  10. 30 3月, 2009 1 次提交
  11. 11 1月, 2009 3 次提交
  12. 04 1月, 2009 3 次提交
    • D
      mfd: move drivers/i2c/chips/menelaus.c to drivers/mfd · 88e75cc3
      David Brownell 提交于
      ove the menelaus driver from drivers/i2c/chips to drivers/mfd
      since it's more of a multi-function device than anything else,
      and since Jean is trying to vanish drivers/i2c/chips ASAP.
      
      One way to think of these chips are as the PMIC family most
      used with OMAP2 generation chips.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      88e75cc3
    • D
      mfd: move drivers/i2c/chips/tps65010.c to drivers/mfd · 87c13493
      David Brownell 提交于
      Move the tps65010 driver from drivers/i2c/chips to drivers/mfd
      since it's more of a multi-function device than anything else,
      and since Jean is trying to vanish drivers/i2c/chips ASAP.
      
      One way to think of these chips are as the PMIC family most
      used with OMAP1 generation chips.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      87c13493
    • D
      mfd: dm355evm msp430 driver · 0931a4c6
      David Brownell 提交于
      Basic MFD framework for the MSP430 microcontroller firmware used
      on the dm355evm board:
      
       - Provides an interface for other drivers: register read/write
         utilities, and register declarations.
      
       - Directly exports:
           * Many signals through the GPIO framework
               + LEDs
               + SW6 through gpio sysfs
      	 + NTSC/nPAL jumper through gpio sysfs
      	 + ... more could be added later, e.g. MMC signals
           * Child devices:
      	+ LEDs, via leds-gpio child (and default triggers)
      	+ RTC, via rtc-dm355evm child device
      	+ Buttons and IR control, via dm355evm_keys
      
       - Supports power-off system call.  Use the reset button to power
         the board back up; the power supply LED will be on, but the
         MSP430 waits to re-activate the regulators.
      
       - On probe() this:
           * Announces firmware revision
           * Turns off the banked LEDs
           * Exports the resources noted above
           * Hooks the power-off support
           * Muxes tvp5146 -or- imager for video input
      
      Unless the new tvp514x driver (tracked for mainline) is configured,
      this assumes that some custom imager driver handles video-in.
      
      This completely ignores the registers reporting the output voltages
      on the various power supplies.  Someone could add a hwmon interface
      if that seems useful.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      0931a4c6