15 Jan, 2011

1 commit


07 Jan, 2011

1 commit


03 Jan, 2011

1 commit


17 Dec, 2010

1 commit


06 Dec, 2010

1 commit


30 Nov, 2010

1 commit


28 Oct, 2010

1 commit


20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

18 Oct, 2010

1 commit


16 Jul, 2010

1 commit


21 May, 2010

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (250 commits)
    ALSA: hda: Storage class should be before const qualifier
    ASoC: tpa6130a2: Remove CPVSS and HPVdd supplies
    ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUT
    ASoC: sdp4430 - add sdp4430 pcm ops to DAI.
    ASoC: TWL6040: Enable earphone path in codec
    ASoC: SDP4430: Add support for Earphone speaker
    ASoC: SDP4430: Add sdp4430 machine driver
    ASoC: tlv320dac33: Avoid powering off while in BIAS_OFF
    ASoC: tlv320dac33: Use dev_dbg in dac33_hard_power function
    ALSA: sound/pci/asihpi: Use kzalloc
    ALSA: hdmi - dont fail on extra nodes
    ALSA: intelhdmi - add id for the CougarPoint chipset
    ALSA: intelhdmi - user friendly codec name
    ALSA: intelhdmi - add dependency on SND_DYNAMIC_MINORS
    ALSA: asihpi: incorrect range check
    ALSA: asihpi: testing the wrong variable
    ALSA: es1688: add pedantic range checks
    ARM: McBSP: Add support for omap4 in McBSP driver
    ARM: McBSP: Fix request for irq in OMAP4
    OMAP: McBSP: Add 32-bit mode support
    ...

    Linus Torvalds
     

19 May, 2010

2 commits


18 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
     

07 May, 2010

1 commit

  • The S3C DMA API doesn't make use of hw_addr.to/from and also
    the FIFO addresses are provided from the I2S drivers. So these
    fields are redundant.
    This patch removes the hw_addr.to/from fields for I2S and the
    inclusion of header, paving way for the header to be moved closer
    to the I2S controller drivers.

    Signed-off-by: Jassi Brar
    Acked-by: Ben Dooks
    Signed-off-by: Mark Brown

    Jassi Brar
     

06 May, 2010

3 commits


22 Feb, 2010

1 commit

  • dma-plat.h is the last file left in plat-s3c64xx, but to remove it we
    must also change the use of dma-plat.h by the core code and the s3c24xx
    implementation.

    Rename the s3c24xx dma-plat.h in the common plat-samsung directory as it
    may be used for other ports. Move the specific dma bits into the
    mach-s3c64xx directory and update the build as needed.

    Signed-off-by: Ben Dooks

    Ben Dooks
     

15 Jan, 2010

3 commits


10 Dec, 2009

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits)
    tree-wide: fix misspelling of "definition" in comments
    reiserfs: fix misspelling of "journaled"
    doc: Fix a typo in slub.txt.
    inotify: remove superfluous return code check
    hdlc: spelling fix in find_pvc() comment
    doc: fix regulator docs cut-and-pasteism
    mtd: Fix comment in Kconfig
    doc: Fix IRQ chip docs
    tree-wide: fix assorted typos all over the place
    drivers/ata/libata-sff.c: comment spelling fixes
    fix typos/grammos in Documentation/edac.txt
    sysctl: add missing comments
    fs/debugfs/inode.c: fix comment typos
    sgivwfb: Make use of ARRAY_SIZE.
    sky2: fix sky2_link_down copy/paste comment error
    tree-wide: fix typos "couter" -> "counter"
    tree-wide: fix typos "offest" -> "offset"
    fix kerneldoc for set_irq_msi()
    spidev: fix double "of of" in comment
    comment typo fix: sybsystem -> subsystem
    ...

    Linus Torvalds
     

01 Dec, 2009

1 commit


09 Nov, 2009

1 commit


17 Sep, 2009

1 commit

  • A number of machines that need s3c_device_nand present do not select
    this in their Kconfig entries. Add the necessary selection of the
    configuration S3C_DEV_NAND so that we avoid the following error:

    arch/arm/mach-s3c2410/built-in.o: In function `bast_map_io':
    arch/arm/mach-s3c2410/mach-bast.c:634: undefined reference to `s3c_device_nand'
    arch/arm/mach-s3c2412/built-in.o: In function `s3c2412_init_uarts':
    arch/arm/mach-s3c2412/s3c2412.c:109: undefined reference to `s3c_device_nand'
    arch/arm/mach-s3c2412/built-in.o: In function `jive_machine_init':
    arch/arm/mach-s3c2412/mach-jive.c:673: undefined reference to `s3c_device_nand'

    Signed-off-by: Ben Dooks

    Ben Dooks
     

31 Jul, 2009

4 commits


11 Jun, 2009

1 commit


22 May, 2009

1 commit


18 May, 2009

3 commits


07 May, 2009

1 commit


01 May, 2009

1 commit