summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* sh: Split out system.h in to _32 and _64 variants.Paul Mundt2008-01-284-279/+144Star
* sh: Split out 29-bit and 32-bit physical mode definitions.Paul Mundt2008-01-281-0/+17
* sh: Split out processor.h in to _32 and _64 variants.Paul Mundt2008-01-283-269/+272
* sh: SH-5 pt_regs.Paul Mundt2008-01-281-6/+22
* sh: Move in the SH-5 mmu_context headers.Paul Mundt2008-01-285-271/+173Star
* sh: SH-5 byteorder routines.Paul Mundt2008-01-281-15/+30
* sh: SH-5 version of current_thread_info().Paul Mundt2008-01-281-2/+4
* sh: Split out irqflags.h in to _32 and _64 variants.Paul Mundt2008-01-284-93/+188
* sh: Split out asm/string.h for sh32 and sh64.Paul Mundt2008-01-283-131/+136
* sh: Add SH-5 support to io.h.Paul Mundt2008-01-281-16/+22
* sh: Add in cacheflush and DMA headers for SH-5.Paul Mundt2008-01-282-16/+6Star
* sh: Correct SH-5 instruction size value.Paul Mundt2008-01-281-1/+3
* sh: Add cache definitions for SH-5.Paul Mundt2008-01-281-53/+8Star
* sh: Add addrspace.h segmentation stub for SH-5.Paul Mundt2008-01-281-0/+6
* sh: BUGFLAG_WARNING needs GENERIC_BUG.Paul Mundt2008-01-281-2/+2
* sh: Fix up fixmap location for SH-5.Paul Mundt2008-01-281-0/+4
* sh: Add SH-5 support to asm/module.h.Paul Mundt2008-01-281-0/+4
* sh: Split out cache status bits per-CPU family.Paul Mundt2008-01-285-5/+20
* sh: Split out PXSEG segmentation per-CPU family.Paul Mundt2008-01-285-23/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-01-2731-130/+366
|\
| * [Blackfin] arch: remove old I2C BF54x porting.Bryan Wu2008-01-271-33/+0Star
| * [Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile...Bernd Schmidt2008-01-271-1/+2
| * [Blackfin] arch: GPIO API cleanup and anomaly updateMichael Hennerich2008-01-221-36/+36
| * [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with G...Michael Hennerich2008-01-226-11/+11
| * [Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt2008-01-275-6/+133
| * [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...Michael Hennerich2008-01-221-1/+5
| * [Blackfin] arch: update to latest anomaly sheetsMike Frysinger2007-12-244-31/+67
| * [Blackfin] arch: Fix gpio label handlingMichael Hennerich2007-12-245-0/+10
| * [Blackfin] arch: fix up coding style in uaccess.hBernd Schmidt2007-12-241-1/+1
| * [Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel bo...Sonic Zhang2008-01-272-3/+89
| * [Blackfin] arch: Clean up dump_bfin_memRobin Getz2007-12-231-1/+1
| * [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.Sonic Zhang2007-12-232-2/+3
| * [Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548Cliff Cai2007-12-212-4/+4
| * [Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz2008-01-271-0/+4
* | i2c: Add i2c_new_dummy() utilityDavid Brownell2008-01-271-0/+6
* | i2c: Stop using the redundant client listDavid Brownell2008-01-271-3/+5
* | i2c-pxa: Add polling transferMike Rapoport2008-01-271-0/+6
* | i2c: Discard unused driver IDsJean Delvare2008-01-271-60/+0Star
* | i2c/tps65010: move header to <linux/i2c/...>David Brownell2008-01-271-4/+4
* | i2c: Drop redundant i2c_driver.listJean Delvare2008-01-271-1/+0Star
* | i2c: Drop redundant i2c_adapter.listJean Delvare2008-01-271-1/+0Star
* | i2c: Change prototypes of refcounting functionsJean Delvare2008-01-271-5/+2Star
* | i2c: Use the driver model reference countingJean Delvare2008-01-271-3/+0Star
* | i2c: Constify client address dataMark M. Hoffman2008-01-272-58/+44Star
* | i2c: some overdue driver removalAdrian Bunk2008-01-272-12/+0Star
* | i2c: the scheduled I2C RTC driver removalAdrian Bunk2008-01-272-52/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-01-272-28/+34
|\
| * ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz2008-01-261-1/+0Star
| * ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz2008-01-261-8/+0Star
| * ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz2008-01-261-0/+2