1. 15 8月, 2013 1 次提交
    • L
      pinctrl: palmas: add pincontrol driver · 0a8d3e24
      Laxman Dewangan 提交于
      TI Palmas series Power Management IC have multiple pins which can be
      configured for different functionality. This pins can be configured
      for different function. Also their properties like pull up/down,
      open drain enable/disable are configurable.
      
      Add support for pincontrol driver Palmas series device like TPS65913,
      TPS80036. The driver supports to be register from DT only.
      
      Changes from V1:
      - Add generic property for pins and functions in pinconf-generic.
      - Add APIs to map the DT and subnode.
      - Move common utils APIs to the pinctrl-utils from this file.
      - Update the binding document accordingly.
      Changes from V2:
      - Add ack by Lee.
      - Correct the binding docs.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Acked-by: NLee Jones <lee.jones@linaro.org>
      Reviewed-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      0a8d3e24
  2. 12 8月, 2013 1 次提交
  3. 05 8月, 2013 2 次提交
  4. 20 6月, 2013 1 次提交
  5. 18 6月, 2013 1 次提交
  6. 19 4月, 2013 2 次提交
  7. 17 4月, 2013 2 次提交
  8. 08 4月, 2013 1 次提交
  9. 12 3月, 2013 1 次提交
    • L
      mfd: palmas: Provide irq flags through DT/platform data · df545d1c
      Laxman Dewangan 提交于
      Currently driver sets the irq type to IRQF_TRIGGER_LOW which is
      causing interrupt registration failure in ARM based SoCs as:
      [    0.208479] genirq: Setting trigger mode 8 for irq 118 failed (gic_set_type+0x0/0xf0)
      [    0.208513] dummy 0-0059: Failed to request IRQ 118: -22
      
      Provide the irq flags through platform data if device is registered
      through board file or get the irq type from DT node property in place
      of hardcoding the irq flag in driver to support multiple platforms.
      
      Also configure the device to generate the interrupt signal according to
      flag type.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      df545d1c
  10. 14 2月, 2013 1 次提交
  11. 24 9月, 2012 2 次提交
  12. 18 5月, 2012 1 次提交