1. 16 10月, 2012 1 次提交
  2. 21 9月, 2012 2 次提交
    • T
      ARM: OMAP1: Move board-ams-delta.h from plat to mach · e27e35ec
      Tony Lindgren 提交于
      This is only used by omap1.
      
      And to fix things properly, this should not be included
      from the drivers at all.
      Acked-by: NJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: linux-fbdev@vger.kernel.org
      Cc: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
      Cc: linux-mtd@lists.infradead.org
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: linux-input@vger.kernel.org
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: alsa-devel@alsa-project.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e27e35ec
    • T
      ARM: OMAP1: Make plat/mux.h omap1 only · 70c494c3
      Tony Lindgren 提交于
      We are moving omap2+ to use the device tree based pinctrl-single.c
      and will be removing the old mux framework. This will remove the
      omap1 specific parts from plat-omap.
      Acked-by: NFelipe Balbi <balbi@ti.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: linux-usb@vger.kernel.org
      Cc: linux-pcmcia@lists.infradead.org
      Cc: spi-devel-general@lists.sourceforge.net
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      70c494c3
  3. 19 9月, 2012 1 次提交
    • A
      ARM: omap: move platform_data definitions · 2203747c
      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 omap 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: NTony Lindgren <tony@atomide.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Cc: "Benoît Cousson" <b-cousson@ti.com>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Ohad Ben-Cohen <ohad@wizery.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Omar Ramirez Luna <omar.ramirez@ti.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: Jean Pihet <j-pihet@ti.com>
      Cc: J Keerthy <j-keerthy@ti.com>
      Cc: linux-omap@vger.kernel.org
      2203747c
  4. 08 9月, 2012 2 次提交
  5. 23 4月, 2012 1 次提交
  6. 02 3月, 2012 1 次提交
  7. 23 2月, 2012 5 次提交
  8. 22 2月, 2012 2 次提交
  9. 29 1月, 2012 2 次提交
  10. 13 1月, 2012 1 次提交
  11. 02 1月, 2012 3 次提交
  12. 23 12月, 2011 1 次提交
  13. 04 12月, 2011 1 次提交
  14. 18 11月, 2011 1 次提交
  15. 01 11月, 2011 1 次提交
  16. 30 9月, 2011 4 次提交
  17. 08 8月, 2011 1 次提交
  18. 13 5月, 2011 2 次提交
  19. 31 3月, 2011 1 次提交
  20. 22 3月, 2011 1 次提交
  21. 11 3月, 2011 2 次提交
    • J
      omapfb: Fix linker error in drivers/video/omap/lcd_2430sdp.c · 08a0a657
      Jarkko Nikula 提交于
      There is a linker error from lcd_2430sdp.c if CONFIG_TWL4030_CORE is not
      set. This can be triggered on OMAP2 builds when OMAP3 or OMAP4 are not set.
      
      drivers/built-in.o: In function `sdp2430_panel_disable':
      drivers/video/omap/lcd_2430sdp.c:123: undefined reference to `twl_i2c_write_u8'
      drivers/video/omap/lcd_2430sdp.c:124: undefined reference to `twl_i2c_write_u8'
      drivers/built-in.o: In function `sdp2430_panel_enable':
      drivers/video/omap/lcd_2430sdp.c:110: undefined reference to `twl_i2c_write_u8'
      drivers/video/omap/lcd_2430sdp.c:112: undefined reference to `twl_i2c_write_u8'
      
      Fix this by selecting the TWL4030_CORE for MACH_OMAP_2430SDP when building
      with CONFIG_FB_OMAP as there is no own Kconfig entry for lcd_2430 and it is
      compiled always when both MACH_OMAP_2430SDP and FB_OMAP are set.
      Signed-off-by: NJarkko Nikula <jhnikula@gmail.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      08a0a657
    • J
      OMAP: OMAPFB: Adding help for FB_OMAP_LCD_VGA option · 0897cc21
      Janorkar, Mayuresh 提交于
      CONFIG_FB_OMAP_LCD_VGA option is present in drivers/video/omap
      There is no explaination about what this flag does.
      Lets add information about it.
      
      FB_OMAP_LCD_VGA flag sets resolution of display to VGA (640 X 480).
      The default resolution of 3430 LDP is 320 X 240.
      Signed-off-by: NMayuresh Janorkar <mayur@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      0897cc21
  22. 15 12月, 2010 2 次提交
  23. 28 10月, 2010 1 次提交
  24. 23 10月, 2010 1 次提交