summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-24[Blackfin] arch: disable bfin_get_ether_addr fucntion for boards when do not ...Martin Strubel1-0/+2
2007-12-24[Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to...Michael Hennerich1-21/+46
2008-01-27[Blackfin] arch: added Minotaur BSPMartin Strubel3-0/+324
2008-01-27[Blackfin] arch: replace current blackfin specific pfbutton driver with kerne...Michael Hennerich5-0/+140
2007-12-24[Blackfin] arch: append IRQ Number to label stringMichael Hennerich2-8/+19
2007-12-24[Blackfin] arch: Fix gpio label handlingMichael Hennerich6-13/+28
2007-12-24[Blackfin] arch: add support for BF523/BF524/BF526Mike Frysinger3-3/+63
2007-12-24[Blackfin] arch: scrub dead alive/idle LED codeMike Frysinger4-172/+0
2007-12-24[Blackfin] arch: fix up coding style in uaccess.hBernd Schmidt1-1/+1
2007-12-24[Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid DMA abor...Cliff Cai1-1/+1
2008-01-27[Blackfin] arch: Added support for OpenCores Keyboard Controller to H8606 boardJavier Herrero1-0/+32
2007-12-24[Blackfin] arch: Fix if/def BUG - and define is multipoint NOBryan Wu1-4/+4
2007-12-24[Blackfin] arch: The BF527 EZkit connects UART1/PORTFMichael Hennerich1-1/+1
2008-01-24[Blackfin] arch: update defconfig of boardsBryan Wu6-111/+134
2007-12-23[Blackfin] arch: Trash bf54x-hcd driver - we use the musb driverMichael Hennerich1-21/+0
2007-12-24[Blackfin] arch: Enable peripheral platform resources on the BF527 EZkitMichael Hennerich1-0/+98
2008-01-27[Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel bo...Sonic Zhang4-5/+153
2007-12-23[Blackfin] arch: Clean up dump_bfin_memRobin Getz4-50/+87
2008-01-27[Blackfin] arch: add Hitachi TX09D70VM1CDA TFT LCD driver resource to Blackfi...Michael Hennerich2-0/+21
2007-12-23[Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.Sonic Zhang7-15/+64
2007-12-21[Blackfin] arch: fix bug - make memcpy return the dest addr.Yi Li1-6/+2
2007-12-21[Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548Cliff Cai2-4/+4
2007-12-21[Blackfin] arch: Added support for 8250-class UARTs in HV Sistemas H8606 boar...Javier Herrero1-2/+49
2007-12-21[Blackfin] arch: Let the pre-processor do the math to save a few cycles - no ...Robin Getz1-3/+1
2007-12-21[Blackfin] arch: do not use fixed numbers to describe offsets - no functional...Robin Getz1-1/+1
2007-12-21[Blackfin] arch: do not use hard coded addressesRobin Getz1-4/+4
2007-12-24[Blackfin] arch: fix bug gdb testing on hardware has regressionRobin Getz1-7/+30
2008-01-27[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz5-71/+99
2008-01-27[Blackfin] arch: Add a note describing what is going on - no functional changesRobin Getz1-2/+13
2008-01-27printk: revert ktime_get() timestampsIngo Molnar1-3/+1
2008-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds23-97/+1052
2008-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds65-1446/+999
2008-01-27Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds105-3658/+6216
2008-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+3
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz3-113/+11
2008-01-26ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz2-34/+33
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz3-12/+11
2008-01-26ide: fix final status check in drive_cmd_intr()Bartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()Bartlomiej Zolnierkiewicz1-3/+8
2008-01-26ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz1-6/+9
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz3-3/+5
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz3-1/+7
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz3-6/+5
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz2-3/+2
2008-01-26ide: task_end_request() fixTejun Heo3-14/+7
2008-01-26ide: use rq->nr_sectors in task_end_request()Bartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide: remove needless ->cursg clearing from task_end_request()Bartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz5-23/+26
2008-01-26ide-tape: fix handling of non-special requests in ->end_request methodBartlomiej Zolnierkiewicz1-0/+5
2008-01-26ide: fix final status check in task_in_intr()Bartlomiej Zolnierkiewicz1-1/+1