summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-10-122-6/+9
|\
| * backlight: Convert corgi backlight driver into a more generic driverRichard Purdie2007-10-112-6/+9
* | Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jga...Linus Torvalds2007-10-121-11/+11
|\ \
| * | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-101-11/+11
| |/
* | Merge branch 'block-2.6.24' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-127-150/+39
|\ \
| * | [BLOCK] Fix failing compile with BLK_DEV_IO_TRACE=nBoaz Harrosh2007-10-111-1/+6
| * | compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-1/+6
| * | drivers/block/umem: move private include away from include/linuxJeff Garzik2007-10-102-138/+5
| * | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-102-4/+4
| * | Remove flush_dry_bio_endioNeilBrown2007-10-101-1/+0
| * | Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-102-2/+3
| * | Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-1/+0
| * | New function blk_req_append_bioNeilBrown2007-10-101-2/+2
| * | Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-1/+14
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2007-10-126-21/+82
|\ \
| * | [AVR32] Don't use __builtin_xchg()Haavard Skinnemoen2007-10-111-4/+9
| * | [AVR32] Ignore a few irrelevant syscallsHaavard Skinnemoen2007-10-111-0/+13
| * | [AVR32] SMC configuration in clock cyclesKristoffer Nyborg Gregertsen2007-10-111-10/+41
| * | [AVR32] Make dma_sync_*_for_cpu no-opsHaavard Skinnemoen2007-10-111-7/+10
| * | [AVR32] Wire up USBA deviceHaavard Skinnemoen2007-10-111-0/+8
| * | [AVR32] add multidrive support for pio driverMatteo Vit2007-10-111-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2007-10-1257-2131/+1752
|\ \
| * | blackfin enable arbitary speed serial settingAlan Cox2007-08-053-5/+19
| * | Blackfin arch: update kgdb patchSonic Zhang2007-10-101-0/+1
| * | Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich2007-10-104-0/+5
| * | Blackfin arch: Print out debug info, as early as possibleRobin Getz2007-10-091-0/+1
| * | Blackfin arch: Initial patch to add earlyprintk supportRobin Getz2007-10-091-0/+28
| * | Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files...Bryan Wu2007-10-109-2/+14
| * | Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu2007-10-091-12/+12
| * | Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu2007-09-121-6/+6
| * | Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_resetMichael Hennerich2007-10-101-0/+20
| * | Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the...Michael Hennerich2007-09-121-8/+44
| * | Blackfin arch: Remove legacy supportMichael Hennerich2007-08-281-278/+0
| * | Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERRO...Michael Hennerich2007-10-101-281/+308
| * | Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 compiling...Robin Getz2007-09-131-1/+3
| * | Blackfin arch: add an exception request/free apiMike Frysinger2007-08-051-0/+8
| * | Blackfin arch: all our other ports call this SIZE rather than SPI_LENMike Frysinger2007-08-052-2/+2
| * | Blackfin arch: allow people to select the feature that is unavailable to the ...Mike Frysinger2007-08-051-1/+4
| * | Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriateMike Frysinger2007-08-052-0/+2
| * | Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang2007-08-051-0/+1
| * | Blackfin arch: kill ezkit548 compiling warningBryan Wu2007-08-051-0/+1
| * | Blackfin arch: fix up header for BF533Robin Getz2007-08-051-54/+0
| * | Blackfin arch: bug fixing restore mach dependent ASYNC memory sizeMichael Hennerich2007-08-271-2/+8
| * | Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2007-10-1015-315/+205
| * | Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger2007-08-031-1/+0
| * | Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recordin...Roy Huang2007-10-101-0/+1
| * | Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz2007-07-251-9/+46
| * | Blackfin arch: Fix CCLK and SCLK checksRobin Getz2007-08-035-356/+68
| * | Blackfin serial driver: use new GPIO APIMichael Hennerich2007-10-111-20/+19
| * | Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger2007-07-254-4/+4