1. 19 12月, 2012 1 次提交
  2. 07 12月, 2012 1 次提交
  3. 28 11月, 2012 2 次提交
  4. 22 11月, 2012 1 次提交
  5. 29 10月, 2012 1 次提交
  6. 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
  7. 19 10月, 2012 1 次提交
  8. 17 10月, 2012 1 次提交
  9. 19 9月, 2012 1 次提交
    • A
      ARM: samsung: move platform_data definitions · 436d42c6
      Arnd Bergmann 提交于
      Platform data for device drivers should be defined in
      include/linux/platform_data/*.h, not in the architecture
      and platform specific directories.
      
      This moves such data out of the samsung include directories
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NNicolas Pitre <nico@linaro.org>
      Acked-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Bryan Wu <bryan.wu@canonical.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: linux-samsung-soc@vger.kernel.org
      436d42c6
  10. 29 8月, 2012 1 次提交
  11. 08 8月, 2012 2 次提交
  12. 13 7月, 2012 5 次提交
  13. 28 6月, 2012 1 次提交
  14. 27 6月, 2012 1 次提交
  15. 21 6月, 2012 1 次提交
  16. 20 6月, 2012 3 次提交
  17. 20 5月, 2012 1 次提交
  18. 16 5月, 2012 2 次提交
  19. 13 5月, 2012 1 次提交
  20. 12 5月, 2012 1 次提交
  21. 04 5月, 2012 1 次提交
  22. 21 4月, 2012 2 次提交
  23. 10 4月, 2012 2 次提交
  24. 05 4月, 2012 1 次提交
  25. 14 3月, 2012 3 次提交
  26. 11 3月, 2012 2 次提交