20 Oct, 2010

1 commit


18 Oct, 2010

1 commit


05 Oct, 2010

1 commit


02 Oct, 2010

1 commit

  • This allows for board specific issues to override decisions made in generic
    code that might not be suitable due to some errata or the like, by making
    the initcall hooks from those board specific files run after the core ones,
    therefore avoiding ugly #ifdef's in core code.

    Signed-off-by: Nicolas Pitre
    Tested-by: Dave Martin
    Tested-by: Jason Hui

    Nicolas Pitre
     

18 Sep, 2010

1 commit

  • This patch introduces support for the tcc platform by creating an
    arch/arm/plat-tcc and arch/arm/mach-tcc8k directories and adding
    basic include files plus Kconfig and Makefile.

    Signed-off-by: "Hans J. Koch"
    Signed-off-by: Thomas Gleixner

    Hans J. Koch
     

15 Aug, 2010

1 commit

  • Commit d0679c7 restricted this workaround to powerpc only, but it turns
    out that ARM needs it as well. Fixes
    https://bugzilla.kernel.org/show_bug.cgi?id=16310 .

    Reported-and-Tested-by: Robert Nelson
    Acked-by: Mikael Pettersson
    Signed-off-by: Michal Marek
    Signed-off-by: Russell King

    Michal Marek
     

11 Aug, 2010

1 commit


09 Aug, 2010

1 commit


06 Aug, 2010

1 commit

  • v2: Fixes from Mike Rapoport
    - remove unused header files (mach/dma.h and mach/nand.h)
    - remove tegra 1 references from Makefile.boot

    v2: fixes from Russell King
    - remove mach/io.h include from mach/iomap.h
    - fix whitespace in Kconfig

    v2: from Colin Cross
    - fix invalid immediate in debug-macro.S

    v3:
    - allow selection of multiple boards

    Signed-off-by: Colin Cross
    Signed-off-by: Erik Gilling

    Erik Gilling
     

05 Aug, 2010

1 commit


31 Jul, 2010

1 commit



27 Jul, 2010

1 commit


30 Jun, 2010

1 commit


24 Jun, 2010

2 commits


15 Jun, 2010

1 commit


25 May, 2010

1 commit


20 May, 2010

2 commits

  • This patch moves S5PC100 SoC support to plat-s5p framework. Most
    periperal support code has been already moved from plat-s5pc1xx to
    mach-s5pc100.

    Signed-off-by: Marek Szyprowski
    Signed-off-by: Kyungmin Park
    Signed-off-by: Ben Dooks

    Marek Szyprowski
     
  • * 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linux: (98 commits)
    Input: s3c24xx_ts - depend on SAMSUNG_DEV_TS and update menu entry
    Input: s3c24xx_ts - Add FEAT for Samsung touchscreen support
    Input: s3c24xx_ts - Implement generic GPIO configuration callback
    ARM: SAMSUNG: Move s3c64xx dev-ts.c to plat-samsung and rename configuration
    ARM: SAMSUNG: Implements cfg_gpio function for Samsung touchscreen
    ARM: S3C64XX: Add touchscreen platform device definition
    ARM: SAMSUNG: Move mach/ts.h to plat/ts.h
    ARM: S5PC100: Move i2c helpers from plat-s5pc1xx to mach-s5pc100
    ARM: S5PC100: Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100
    ARM: S5PC100: gpio.h cleanup
    ARM: S5PC100: Move gpio support from plat-s5pc1xx to mach-s5pc100
    ARM: S5PC100: Use common functions for gpiolib implementation
    drivers: serial: S5PC100 serial driver cleanup
    ARM: S5PC100: Pre-requisite clock patch for plat-s5pc1xx to plat-s5p move
    ARM: SAMSUNG: Copy common I2C0 device helpers to machine directories
    ARM: SAMSUNG: move driver strength gpio configuration helper to common dir
    ARM: S5PV210: Add GPIOlib support
    ARM: SAMSUNGy: fix broken timer irq base
    ARM: SMDK6440: Add audio devices on board
    ARM: S5P6440: Add audio platform devices
    ...

    Linus Torvalds
     

19 May, 2010

1 commit


18 May, 2010

1 commit


17 May, 2010

2 commits


12 May, 2010

1 commit


10 May, 2010

1 commit

  • Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC.

    This patch adds support of the S3C2416 SoC, clocks, timers,
    and initial IRQ support (without support of secondary set of registers).

    Signed-off-by: Yauhen Kharuzhy
    [ben-linux@fluff.org: removed files to be reworked, fixed conflicts]
    [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code]
    Signed-off-by: Ben Dooks

    Yauhen Kharuzhy
     

03 May, 2010

1 commit


02 May, 2010

2 commits


14 Apr, 2010

1 commit


09 Mar, 2010

1 commit


03 Mar, 2010

3 commits


02 Mar, 2010

1 commit

  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (100 commits)
    ARM: Eliminate decompressor -Dstatic= PIC hack
    ARM: 5958/1: ARM: U300: fix inverted clk round rate
    ARM: 5956/1: misplaced parentheses
    ARM: 5955/1: ep93xx: move timer defines into core.c and document
    ARM: 5954/1: ep93xx: move gpio interrupt support to gpio.c
    ARM: 5953/1: ep93xx: fix broken build of clock.c
    ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig
    ARM: 5949/1: NUC900 add gpio virtual memory map
    ARM: 5948/1: Enable timer0 to time4 clock support for nuc910
    ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk
    ARM: make_coherent(): fix problems with highpte, part 2
    MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
    ARM: 5945/1: ep93xx: include correct irq.h in core.c
    ARM: 5933/1: amba-pl011: support hardware flow control
    ARM: 5930/1: Add PKMAP area description to memory.txt.
    ARM: 5929/1: Add checks to detect overlap of memory regions.
    ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
    ARM: 5927/1: Make delimiters of DMA area globally visibly.
    ARM: 5926/1: Add "Virtual kernel memory..." printout.
    ARM: 5920/1: OMAP4: Enable L2 Cache
    ...

    Fix up trivial conflict in arch/arm/mach-mx25/clock.c

    Linus Torvalds
     

26 Feb, 2010

1 commit


25 Feb, 2010

1 commit


24 Feb, 2010

2 commits