summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-25168-3056/+7265
|\
| * sh: i2c-sh7760: Replase from ctrl_* to __raw_*Nobuhiro Iwamatsu2010-10-251-2/+2
| * sh: clkfwk: Shuffle around to match the intc split up.Paul Mundt2010-10-184-5/+16
| * sh: clkfwk: modify for_each_frequency end conditionKuninori Morimoto2010-10-181-2/+5
| * sh: fix clk_get() error handlingGuennadi Liakhovetski2010-10-181-3/+3
| * sh: clkfwk: Fix fault in frequency iterator.Paul Mundt2010-10-151-1/+1
| * sh: clkfwk: Add a helper for rate rounding by divisor ranges.Paul Mundt2010-10-152-1/+24
| * sh: clkfwk: Abstract rate rounding helper.Paul Mundt2010-10-152-14/+53
| * sh: clkfwk: support clock remapping.Paul Mundt2010-10-152-2/+99
| * sh: pci: Convert to upper/lower_32_bits() helpers.Paul Mundt2010-10-142-9/+2
| * sh: mach-sdk7786: Add support for the FPGA SRAM.Paul Mundt2010-10-145-2/+92
| * sh: Provide a generic SRAM pool for tiny memories.Paul Mundt2010-10-144-0/+77
| * sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.Paul Mundt2010-10-144-5/+75
| * sh: pci: Support slot 4 routing on SDK7786.Paul Mundt2010-10-144-1/+79
| * sh: Fix up PMB locking.Paul Mundt2010-10-131-16/+15
| * sh: mach-sdk7786: Add support for fpga gpios.Paul Mundt2010-10-133-0/+52
| * sh: use pr_fmt for clock framework, too.Paul Mundt2010-10-131-1/+3
| * sh: remove name and id from struct clkMagnus Damm2010-10-133-13/+6
| * sh: free-without-alloc fix for sh_mobile_lcdcfbMagnus Damm2010-10-131-2/+4
| * sh: perf: Set up perf_max_events.Paul Mundt2010-10-131-0/+1
| * sh: perf: Support SH-X3 hardware counters.Paul Mundt2010-10-131-1/+19
| * sh: wire up perf alignment and emulation faults.Paul Mundt2010-10-125-9/+33
| * sh: boards/mach-x3proto: gpio: fix error handling codeKulikov Vasiliy2010-10-111-2/+2
| * sh: Fix up the SH-3 build.Paul Mundt2010-10-061-0/+1
| * sh: Fix address calculation of InitrdNobuhiro Iwamatsu2010-10-061-3/+4
| * sh: fix uninitialized spinlockAkinobu Mita2010-10-061-1/+1
| * sh: intc: Fix build with IRQ balancing disabled.Paul Mundt2010-10-061-4/+5
| * sh: intc: Add missing files.Paul Mundt2010-10-062-0/+40
| * sh: Wire up INTC subgroup splitting for SH7786 SCIF1.Paul Mundt2010-10-051-38/+72
| * sh: intc: Split up the INTC code.Paul Mundt2010-10-0514-1809/+2052
| * sh: intc: Handle early lookups of subgroup IRQs.Paul Mundt2010-10-052-11/+25
| * sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt2010-10-043-67/+351
| * sh: intc: Implement reverse mapping for IRQs to per-controller IDs.Paul Mundt2010-10-043-1/+100
| * sh: pfc: Fix up BUG() triggered by gpiolib debugfs lookups.Paul Mundt2010-10-031-4/+2
| * sh: Drop __initdata for SH-X3 pinmux tables.Paul Mundt2010-10-031-5/+5
| * sh: pfc: support pinmux deregistration.Paul Mundt2010-10-032-1/+11
| * sh: mach-x3proto: Improve ILSEL debugging.Paul Mundt2010-10-031-4/+12
| * sh: mach-x3proto: gpio-keys support.Paul Mundt2010-10-031-2/+105
| * sh: mach-x3proto: Support for baseboard GPIOs.Paul Mundt2010-10-033-0/+149
| * sh: mach-x3proto: Move the ilsel header to a better place.Paul Mundt2010-10-033-2/+2
| * sh: Allow GPIO chips to register IRQ mappings.Paul Mundt2010-10-021-4/+2
| * sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2010-10-024-9/+29
| * sh: Handle pinmux for SH-X3 proto IRQ/IRL modes.Paul Mundt2010-10-022-0/+25
| * sh: pinmux support for SH-X3 proto CPUs.Paul Mundt2010-10-023-0/+652
| * sh: Support IRQ balancing for SH-X3 proto cores, too.Paul Mundt2010-10-012-5/+12
| * sh: Support userimask for all SH-X3 interrupt controllers.Paul Mundt2010-10-013-18/+36
| * sh: Update SH-X3 subtype for clkdev lookups.Paul Mundt2010-10-013-85/+146
| * sh: boot kernel with SR.BL setMagnus Damm2010-09-303-2/+7
| * sh: fix a kfree address in clkdev codeGuennadi Liakhovetski2010-09-301-1/+3
| * sh: provide generic arch_debugfs_dir.Paul Mundt2010-09-238-40/+24