1. 02 Jun, 2008 7 commits
  2. 19 May, 2008 2 commits
    • Russell King's avatar
      [ARM] pxa: separate PXA25x and PXA27x UDC register definitions · 284d115e
      Russell King authored
      The PXA25x and PXA27x USB device controller register definitions are
      different.  Currently, they live side by side in pxa-regs.h, but only
      one set is available depending on the setting of PXA25x or PXA27x.
      
      This means that if we build to support both PXA25x and PXA27x, the
      PXA27x definitions are unavailable, even to PXA27x specific code.
      
      Remove these definitions from pxa-regs.h, and place them in separate
      files.  Include these files where appropriate.
      
      Note: according to the dependencies in drivers/usb/gadget/Kconfig,
      we do not support the UDC on PXA27x nor PXA3xx CPUs, so remove the
      platform devices from pxa27x.c and pxa3xx.c.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      284d115e
    • Russell King's avatar
      [ARM] pxa: corgibl_limit_intensity build errors · 02a8e769
      Russell King authored
      If CONFIG_BACKLIGHT_CORGI is not selected, then corgibl_limit_intensity()
      is not present.  However, both corgi_pm.c and sharp_pm.c reference this
      symbol, resulting in a link error.
      
      Wrap the references with the relevant ifdefs, and avoid the resulting
      NULL pointer dereference by making the code in sharpsl_pm.c also
      conditional on the config symbol.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      02a8e769
  3. 18 May, 2008 28 commits
  4. 17 May, 2008 3 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 29e92f48
      Linus Torvalds authored
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] pxa: spitz wants PXA27x UDC definitions
        [ARM] pxa: fix pxafb build when cpufreq is enabled
        [ARM] fix parenthesis in include/asm-arm/arch-omap/control.h
        [ARM] colibri: fix support for DM9000 ethernet device
        [ARM] arm/kernel/arthur.c: add MODULE_LICENSE
        [ARM] 5037/1: Orion: fix DNS323/Kurobox Pro PCI initialisation
        [ARM] 5034/1: fix arm{925,926,940,946} dma_flush_range() in WT mode
        [ARM] export copy_page
        [ARM] 5026/1: locomo: add .settype for gpio and several small fixes
        ARM: OMAP: Fixed comments on global PRM register usage
        ARM: OMAP: Add PARENT_CONTROLS_CLOCK flag to dpll5_m2_ck
        ARM: OMAP: PRCM fixes to ssi clock handling
        ARM: OMAP: Add fuctional clock enabler for iva2
        ARM: OMAP: Fix 34xx to use correct shift values for gpio2-6 fclks
        ARM: OMAP: Keymap fix for palmte and palmz71
        ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailbox
        ARM: OMAP: DMA: Fix incorrect channel linking
        ARM: OMAP: Warn on disabling clocks with no users
        ARM: OMAP: Add calls to omap2_set_globals_*()
        ARM: OMAP: Update MMC header to fix compile
      29e92f48
    • Russell King's avatar
    • Russell King's avatar
      Merge branch 'sa1100' · 1da78078
      Russell King authored
      1da78078