1. 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
  2. 25 10月, 2008 1 次提交
  3. 22 10月, 2008 1 次提交
    • D
      mfd: twl4030 IRQ handling update · a30d46c0
      David Brownell 提交于
      - Move it into a separate file; clean and streamline it
       - Restructure the init code for reuse during secondary dispatch
       - Support both levels (primary, secondary) of IRQ dispatch
       - Use a workqueue for irq mask/unmask and trigger configuration
      
      Code for two subchips currently share that secondary handler code.
      One is the power subchip; its IRQs are now handled by this core,
      courtesy of this patch.  The other is the GPIO module, which will
      be supported through a later patch.
      
      There are also minor changes to the header file, mostly related
      to GPIO support; nothing yet in mainline cares about those.  A
      few references to OMAP-specific symbols are disabled; when they
      can all be removed, the TWL4030 support ceases being OMAP-specific.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      a30d46c0
  4. 20 10月, 2008 1 次提交
    • D
      mfd: TWL4030 core driver · a603a7fa
      David Brownell 提交于
      This patch adds the core of the TWL4030 driver, which supports
      chips including the TPS65950.  These chips are multi-function; see
      
        http://focus.ti.com/docs/prod/folders/print/tps65950.html
      
      Public specs are in the works.  For now, the block diagram on
      the second page of the datasheet is fairly informative.
      
      There are some known issues with this core code.  Most notably,
      the IRQ dispatching needs simplification (to use more of genirq),
      generalization (integrating support for secondary IRQ dispatch
      as well as primary, and removing the build dependency on OMAP),
      and then probably updating to leverage threaded IRQ support
      (expected to arrive in mainline "soon").
      
      Once the core is in mainline, drivers for other parts of this
      chip can follow its lead and start swimming upstream too.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      a603a7fa
  5. 14 10月, 2008 4 次提交
  6. 21 8月, 2008 1 次提交
  7. 11 8月, 2008 2 次提交
  8. 07 7月, 2008 2 次提交
  9. 19 4月, 2008 2 次提交
  10. 08 2月, 2008 1 次提交
  11. 21 2月, 2007 1 次提交
  12. 11 9月, 2005 3 次提交
  13. 18 8月, 2005 2 次提交