21 May, 2007

1 commit


16 May, 2007

1 commit


12 May, 2007

1 commit


09 May, 2007

1 commit


06 May, 2007

1 commit


29 Apr, 2007

1 commit


22 Apr, 2007

1 commit


17 Mar, 2007

1 commit

  • It's been pointed out that output GPIOs should have an initial value, to
    avoid signal glitching ... among other things, it can be some time before
    a driver is ready. This patch corrects that oversight, fixing

    - documentation
    - platforms supporting the GPIO interface
    - users of that call (just one for now, others are pending)

    There's only one user of this call for now since most platforms are still
    using non-generic GPIO setup code, which in most cases already couples the
    initial value with its "set output mode" request.

    Note that most platforms are clear about the hardware letting the output
    value be set before the pin direction is changed, but the s3c241x docs are
    vague on that topic ... so those chips might not avoid the glitches.

    Signed-off-by: David Brownell
    Acked-by: Andrew Victor
    Acked-by: Milan Svoboda
    Acked-by: Haavard Skinnemoen
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Brownell
     

21 Feb, 2007

3 commits


20 Feb, 2007

2 commits

  • Conflicts:
    include/asm-arm/arch-at91rm9200/entry-macro.S

    Signed-off-by: Russell King

    Russell King
     
  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (117 commits)
    [ARM] 4058/2: iop32x: set ->broken_parity_status on n2100 onboard r8169 ports
    [ARM] 4140/1: AACI stability add ac97 timeout and retries
    [ARM] 4139/1: AACI record support
    [ARM] 4138/1: AACI: multiple channel support for IRQ handling
    [ARM] 4211/1: Provide a defconfig for ns9xxx
    [ARM] 4210/1: base for new machine type "NetSilicon NS9360"
    [ARM] 4222/1: S3C2443: Remove reference to missing S3C2443_PM
    [ARM] 4221/1: S3C2443: DMA support
    [ARM] 4220/1: S3C24XX: DMA system initialised from sysdev
    [ARM] 4219/1: S3C2443: DMA source definitions
    [ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443
    [ARM] 4217/1: S3C24XX: remove the dma channel show at startup
    [ARM] 4090/2: avoid clash between PXA and SA1111 defines
    [ARM] 4216/1: add .gitignore entries for ARM specific files
    [ARM] 4214/2: S3C2410: Add Armzone QT2410
    [ARM] 4215/1: s3c2410 usb device: per-platform vbus_draw
    [ARM] 4213/1: S3C2410 - Update definition of ADCTSC_XY_PST
    [ARM] 4098/1: ARM: rtc_lock only used with rtc_cmos
    [ARM] 4137/1: Add kexec support
    [ARM] 4201/1: SMP barriers pair needed for the secondary boot process
    ...

    Fix up conflict due to typedef removal in sound/arm/aaci.h

    Linus Torvalds
     

17 Feb, 2007

4 commits


16 Feb, 2007

3 commits


15 Feb, 2007

4 commits


14 Feb, 2007

1 commit


13 Feb, 2007

2 commits


24 Jan, 2007

2 commits


31 Dec, 2006

1 commit

  • As reminded in http://lkml.org/lkml/2006/12/23/26, one should use
    asm/hardware.h and asm/irq.h but absent-minded devs like me tends to use
    asm/arch/hardware.h and/or asm/arch/irqs.h.
    This patch aims at preventing such things.

    In order to make it work, I had to modify asm-arm/irq.h too so that it can
    be included from assembly files.
    Also, as a side effect, I had to modify some headers who were using the
    asm/arch/hardware.h or asm/arch/irqs.h.

    Signed-off-by: Arnaud Patard
    Signed-off-by: Russell King

    Arnaud Patard
     

18 Dec, 2006

6 commits


14 Dec, 2006

1 commit


09 Dec, 2006

2 commits

  • This patch adds support for stn displays on the s3c2410 arm SoC.

    The LCD type is choosen by a new field in the s3c2410fb_mach_info structure
    and its value is the value of the PNRMODE bits. This worth to be noted as
    a value of 0 means that you configure a 4 bit dual scan stn display.

    Signed-off-by: Arnaud Patard
    Cc: "Antonino A. Daplas"
    Cc: Russell King
    Cc: Ben Dooks
    Acked-by: James Simmons
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnaud Patard (Rtp
     
  • Remove the implicit addition of a virtual address
    to the UDC registers. This should have been done
    by ioremap() in the driver, not by a static map.

    Signed-off-by: Ben Dooks
    Signed-off-by: Russell King

    Ben Dooks
     

08 Dec, 2006

1 commit