1. 21 5月, 2009 2 次提交
    • L
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 9fe02c03
      Linus Torvalds 提交于
      * master.kernel.org:/home/rmk/linux-2.6-arm: (25 commits)
        [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *
        [ARM] 5517/1: integrator: don't put clock lookups in __initdata
        [ARM] 5518/1: versatile: don't put clock lookups in __initdata
        [ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF
        [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2
        [ARM] realview: fix broadcast tick support
        [ARM] realview: remove useless smp_cross_call_done()
        [ARM] smp: fix cpumask usage in ARM SMP code
        [ARM] 5513/1: Eurotech VIPER SBC: fix compilation error
        [ARM] 5509/1: ep93xx: clkdev enable UARTS
        ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi, v2
        ARM: OMAP3: Fix HW SAVEANDRESTORE shift define
        ARM: OMAP3: Fix number of GPIO lines for 34xx
        [ARM] S3C: Do not set clk->owner field if unset
        [ARM] S3C2410: mach-bast.c registering i2c data too early
        [ARM] S3C24XX: Fix unused code warning in arch/arm/plat-s3c24xx/dma.c
        [ARM] S3C64XX: fix GPIO debug
        [ARM] S3C64XX: GPIO include cleanup
        [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning
        [ARM] nwfpe: Add decleration for ExtendedCPDO
        ...
      9fe02c03
    • A
      [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * · 03fbdb15
      Alessandro Rubini 提交于
      The second argument of the probe method points to the amba_id
      structure, so it's better passed with the correct type. None of the
      current in-tree drivers uses the pointer, so they have only been
      checked for a clean compile.
      
      Change suggested by Russell King.
      Signed-off-by: NAlessandro Rubini <rubini@unipv.it>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      03fbdb15
  2. 20 5月, 2009 15 次提交
  3. 19 5月, 2009 16 次提交
  4. 18 5月, 2009 7 次提交