1. 09 4月, 2013 1 次提交
  2. 11 1月, 2013 1 次提交
  3. 03 11月, 2012 1 次提交
  4. 01 11月, 2012 1 次提交
    • T
      ARM: OMAP1: Remove relative includes · 4e969010
      Tony Lindgren 提交于
      As discussed on linux-arm-kernel, we want to avoid
      relative includes for the arch/arm/*omap* code:
      
      http://www.spinics.net/lists/linux-omap/msg80520.html
      
      Note that eventually when the omap1 specific drivers
      are fixed to not use cpu_is_omap macros and not depend
      on mach/hardware.h, this patch can be reverted and these
      headers can be local. But since just fixing the drivers for
      omap2+ is already a big enough hassle, let's deal
      with that properly first.
      
      [tony@atomide.com: also drop unused include for ispvideo.c]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4e969010
  5. 25 10月, 2012 2 次提交
  6. 19 10月, 2012 1 次提交
    • T
      ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 · e4c060db
      Tony Lindgren 提交于
      We want to remove plat/cpu.h. To do this, let's first split
      it to private soc.h to mach-omap1 and mach-omap2. We have to
      keep plat/cpu.h around until the remaining drivers are fixed,
      so let's include the local soc.h in plat/cpu.h and for drivers
      still including plat/cpu.h.
      
      Once the drivers are fixed not to include plat/cpu.h, we
      can remove the file.
      
      This is needed for the ARM common zImage support.
      
      [tony@atomide.com: updated to not print a warning]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e4c060db
  7. 18 10月, 2012 2 次提交
    • T
      ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1 · 54b693d4
      Tony Lindgren 提交于
      We cannot keep this in plat as it causes problems
      with the ARM single zImage support.
      
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: linux-pcmcia@lists.infradead.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      54b693d4
    • T
      ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omap · 4c98dc6b
      Tony Lindgren 提交于
      There's no need to have this file in plat/fpga.h. We can
      make it local to plat-omap replacing fpga_read/write
      functions directly with readb/writeb as that's how
      they are already defined in fpga.h.
      
      Note that 2420 based H4 is also using the fpga, so let's
      keep the led support around in plat-omap until we flip
      over mach-omap2 to device tree.
      
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: linux-fbdev@vger.kernel.org
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: linux-usb@vger.kernel.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4c98dc6b
  8. 21 9月, 2012 7 次提交
  9. 13 9月, 2012 4 次提交
    • T
      ARM: OMAP1: Move SoC specific headers from plat to mach for omap1 · 68cb700c
      Tony Lindgren 提交于
      There's no need to have these in plat-omap any longer. Note that these
      could eventually be made local to mach-omap1 instead of being in mach.
      
      But to do that, at least various driver access using omap7xxx.h registers
      needs to be fixed first.
      
      Cc: spi-devel-general@lists.sourceforge.net
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      68cb700c
    • T
      ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ · dbc04161
      Tony Lindgren 提交于
      As the plat and mach includes need to disappear for single zImage work,
      we need to remove plat/hardware.h.
      
      Do this by splitting plat/hardware.h into omap1 and omap2+ specific files.
      
      The old plat/hardware.h already has omap1 only defines, so it gets moved
      to mach/hardware.h for omap1. For omap2+, we use the local soc.h
      that for now just includes the related SoC headers to keep this patch more
      readable.
      
      Note that the local soc.h still includes plat/cpu.h that can be dealt
      with in later patches. Let's also include plat/serial.h from common.h for
      all the board-*.c files. This allows making the include files local later
      on without patching these files again.
      
      Note that only minimal changes are done in this patch for the
      drivers/watchdog/omap_wdt.c driver to keep things compiling. Further
      patches are needed to eventually remove cpu_is_omap usage in the drivers.
      
      Also only minimal changes are done to sound/soc/omap/* to remove the
      unneeded includes and to define OMAP44XX_MCPDM_L3_BASE locally so there's
      no need to include omap44xx.h.
      
      While at it, also sort some of the includes in the standard way.
      
      Cc: linux-watchdog@vger.kernel.org
      Cc: alsa-devel@alsa-project.org
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Acked-by: NWim Van Sebroeck <wim@iguana.be>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      dbc04161
    • T
      ARM: OMAP1: Move plat/irqs.h to mach/irqs.h · 8afc5e08
      Tony Lindgren 提交于
      This is now omap1 specific files.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      8afc5e08
    • T
      ARM: OMAP: Move gpio.h to include/linux/platform_data · 4b25408f
      Tony Lindgren 提交于
      This way we can remove includes of plat/gpio.h which won't work
      with the single zImage support.
      
      Note that we also remove the cpu_class_is_omap2() check
      in gpio-omap.c as the drivers should not call it as we need to
      make it local to arch/arm/mach-omap2 for single zImage support.
      
      While at it, arrange the related includes in the standard way.
      
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: linux-mtd@lists.infradead.org
      Cc: alsa-devel@alsa-project.org
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4b25408f
  10. 04 6月, 2012 1 次提交
    • T
      ARM: OMAP: Make FS USB omap1 only · b924b204
      Tony Lindgren 提交于
      As the FS USB code is not being actively used for omap2+
      there's no point keeping it around for omap2+.
      
      Let's make the FS USB platform init code omap1 only so
      we can remove the last user of omap_read/write for omap2+,
      and simplify things for further USB, DMA, and device tree
      related work.
      
      While at it, also group the mach includes for the related
      drivers.
      
      Cc: linux-usb@vger.kernel.org
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Acked-by: NFelipe Balbi <balbi@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      b924b204
  11. 06 4月, 2012 1 次提交
    • R
      ARM: fix __io macro for PCMCIA · 1ac02d79
      Rob Herring 提交于
      With commit c334bc15 (ARM: make mach/io.h include optional), PCMCIA was
      broken. PCMCIA depends on __io() returning a valid i/o address, and most
      ARM platforms require IO_SPACE_LIMIT be set to 0xffffffff for PCMCIA. This
      needs a better fix with a fixed i/o address mapping, but for now we just
      restore things to the previous behavior.
      
      This fixes at91, omap1, pxa and sa11xx. pxa needs io.h if PCI is enabled,
      but PCMCIA is not. sa11xx already has IO_SPACE_LIMIT set to 0xffffffff,
      so it doesn't need an io.h.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Joachim Eastwood <joachim.eastwood@jotron.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Victor <linux@maxim.org.za>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Tested-by: Paul Parsons <lost.distance@yahoo.com> (pxa270)
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1ac02d79
  12. 07 3月, 2012 2 次提交
  13. 25 2月, 2012 2 次提交
  14. 22 2月, 2012 1 次提交
  15. 21 1月, 2012 1 次提交
  16. 27 11月, 2011 1 次提交
  17. 26 9月, 2011 4 次提交
  18. 20 7月, 2011 1 次提交
  19. 31 3月, 2011 1 次提交
  20. 18 2月, 2011 1 次提交
  21. 28 1月, 2011 1 次提交
    • T
      omap1: Simplify use of omap_irq_flags · efe318a3
      Tony Lindgren 提交于
      Commit 03a9e512
      (omap1: Use asm_irq_flags for entry-macro.S) added support
      for multi-omap builds with addition of the omap_irq_flags.
      
      Commit 9f9605c2
      (omap2+: Fix unused variable warning for omap_irq_base)
      simplified omap2+ entry-macro.S by moving omap_irq_flags
      out of entry-macro.S.
      
      Simplify omap1 entry-macro.S in a similar way to keep the
      code consistent. Based on a similar earlier patch for omap2+
      by Russell King <rmk+kernel@arm.linux.org.uk>.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      efe318a3
  22. 10 12月, 2010 1 次提交
  23. 22 11月, 2010 1 次提交
  24. 06 11月, 2010 1 次提交