1. 19 5月, 2014 1 次提交
    • N
      Input: atmel_mxt_ts - remove unnecessary platform data · 2cefdb1f
      Nick Dyer 提交于
      It is not necessary to download these values to the maXTouch chip on every
      probe, since they are stored in NVRAM. It makes life difficult when tuning
      the device to keep them in sync with the config array/file, and requires a
      new kernel build for minor tweaks.
      
      These parameters only represent a tiny subset of the available
      configuration options, tracking all of these options in platform data would
      be a endless task. In addition, different versions of maXTouch chips may
      have these values in different places or may not even have them at all.
      
      Having these values also makes life more complex for device tree and other
      platforms where having to define a static configuration isn't helpful.
      Signed-off-by: NNick Dyer <nick.dyer@itdev.co.uk>
      Acked-by: NBenson Leung <bleung@chromium.org>
      Acked-by: NYufeng Shen <miletus@chromium.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      2cefdb1f
  2. 14 2月, 2014 1 次提交
  3. 01 7月, 2013 1 次提交
  4. 15 3月, 2013 1 次提交
    • A
      [media] s5p-fimc: fix s5pv210 build · 01ffe957
      Arnd Bergmann 提交于
      56bc911a "[media] s5p-fimc: Redefine platform data structure for fimc-is"
      changed the bus_type member of struct fimc_source_info treewide, but
      got one instance wrong in mach-s5pv210, which was evidently not
      even build tested.
      
      This adds the missing change to get s5pv210_defconfig to build again.
      Applies on the Mauro's media tree.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      01ffe957
  5. 05 3月, 2013 1 次提交
  6. 06 2月, 2013 1 次提交
  7. 13 1月, 2013 2 次提交
  8. 25 12月, 2012 1 次提交
  9. 21 9月, 2012 1 次提交
  10. 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
  11. 08 8月, 2012 1 次提交
  12. 19 7月, 2012 1 次提交
  13. 13 7月, 2012 1 次提交
  14. 16 5月, 2012 1 次提交
  15. 10 5月, 2012 1 次提交
  16. 04 5月, 2012 1 次提交
  17. 25 4月, 2012 1 次提交
  18. 10 4月, 2012 1 次提交
    • T
      ARM: Samsung: Rework platform data of s3c-fb driver · 79d3c41a
      Thomas Abraham 提交于
      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: NJingoo 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: NThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      79d3c41a
  19. 09 4月, 2012 1 次提交
  20. 21 1月, 2012 1 次提交
  21. 05 1月, 2012 1 次提交
  22. 24 12月, 2011 2 次提交
  23. 16 11月, 2011 1 次提交
  24. 13 10月, 2011 1 次提交
  25. 04 10月, 2011 2 次提交
  26. 22 8月, 2011 1 次提交
  27. 21 7月, 2011 2 次提交
  28. 12 3月, 2011 1 次提交
  29. 24 2月, 2011 2 次提交
  30. 22 2月, 2011 4 次提交
  31. 21 2月, 2011 2 次提交
新手
引导
客服 返回
顶部