1. 30 Sep, 2005 4 commits
  2. 28 Sep, 2005 1 commit
  3. 27 Sep, 2005 1 commit
  4. 26 Sep, 2005 5 commits
  5. 23 Sep, 2005 1 commit
  6. 22 Sep, 2005 1 commit
  7. 21 Sep, 2005 2 commits
  8. 20 Sep, 2005 5 commits
  9. 19 Sep, 2005 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP: Split clocks.c into plat-omap/clock.c and mach-omap1/clock.c · dc6aaa57
      Tony Lindgren authored
      This patch contains the following changes:
      
      - Move omap1 specific clock code into mach-omap1/clock.c leaving only
        common code shared between omap1 and omap2 to plat-omap/clock.c.
      
      - Move clock.h and sram.h header files to include/asm-arm/arch-omap/
      
      - Change clock init to register omap1 specific functions with
        plat-omap/clock.c
      
      - Some clean-up of code
      
      This patch makes no functional changes to omap1 clocks.
      dc6aaa57
  10. 16 Sep, 2005 1 commit
  11. 15 Sep, 2005 10 commits
  12. 14 Sep, 2005 8 commits
    • Kevin Hilman's avatar
    • Tony Lindgren's avatar
      ARM: OMAP: Search and replace of CONFIG_ARCH_OMAP1510 with CONFIG_ARCH_OMAP15XX · 318c865b
      Tony Lindgren authored
      Search and replace of CONFIG_ARCH_OMAP1510 with CONFIG_ARCH_OMAP15XX
      318c865b
    • Tony Lindgren's avatar
      ARM: OMAP: Fixed OMAP1510 SRAM size again · 8fbe811b
      Tony Lindgren authored
      According to spru602b.pdf TRM, 1510 has 192K of SRAM, not 512K
      8fbe811b
    • Tony Lindgren's avatar
      ARM: OMAP: Fixed MMC compile · 6a259f29
      Tony Lindgren authored
      Fixed MMC compile
      6a259f29
    • Dirk Behme's avatar
      Make omap-aic23.c compile again: · 89f99811
      Dirk Behme authored
         CC [M]  sound/arm/omap-aic23.o
      sound/arm/omap-aic23.c: In function snd_omap_aic23_suspend'
      Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
      89f99811
    • Dirk Behme's avatar
      If omap-alsa-mixer.c is compiled as module, · 1afb5b95
      Dirk Behme authored
      CONFIG_SENSORS_TLV320AIC23_MODULE is missing:
           CC [M]  sound/arm/omap-alsa-mixer.o
      sound/arm/omap-alsa-mixer.c: In function SND_OMAP_WRITE'
      sound/arm/omap-alsa-mixer.c: In function MIXER_NAME' undeclared (first
      use in this function)
      sound/arm/omap-alsa-mixer.c:487: error: (Each undeclared identifier is
      reported only once
      sound/arm/omap-alsa-mixer.c:487: error: for each function it appears in.)
      Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
      Btw: omap-alsa-mixer.c will not compile if CONFIG_SENSORS_TLV320AIC23 or
      CONFIG_SENSORS_TLV320AIC23_MODULE aren't defined. May be this ifdef
      should be removed?
      1afb5b95
    • Dirk Behme's avatar
      Make omapfb_main.c compile again and remove warnings: · 162a656c
      Dirk Behme authored
          CC      drivers/video/omap/omapfb_main.o
      drivers/video/omap/omapfb_main.c: In function omapfb_suspend'
      drivers/video/omap/omapfb_main.c: At top level:
      drivers/video/omap/omapfb_main.c:1645: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1646: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1702: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1704: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1704: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1705: warning: initialization from
      incompatible pointer type
      drivers/video/omap/omapfb_main.c:1728: warning: initialization from
      incompatible pointer type
      
      Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
      162a656c
    • Romain Goyet's avatar
      [PATCH] ARM: OMAP: Add basic cpu support for OMAP330 processor · d744f881
      Romain Goyet authored
      Add basic 330 cpu support. 330 is handled as 15xx.
      d744f881