index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-27
i2c: normal_i2c can be made const (rtc drivers)
Jean Delvare
6
-6
/
+6
2008-01-27
i2c: Constify client address data
Mark M. Hoffman
1
-2
/
+2
2008-01-27
i2c-algo-pcf: Delete broken 10-bit address support
Jean Delvare
1
-72
/
+13
2008-01-27
i2c-algo-bit: Fix NAK/ARB comments
David Brownell
1
-4
/
+20
2008-01-27
i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)
David Brownell
1
-97
/
+105
2008-01-27
i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x
eric miao
1
-29
/
+29
2008-01-27
i2c: some overdue driver removal
Adrian Bunk
3
-193
/
+0
2008-01-27
i2c: the scheduled I2C RTC driver removal
Adrian Bunk
5
-1131
/
+0
2008-01-27
i2c-stub: Use a single array for byte and word operations
Jean Delvare
1
-7
/
+8
2008-01-27
i2c/tsl2550: Add power management added
Rodolfo Giometti
1
-0
/
+21
2008-01-27
i2c: Add support for the PCF8575 chip
Bart Van Assche
3
-1
/
+230
2008-01-27
i2c-ibm_iic: Whitespace cleanup
Stefan Roese
2
-99
/
+99
2008-01-27
i2c-pasemi: use i2c_add_numbered_adapter()
Olof Johansson
1
-1
/
+2
2008-01-27
i2c-nforce2: The nForce2 can do block transactions
Jean Delvare
1
-0
/
+1
2008-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
62
-1410
/
+960
2008-01-26
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
2
-112
/
+11
2008-01-26
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2
-34
/
+33
2008-01-26
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2
-4
/
+11
2008-01-26
ide: fix final status check in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2008-01-26
ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-01-26
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
3
-3
/
+5
2008-01-26
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
3
-1
/
+7
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
2
-6
/
+3
2008-01-26
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: task_end_request() fix
Tejun Heo
2
-14
/
+5
2008-01-26
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
4
-23
/
+20
2008-01-26
ide-tape: fix handling of non-special requests in ->end_request method
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-01-26
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
ide: fix ->io_32bit race in ide_taskfile_ioctl()
Tejun Heo
1
-5
/
+12
2008-01-26
cmd64x: remove /proc/ide/cmd64x
Bartlomiej Zolnierkiewicz
1
-113
/
+1
2008-01-26
ide: remove broken disk byte-swapping support
Bartlomiej Zolnierkiewicz
3
-36
/
+3
2008-01-26
ide: add ide_busy_sleep() helper
Bartlomiej Zolnierkiewicz
1
-22
/
+21
2008-01-26
ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it
Bartlomiej Zolnierkiewicz
1
-1
/
+13
2008-01-26
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
Bartlomiej Zolnierkiewicz
2
-103
/
+110
2008-01-26
ide: print banner message once per controller in m68k host drivers
Bartlomiej Zolnierkiewicz
5
-35
/
+22
2008-01-26
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
4
-22
/
+12
2008-01-26
ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
rapide: remove write-only hwif->hwif_data
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: use ide_init_port_hw() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-16
/
+17
2008-01-26
ide: always use ide_std_init_ports() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-01-26
au1xxx-ide: use ide_init_port_hw()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-26
au1xxx-ide: au_ide_probe() fixes
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
28
-216
/
+164
2008-01-26
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
Bartlomiej Zolnierkiewicz
13
-16
/
+70
2008-01-26
cmd640: fix dependency on IDE_GENERIC
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide: move ide_arm_init() call from init_ide_data() to ide_init()
Bartlomiej Zolnierkiewicz
2
-4
/
+3
[next]