summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON().Paul Mundt2008-10-231-0/+1
* sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.Paul Mundt2008-10-235-5/+34
* sh: sh7785 pinmux supportMagnus Damm2008-10-233-0/+1545
* sh: update defconfigs.Paul Mundt2008-10-2236-3983/+6098
* sh: Kill off unused p1fc divisors from SH7763 clk fwk.Paul Mundt2008-10-221-1/+0
* sh: improve pinmux support for single direction pinsMagnus Damm2008-10-223-23/+27
* sh: use 10MHz VIO_CLK for ov772x on Migo-RMagnus Damm2008-10-221-1/+4
* sh: Update gpio_set_value() pin value handlingMagnus Damm2008-10-211-1/+1
* sh: update ov772x byte order on Migo-RMagnus Damm2008-10-211-1/+1
* sh: Export cache flush routines needed by sh_eth on SH7619.Paul Mundt2008-10-211-1/+6
* sh: Wire up oops reporting in the die notifier chain.Paul Mundt2008-10-212-0/+3
* sh: ap325rxa: Kill off unused port definitions.Paul Mundt2008-10-211-5/+0
* sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.Paul Mundt2008-10-211-9/+8
* sh: ap325rxa: Move off of hardcoded pinmux for flctl initialization.Paul Mundt2008-10-211-6/+14
* sh: add support FLCTL for ap325rxa boardYoshihiro Shimoda2008-10-211-6/+55
* sh: gpio: Stub in dummy GPIO<->IRQ mapping routines.Paul Mundt2008-10-211-0/+15
* sh: rsk7203: leds-gpio support for RSK+ LEDs.Paul Mundt2008-10-211-5/+37
* sh: gpio: Include asm-generic/gpio.h for non-gpiolib stubs.Paul Mundt2008-10-211-4/+2
* sh: fix soc-camera compile breakage on Migo-R.Guennadi Liakhovetski2008-10-211-2/+9
* sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().Paul Mundt2008-10-211-0/+1
* sh: Kill off duplicate remove_memory() definition.Andrew Morton2008-10-211-17/+0
* sh: Fix up the SH7203 build.Paul Mundt2008-10-212-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-20163-1915/+12970
|\
| * sh: Move SH-4 CPU headers down one more level.Paul Mundt2008-10-202-0/+0
| * sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected.Paul Mundt2008-10-202-2/+4
| * sh: Migrate common board headers to mach-common/.Paul Mundt2008-10-2053-37/+40
| * sh: Move the CPU definition headers from asm/ to cpu/.Paul Mundt2008-10-2011-7/+7
| * sh: remove consistent alloc cruftMagnus Damm2008-10-201-10/+0
| * sh: add dynamic crash base address supportMagnus Damm2008-10-201-6/+9
| * sh: reduce Migo-R smc91x overrunsMagnus Damm2008-10-202-2/+6
| * sh: Fix up some merge damage.Paul Mundt2008-10-202-1/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-202-2/+2
| |\
| * \ Merge branch 'sh/gpiolib'Paul Mundt2008-10-2022-100/+8144
| |\ \
| | * | sh: Use sh7720 GPIO on magicpanelr2 boardMagnus Damm2008-10-202-1/+11
| | * | sh: Add sh7720 pinmux codeMagnus Damm2008-10-203-0/+1420
| | * | sh: Use sh7203 GPIO on rsk7203 boardMagnus Damm2008-10-202-0/+12
| | * | sh: Add sh7203 pinmux codeMagnus Damm2008-10-203-0/+1747
| | * | sh: Use sh7723 GPIO on AP325RXA boardMagnus Damm2008-10-202-26/+75
| | * | sh: Add sh7723 pinmux codeMagnus Damm2008-10-203-0/+2164
| | * | sh: Use sh7722 GPIO on Migo-R boardMagnus Damm2008-10-203-69/+125
| | * | sh: Add sh7722 pinmux codeMagnus Damm2008-10-203-0/+1997
| | * | sh: GPIO and pinmux base codeMagnus Damm2008-10-205-4/+593
| * | | Fix debugfs_create_file's error checking method for arch/sh/mm/Zhaolei2008-10-202-0/+8
| * | | Fix debugfs_create_dir's error checking method for arch/sh/kernel/Zhaolei2008-10-201-0/+2
| * | | sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA boardNobuhiro Iwamatsu2008-10-201-0/+3
| |/ /
| * | sh: More I/O routine overhauling.Paul Mundt2008-10-046-232/+115
| * | video: sh_mobile_lcdcfb: Support HAVE_CLK=n configurations.Paul Mundt2008-10-015-76/+4
| * | sh: Move the shared INTC code out to drivers/sh/Paul Mundt2008-10-013-804/+2
| * | sh: Use __raw_xxx() I/O accessors for INTC and IPR.Paul Mundt2008-10-012-14/+14
| * | sh: Fix up the __raw_read/writeX() definitions.Paul Mundt2008-10-012-45/+40