1. 06 May, 2015 1 commit
  2. 08 Sep, 2014 1 commit
  3. 18 Jul, 2014 1 commit
  4. 14 Feb, 2014 1 commit
  5. 14 Jan, 2014 1 commit
  6. 20 Dec, 2013 1 commit
    • Linus Walleij's avatar
      ARM: s3c64xx: get rid of custom <mach/gpio.h> · 41c3548e
      Linus Walleij authored
      
      This isolates the custom S3C64xx GPIO definition table to
      <linux/platform_data/gpio-samsung-s3x64xx.h> as this is
      used in a few different places in the kernel, removing the
      need to depend on the implicit inclusion of <mach/gpio.h>
      from <linux/gpio.h> and thus getting rid of a few nasty
      cross-dependencies.
      
      Also delete the CONFIG_SAMSUNG_GPIO_EXTRA stuff. Instead
      roof the number of GPIOs for this platform:
      First sum up all the GPIO banks from A to Q: 187 GPIOs.
      Add the 16 "board GPIOs" and the roof for SAMSUNG_GPIO_EXTRA,
      128, so in total maximum 187+16+128 = 331 GPIOs, so let's
      take the same roof as for S3C24XX: 512. This way we can do
      away with the GPIO calculation macros for GPIO_BOARD_START,
      BOARD_NR_GPIOS and the definition of ARCH_NR_GPIOS.
      
      Cc: Mark Brown <broonie@kernel.org>
      [on Mini6410 board]
      Tested-by: default avatarTomasz Figa <t.figa@samsung.com>
      [for changes in mach-s3c64xx]
      Acked-by: default avatarTomasz Figa <t.figa@samsung.com>
      Tested-by: default avatarMark Brown <broonie@linaro.org>
      Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      41c3548e
  7. 23 Oct, 2013 1 commit
  8. 16 Oct, 2013 1 commit
  9. 16 Sep, 2013 1 commit
  10. 29 Aug, 2013 1 commit
  11. 12 Aug, 2013 1 commit
  12. 05 Mar, 2013 1 commit
  13. 12 Jan, 2013 2 commits
  14. 10 Jan, 2013 4 commits
  15. 03 Jan, 2013 1 commit
    • Greg Kroah-Hartman's avatar
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman authored
      
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  16. 24 Dec, 2012 1 commit
  17. 07 Dec, 2012 1 commit
  18. 27 Nov, 2012 2 commits
  19. 17 Oct, 2012 3 commits
  20. 19 Sep, 2012 1 commit
  21. 10 Aug, 2012 1 commit
  22. 08 Aug, 2012 1 commit
  23. 19 Jul, 2012 1 commit
  24. 13 Jul, 2012 1 commit
  25. 20 Jun, 2012 1 commit
  26. 15 May, 2012 1 commit
  27. 12 May, 2012 1 commit
  28. 11 May, 2012 1 commit
  29. 09 May, 2012 1 commit
  30. 08 May, 2012 1 commit
  31. 04 May, 2012 1 commit
  32. 09 Apr, 2012 1 commit
    • Thomas Abraham's avatar
      ARM: Samsung: Rework platform data of s3c-fb driver · 79d3c41a
      Thomas Abraham authored
      
      For all the Samsung SoC based boards which have the platform data for
      s3c-fb driver, the 'default_win' element in the platform data is removed
      and the lcd panel video timing values are moved out of individual window
      configuration data.
      Acked-by: default avatarJingoo Han <jg1.han@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: JeongHyeon Kim <jhkim@insignal.co.kr>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Kwangwoo Lee <kwangwoo.lee@gmail.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Peter Korsgaard <jacmet@sunsite.dk>
      Cc: Darius Augulis <augulis.darius@gmail.com>
      Cc: Maurus Cuelenaere <mcuelenaere@gmail.com>
      Signed-off-by: default avatarThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      79d3c41a
  33. 09 Mar, 2012 1 commit