summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-284-11/+12
| * | | powerpc: Removed duplicated include in stacktrace.cHuang Weiyi2008-07-281-1/+0Star
| * | | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-289-105/+317
| |\ \ \
| | * | | spi: Add OF binding support for SPI bussesGrant Likely2008-07-264-0/+118
| | * | | spi: split up spi_new_device() to allow two stage registration.Grant Likely2008-07-262-44/+107
| | * | | of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely2008-07-263-61/+92
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds2008-07-282-3/+1Star
|\ \ \ \ \
| * | | | | Remove deprecated virt_to_bus()Karsten Keil2008-07-282-3/+1Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-07-28117-2019/+7917
|\ \ \ \ \ \
| * | | | | | sh: SuperH Mobile CEU and camera platform data for AP325RXAMagnus Damm2008-07-281-1/+118
| * | | | | | sh: Update smc911x platform data for AP325RXAMagnus Damm2008-07-281-0/+10
| * | | | | | sh: SuperH Mobile LCDC platform data for AP325RXAMagnus Damm2008-07-281-1/+80
| * | | | | | sh: Add SuperH Mobile CEU platform data for Migo-RMagnus Damm2008-07-282-1/+177
| * | | | | | sh: Add SuperH Mobile LCDC platform data for Migo-RMagnus Damm2008-07-286-0/+284
| * | | | | | sh: Move asid_cache() out of ifdef to fix SH-3/4 nommu build.Paul Mundt2008-07-281-1/+2
| * | | | | | sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.Yoshinori Sato2008-07-281-1/+2
| * | | | | | sh: Wire up new syscalls.Paul Mundt2008-07-284-2/+26
| * | | | | | sh: fix uImage Entry PointYoshihiro Shimoda2008-07-282-1/+9
| * | | | | | sh_keysc: remove request_mem_region() and release_mem_region()Tetsuya Mukawa2008-07-281-20/+7Star
| * | | | | | sh: Don't miss pending signals returning to user mode after signal processingStuart MENEFY2008-07-281-1/+1
| * | | | | | sh: Use clk_always_enable() on sh7366Magnus Damm2008-07-281-0/+15
| * | | | | | sh: Use clk_always_enable() on sh7343 / SE77343Magnus Damm2008-07-283-8/+15
| * | | | | | sh: Use clk_always_enable() on sh7722 / Migo-R / SE7722Magnus Damm2008-07-285-17/+20
| * | | | | | sh: Use clk_always_enable() on sh7723 / ap325rxaMagnus Damm2008-07-282-12/+16
| * | | | | | sh: Introduce clk_always_enable() functionMagnus Damm2008-07-281-0/+17
| * | | | | | sh: Show all clocks and their state in /proc/clocksMagnus Damm2008-07-281-9/+5Star
| * | | | | | sh: Merge sh7343 and sh7722 clock codeMagnus Damm2008-07-283-130/+41Star
| * | | | | | sh: Add SuperH Mobile MSTPCR bits to clock frameworkMagnus Damm2008-07-282-0/+119
| * | | | | | sh: Use arch_flags to simplify sh7722 siu clock codeMagnus Damm2008-07-281-38/+9Star
| * | | | | | sh: Add arch_flags to struct clkMagnus Damm2008-07-281-0/+1
| * | | | | | fix sh ptep_get_and_clear breakageAdrian Bunk2008-07-281-1/+1
| * | | | | | sh: Renesas R0P7785LC0011RL board supportYoshihiro Shimoda2008-07-2810-0/+1876
| * | | | | | sh: Add memory chunks to SH-Mobile UIO devicesMagnus Damm2008-07-286-0/+75
| * | | | | | sh: Export sh7366 VPU, VEU(1), VEU(2) using uio_pdrv_genirqMagnus Damm2008-07-281-1/+80
| * | | | | | sh: Export sh7723 VPU, VEU2H0, VEU2H1 using uio_pdrv_genirqMagnus Damm2008-07-281-0/+79
| * | | | | | sh: Export sh7722 VPU and VEU using uio_pdrv_genirqMagnus Damm2008-07-281-0/+53
| * | | | | | sh: Export sh7343 VPU and VEU using uio_pdrv_genirqMagnus Damm2008-07-281-0/+53
| * | | | | | sh2(A) exception handler updateYoshinori Sato2008-07-286-90/+385
| * | | | | | sh: update Solution Engine 7343Yoshihiro Shimoda2008-07-284-577/+561Star
| * | | | | | sh: update sh7343 codeYoshihiro Shimoda2008-07-283-1/+138
| * | | | | | sh: fix pg-sh4.c build breakage in linux-nextMagnus Damm2008-07-281-1/+1
| * | | | | | sh: enable I2C on the ap325rxa boardMagnus Damm2008-07-281-0/+11
| * | | | | | sh: add SuperH Mobile I2C platform data to sh7366Magnus Damm2008-07-281-0/+21
| * | | | | | sh: add SuperH Mobile I2C platform data to sh7723Magnus Damm2008-07-281-0/+21
| * | | | | | sh: add SuperH Mobile I2C platform data to sh7343Magnus Damm2008-07-281-0/+42
| * | | | | | sh: add interrupt ack code to sh4aYoshihiro Shimoda2008-07-288-28/+76
| * | | | | | sh: Fix up link error on SH-2 zImage with older binutils.Yoshinori Sato2008-07-284-15/+12Star
| * | | | | | sh: Conditionally re-enable IRQs in fault path.Stuart Menefy2008-07-282-6/+9
| * | | | | | sh: Record the major cut revision for probed SH-4A parts.Paul Mundt2008-07-281-4/+5
| * | | | | | sh: Optimized flush_icache_range() implementation.Chris Smith2008-07-283-40/+38Star