22 May, 2010

5 commits


19 May, 2010

1 commit


06 May, 2010

1 commit


09 Mar, 2010

1 commit


08 Mar, 2010

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (26 commits)
    sh: Convert sh to use read/update_persistent_clock
    sh: Move PMB debugfs entry initialization to later stage
    sh: Fix up flush_cache_vmap() on SMP.
    sh: fix up MMU reset with variable PMB mapping sizes.
    sh: establish PMB mappings for NUMA nodes.
    sh: check for existing mappings for bolted PMB entries.
    sh: fixed virt/phys mapping helpers for PMB.
    sh: make pmb iomapping configurable.
    sh: reworked dynamic PMB mapping.
    sh: Fix up cpumask_of_pcibus() for the NUMA build.
    serial: sh-sci: Tidy up build warnings.
    sh: Fix up ctrl_read/write stragglers in migor setup.
    serial: sh-sci: Add DMA support.
    dmaengine: shdma: extend .device_terminate_all() to record partial transfer
    sh: merge sh7722 and sh7724 DMA register definitions
    sh: activate runtime PM for dmaengine on sh7722 and sh7724
    dmaengine: shdma: add runtime PM support.
    dmaengine: shdma: separate DMA headers.
    dmaengine: shdma: convert to platform device resources
    dmaengine: shdma: fix DMA error handling.
    ...

    Linus Torvalds
     

03 Mar, 2010

4 commits


02 Mar, 2010

1 commit


28 Feb, 2010

1 commit

  • Add platform driver support to the pmac-zilog driver, for m68k macs.
    Place the powermac-specific code inside #ifdef CONFIG_PPC_PMAC.

    Signed-off-by: Finn Thain
    Acked-by: Benjamin Herrenschmidt
    Signed-off-by: Geert Uytterhoeven

    Finn Thain
     

24 Feb, 2010

2 commits


08 Feb, 2010

1 commit


03 Feb, 2010

2 commits


26 Jan, 2010

1 commit


15 Jan, 2010

1 commit


10 Dec, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (137 commits)
    sh: include empty zero page in romImage
    sh: Make associative cache writes fatal on all SH-4A parts.
    sh: Drop associative writes for SH-4 cache flushes.
    sh: Partial revert of copy/clear_user_highpage() optimizations.
    sh: Add default uImage rule for se7724, ap325rxa, and migor.
    sh: allow runtime pm without suspend/resume callbacks
    sh: mach-ecovec24: Remove un-defined settings for VPU
    sh: mach-ecovec24: LCDC drive ability become high
    sh: fix sh7724 VEU3F resource size
    serial: sh-sci: Fix too early port disabling.
    sh: pfc: pr_info() -> pr_debug() cleanups.
    sh: pfc: Convert from ctrl_xxx() to __raw_xxx() I/O routines.
    sh: Improve kfr2r09 serial port setup code
    sh: Break out SuperH PFC code
    sh: Move KEYSC header file
    sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
    sh: Add CPG save/restore code for sh7724 R-standby
    sh: Add SDHI power control support to Ecovec
    mfd: Add power control platform data to SDHI driver
    sh: mach-ecovec24: modify address map
    ...

    Linus Torvalds
     

25 Nov, 2009

1 commit

  • The sh-sci code conditionalized the clock framework support in order to
    give the other platforms a chance to catch up. sh64 supported this some
    time ago and the forthcoming ARM changes handle this as well, this leaves
    h8300 as the odd one out. H8300 has had since 2.5 to merge it's sh-sci
    support upstream, and has yet to do so. At this point I will no longer be
    holding back the driver to support an unreponsive architecture, 7 years
    is quite enough of a grace period. Support is easily implemented on the
    architecture if and when it ever decides to merge its changes upstream.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

05 Nov, 2009

1 commit


02 Oct, 2009

1 commit


01 Oct, 2009

1 commit


12 Sep, 2009

1 commit


17 Aug, 2009

1 commit

  • Serial driver of S5PC100 is the same as S3C6400, so S5PC100 shares the serial
    driver with S3C6400. Uart driver is copied from plat-s3c64xx to plat-s5pc1xx,
    as I do not use plat-s3c64xx directory.

    Signed-off-by: Byungho Min
    [ben-linux@fluff.org: title fixup]
    Signed-off-by: Ben Dooks

    James Min
     

14 Aug, 2009

1 commit


23 Jun, 2009

1 commit


13 Jun, 2009

1 commit


11 Jun, 2009

2 commits


13 Apr, 2009

1 commit

  • * 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze: (60 commits)
    microblaze_v8: Add MAINTAINERS fragment
    microblaze_v8: Uartlite for Microblaze
    microblaze_v8: Makefiles for Microblaze cpu
    microblaze_v8: Kconfig patches
    microblaze_v8: Interrupt handling and timer support
    microblaze_v8: syscalls.h
    microblaze_v8: pci headers
    microblaze_v8: Kbuild file
    microblaze_v8: string.h thread_info.h
    microblaze_v8: unistd.h
    microblaze_v8: fcntl.h sockios.h ucontext.h
    microblaze_v8: pool.h socket.h
    microblaze_v8: device.h param.h topology.h
    microblaze_v8: headers files entry.h current.h mman.h registers.h sembuf.h
    microblaze_v8: namei.h
    microblaze_v8: gpio.h, serial.h
    microblaze_v8: headers simple files - empty or redirect to asm-generic
    microblaze_v8: sigcontext.h siginfo.h
    microblaze_v8: termbits.h termios.h
    microblaze_v8: stats headers
    ...

    Linus Torvalds
     

07 Apr, 2009

5 commits

  • Signed-off-by: Mike Frysinger
    Signed-off-by: Bryan Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Mike Frysinger
     
  • Depend on KGDB_SERIAL_CONSOLE being set to N rather than !Y, since it can
    be built as a module.

    Signed-off-by: Mike Frysinger
    Signed-off-by: Bryan Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Mike Frysinger
     
  • Signed-off-by: Mike Frysinger
    Signed-off-by: Bryan Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Mike Frysinger
     
  • Both software emulated and hardware based CTS and RTS are enabled in
    serial driver.

    The CTS RTS PIN connection on BF548 UART port is defined as a modem
    device not as a host device. In order to test it under Linux, please
    nake a cross UART cable to exchange CTS and RTS signal.

    Signed-off-by: Sonic Zhang
    Signed-off-by: Bryan Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Sonic Zhang
     
  • (akpm: queued pending confirmation of the new major number)

    [randy.dunlap@oracle.com: select SERIAL_CORE]
    Signed-off-by: Christian Pellegrin
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Christian Pellegrin