1. 27 5月, 2011 1 次提交
  2. 31 3月, 2011 1 次提交
  3. 27 3月, 2011 2 次提交
  4. 14 1月, 2011 1 次提交
  5. 10 12月, 2010 1 次提交
    • H
      mfd: TWL6030: USBOTG VBUS event generation on · 77b1d3fa
      Hema HK 提交于
      With TWL6030-usb, VBUS SESS_VLD and SESS_END events are not generated
      as expected. When these interrupts are enabled, charger VBUS detection
      interrupt does not get generated. So USBOTG has to be dependent on charger
      VBUS interrupts.
      So added one bit for USBOTG and changed the handler to call the
      USBOTG handler whenever there is a charger VBUS interrpt.
      
      VBUS SESS_VLD and SESS_END event generation issue is under debug with
      HW team. This fix might not be required once after fixing the issue.
      Signed-off-by: NBalaji TK <balajitk@ti.com>
      Signed-off-by: NHema HK <hemahk@ti.com>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      77b1d3fa
  6. 29 10月, 2010 2 次提交
    • G
      mfd: Fix twl-irq function declaration warnings · b0b4a7c2
      G, Manjunath Kondaiah 提交于
      Fixes following sparse warnings for twl4030 and twl6030 irq files.
      
      drivers/mfd/twl4030-irq.c:783:5: warning: symbol 'twl4030_init_irq' was not
      declared. Should it be static?
      drivers/mfd/twl4030-irq.c:863:5: warning: symbol 'twl4030_exit_irq' was not
      declared. Should it be static?
      drivers/mfd/twl4030-irq.c:873:5: warning: symbol 'twl4030_init_chip_irq' was
      not declared. Should it be static?
      
      drivers/mfd/twl6030-irq.c:226:5: warning: symbol 'twl6030_init_irq' was not
      declared. Should it be static?
      drivers/mfd/twl6030-irq.c:290:5: warning: symbol 'twl6030_exit_irq' was not
      declared. Should it be static?
      Signed-off-by: NG, Manjunath Kondaiah <manjugk@ti.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Nishanth Menon <nm@ti.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      b0b4a7c2
    • K
      mfd: Adding twl6030 mmc card detect support for MMC1 · 72f2e2c7
      kishore kadiyala 提交于
      Adding card detect callback function and card detect configuration
      function for MMC1 Controller on OMAP4.
      
      Card detect configuration function does initial configuration of the
      MMC Control & PullUp-PullDown registers of Phoenix.
      
      For MMC1 Controller, card detect interrupt source is
      twl6030 which is non-gpio. The card detect call back function provides
      card present/absent status by reading MMC Control register present
      on twl6030.
      
      Since OMAP4 doesn't use any GPIO line as used in OMAP3 for card detect,
      the suspend/resume initialization which was done in omap_hsmmc_gpio_init
      previously is moved to the probe thus making it generic for both OMAP3 &
      OMAP4.
      
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Madhusudhan Chikkature <madhu.cr@ti.com>
      Cc: Adrian Hunter <adrian.hunter@nokia.com>
      Signed-off-by: NKishore Kadiyala <kishore.kadiyala@ti.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      72f2e2c7
  7. 14 12月, 2009 1 次提交