1. 25 Oct, 2010 4 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 · 1dfd166e
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (110 commits)
        sh: i2c-sh7760: Replase from ctrl_* to __raw_*
        sh: clkfwk: Shuffle around to match the intc split up.
        sh: clkfwk: modify for_each_frequency end condition
        sh: fix clk_get() error handling
        sh: clkfwk: Fix fault in frequency iterator.
        sh: clkfwk: Add a helper for rate rounding by divisor ranges.
        sh: clkfwk: Abstract rate rounding helper.
        sh: clkfwk: support clock remapping.
        sh: pci: Convert to upper/lower_32_bits() helpers.
        sh: mach-sdk7786: Add support for the FPGA SRAM.
        sh: Provide a generic SRAM pool for tiny memories.
        sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.
        sh: pci: Support slot 4 routing on SDK7786.
        sh: Fix up PMB locking.
        sh: mach-sdk7786: Add support for fpga gpios.
        sh: use pr_fmt for clock framework, too.
        sh: remove name and id from struct clk
        sh: free-without-alloc fix for sh_mobile_lcdcfb
        sh: perf: Set up perf_max_events.
        sh: perf: Support SH-X3 hardware counters.
        ...
      
      Fix up trivial conflicts (perf_max_events got removed) in arch/sh/kernel/perf_event.c
      1dfd166e
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · 8e775167
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block:
        Revert "block: fix accounting bug on cross partition merges"
      8e775167
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 4b37ba90
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: (21 commits)
        m68knommu: convert to using tracehook_report_syscall_*
        m68knommu: some boards use fixed phy for FEC ethernet
        m68knommu: support the external GPIO based interrupts of the 5272
        m68knommu: mask of vector bits in exception word properly
        m68knommu: change to new flag variables
        m68knommu: Fix MCFUART_TXFIFOSIZE for m548x.
        m68knommu: add basic mmu-less m548x support
        m68knommu: .gitignore vmlinux.lds
        m68knommu: stop using __do_IRQ
        m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.
        m68knommu: add support for Coldfire 547x/548x interrupt controller
        m68k{nommu}: Remove unused DEFINE's from asm-offsets.c
        m68knommu: whitespace cleanup in 68328/entry.S
        m68knommu: Document supported chips in intc-2.c and intc-simr.c.
        m68knommu: fix strace support for 68328/68360
        m68knommu: fix default starting date
        arch/m68knommu: Removing dead 68328_SERIAL_UART2 config option
        arch/m68knommu: Removing dead RAM_{16,32}_MB config option
        arch/m68knommu: Removing dead M68KFPU_EMU config option
        arch/m68knommu: Removing dead RELOCATE config option
        ...
      4b37ba90
    • Nobuhiro Iwamatsu's avatar
      sh: i2c-sh7760: Replase from ctrl_* to __raw_* · 8df39901
      Nobuhiro Iwamatsu authored
      ctrl_* is deprecated. We should to use __raw_*.
      Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      8df39901
  2. 24 Oct, 2010 36 commits