1. 27 3月, 2013 1 次提交
  2. 23 10月, 2012 1 次提交
    • E
      ARM: SAMSUNG: Insert bitmap_gpio_int member in samsung_gpio_chip · 453e2dd7
      Eunki Kim 提交于
      When a device uses GPIO interrupt, its driver assumes that GPIO
      should be INPUT mode. However, GPIO of SAMSUNG SoC is sepated to
      INPUT mode and INTERRUPT mode. They are set by 0x0 and 0xF in GPIO
      control register. If the register is set to INPUT mode, the
      interrupt never occur. Therefore, it's necessary to set INTERRUPT
      mode instead of INPUT mode when the pin is used for GPIO interrupt.
      
      This patch inserts the bitmap_gpio_int member in struct samsung_
      gpio_chip in order to represent use of GPIO interrupt for each pin
      and sets the related bit when s5p_register_gpio_interrupt function
      is called.
      Signed-off-by: NEunki Kim <eunki_kim@samsung.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      453e2dd7
  3. 19 9月, 2012 1 次提交
  4. 13 5月, 2012 1 次提交
  5. 21 1月, 2012 1 次提交
  6. 21 10月, 2011 1 次提交
  7. 26 9月, 2011 1 次提交
  8. 21 9月, 2011 1 次提交
    • K
      ARM: SAMSUNG: Update the name of regarding Samsung GPIO · 782d8a3c
      Kukjin Kim 提交于
      According to gpio-samsung.c, this patch updates the name of
      regarding Samsung GPIO. Basically the samsung_xxx prefix is
      used in gpio-samsung.c instead of s3c_xxx, because unified
      name can reduce its complexity.
      
      Note: some s3c_xxx stil remains because it is used widely.
      It will be updated next time.
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      782d8a3c
  9. 19 8月, 2011 1 次提交
  10. 08 7月, 2011 1 次提交
    • S
      genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) · 659fb32d
      Simon Guinot 提交于
      This fixes a regression introduced by e59347a1 "arm: orion:
      Use generic irq chip".
      
      Depending on the device, interrupts acknowledgement is done by setting
      or by clearing a dedicated register. Replace irq_gc_ack() with some
      {set,clr}_bit variants allows to handle both cases.
      
      Note that this patch affects the following SoCs: Davinci, Samsung and
      Orion. Except for this last, the change is minor: irq_gc_ack() is just
      renamed into irq_gc_ack_set_bit().
      
      For the Orion SoCs, the edge GPIO interrupts support is currently
      broken. irq_gc_ack() try to acknowledge a such interrupt by setting
      the corresponding cause register bit. The Orion GPIO device expect the
      opposite. To fix this issue, the irq_gc_ack_clr_bit() variant is used.
      
      Tested on Network Space v2.
      Reported-by: NJoey Oravec <joravec@drewtech.com>
      Signed-off-by: NSimon Guinot <sguinot@lacie.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      659fb32d
  11. 09 5月, 2011 1 次提交
  12. 31 3月, 2011 1 次提交
  13. 29 3月, 2011 1 次提交
  14. 15 3月, 2011 2 次提交
  15. 03 1月, 2011 1 次提交
  16. 21 10月, 2010 3 次提交