summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
Commit message (Expand)AuthorAgeFilesLines
* sh: se/7724: Remove FSI/B of GPIO init codeNobuhiro Iwamatsu2010-12-031-9/+1
* sh: se/7724: Update clock framework of FSI clock to non-legacyNobuhiro Iwamatsu2010-12-031-29/+4
* sh: boards: mach-se: use IS_ERR() instead of NULL checkVasiliy Kulikov2010-11-291-2/+2
* sh: Add div6_reparent_clks to clock framework for FSIKuninori Morimoto2010-11-291-30/+4
*-. Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt2010-11-0825-1265/+100
|\ \
| | * sh: mach-se: Fix up SE7206 no ioport build.Paul Mundt2010-11-041-1/+3
| |/ |/|
| * sh: mach-se: Rip out superfluous 7751 PIO routines.Paul Mundt2010-10-293-138/+1
| * sh: mach-se: Rip out superfluous 770x PIO routines.Paul Mundt2010-10-293-179/+1
| * sh: mach-edosk7705: Kill off machtype, consolidate board def.Paul Mundt2010-10-293-6/+1
| * sh: mach-edosk7705: update for this century, kill off PIO trapping.Paul Mundt2010-10-293-82/+54
| * sh: mach-se: Rip out superfluous 7206 PIO routines.Paul Mundt2010-10-293-120/+1
| * sh: mach-systemh: Kill off dead board.Paul Mundt2010-10-295-296/+0
| * sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt2010-10-293-6/+2
| * sh: mach-snapgear: Rip out superfluous PIO routines.Paul Mundt2010-10-293-148/+11
| * sh: mach-microdev: SuperIO-relative ioport mapping.Paul Mundt2010-10-292-266/+3
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-305-95/+135
|\ \ | |/ |/|
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-10-285-95/+135
| |\
| | * sh: fix an ms7724se compile breakageGuennadi Liakhovetski2010-10-061-16/+16
| | * fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform dataGuennadi Liakhovetski2010-09-145-95/+135
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-2810-114/+91
|\ \ \
| * | | sh64: irq_data conversion.Paul Mundt2010-10-271-10/+6
| * | | sh: mach-se: irq_data conversion.Paul Mundt2010-10-274-31/+32
| * | | sh: mach-x3proto: irq_data conversion.Paul Mundt2010-10-271-3/+4
| * | | sh: mach-systemh: irq_data conversion.Paul Mundt2010-10-271-36/+21
| * | | sh: mach-microdev: irq_data conversion.Paul Mundt2010-10-271-19/+11
| * | | sh: mach-landisk: irq_data conversion.Paul Mundt2010-10-271-8/+7
| * | | sh: mach-dreamcast: irq_data conversion.Paul Mundt2010-10-271-7/+10
| |/ /
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-285-9/+0
|\ \ \ | |/ / |/| |
| * | [media] soc_camera: Don't use module names to load I2C modulesLaurent Pinchart2010-10-224-7/+0
| * | [media] sh_vou: Don't use module names to load I2C modulesLaurent Pinchart2010-10-222-2/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-2513-22/+978
|\ \
| * | sh: fix clk_get() error handlingGuennadi Liakhovetski2010-10-181-3/+3
| * | sh: mach-sdk7786: Add support for the FPGA SRAM.Paul Mundt2010-10-153-1/+75
| * | sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.Paul Mundt2010-10-141-1/+53
| * | sh: mach-sdk7786: Add support for fpga gpios.Paul Mundt2010-10-143-0/+52
| * | sh: boards/mach-x3proto: gpio: fix error handling codeKulikov Vasiliy2010-10-121-2/+2
| * | sh: mach-x3proto: Improve ILSEL debugging.Paul Mundt2010-10-041-4/+12
| * | sh: mach-x3proto: gpio-keys support.Paul Mundt2010-10-041-2/+105
| * | sh: mach-x3proto: Support for baseboard GPIOs.Paul Mundt2010-10-042-0/+137
| * | sh: mach-x3proto: Move the ilsel header to a better place.Paul Mundt2010-10-042-2/+2
| * | sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2010-10-021-9/+14
| * | Revert "sh: ecovec24: modify tsc2007 platform settings"Paul Mundt2010-09-141-2/+24
| * | sh: ecovec24: modify tsc2007 platform settingsKuninori Morimoto2010-09-141-24/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-163-5/+7
| |\ \ | | |/
| * | sh: add sh7757lcr board supportYoshihiro Shimoda2010-07-063-0/+380
| * | sh: SH-2007 board support.Hitoshi Mitake2010-06-213-0/+145
* | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ |/|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-08-063-4/+6
|\ \
| * | sh: add a parameter to LCDC driver's .display_on() callbackGuennadi Liakhovetski2010-08-043-4/+6
| |/
* | V4L/DVB: mediabus: fix ambiguous pixel code namesGuennadi Liakhovetski2010-08-021-1/+1
|/
OpenPOWER on IntegriCloud