1. 19 5月, 2015 1 次提交
    • C
      extcon: Remove the optional name of extcon device · d71aadda
      Chanwoo Choi 提交于
      This patch removes the optional name of extcon device. Instead,
      extcon_dev_register() set the device name as 'extcon[number]' naming pattern.
      - /sys/class/extcon/[hardcoded device name] -> /sys/class/extcon/extcon[number]
      Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
      Acked-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
      Cc: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Cc: Graeme Gregory <gg@slimlogic.co.uk>
      Cc: Kishon Vijay Abraham I <kishon@ti.com>
      Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: Jaewon Kim <jaewon02.kim@samsung.com>
      d71aadda
  2. 20 10月, 2014 1 次提交
  3. 22 9月, 2014 1 次提交
  4. 16 6月, 2014 1 次提交
  5. 29 4月, 2014 1 次提交
  6. 24 4月, 2014 1 次提交
  7. 19 3月, 2014 1 次提交
  8. 09 1月, 2014 1 次提交
  9. 07 1月, 2014 1 次提交
  10. 27 9月, 2013 5 次提交
  11. 05 8月, 2013 1 次提交
  12. 14 2月, 2013 1 次提交
  13. 27 11月, 2012 3 次提交
  14. 22 10月, 2012 1 次提交
  15. 17 8月, 2012 2 次提交
  16. 19 6月, 2012 3 次提交
  17. 03 5月, 2012 1 次提交
  18. 21 4月, 2012 1 次提交
    • M
      Extcon: support generic GPIO extcon driver · be48308a
      MyungJoo Ham 提交于
      The generic GPIO extcon driver (an external connector device based on
      GPIO control) and imported from Android kernel.
      
      switch: switch class and GPIO drivers. (splitted)
      Author: Mike Lockwood <lockwood@android.com>
      
      switch: gpio: Don't call request_irq with interrupts disabled
      Author: Arve Hjønnevåg <arve@android.com>
      
      switch_gpio: Add missing #include <linux/interrupt.h>
      Author: Mike Lockwood <lockwood@android.com>
      Signed-off-by: NMyungJoo Ham <myungjoo.ham@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Reviewed-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      
      --
      Changed from v7:
      - Style updates mentioned by Stephen Boyd and Mark Brown
      Changed from v5:
      - Splitted at v5 from the main extcon patch.
      - Added debounce time for irq handlers.
      - Use request_any_context_irq instead of request_irq
      - User needs to specify irq flags for GPIO interrupts (was fixed to
      IRQF_TRIGGER_LOW before)
      - Use module_platform_driver().
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      be48308a