Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37931db5bdce35d37a9bdf93082604620ba3341a
37931db
[Blackfin] arch: Restore default DMA priority over core on bf54x.
by Sonic Zhang
· 17 years ago
43f73fe
[Blackfin] arch: pull in linux/etherdevice.h for random_ether_addr() used in bfin_get_ether_addr()
by Mike Frysinger
· 17 years ago
7285846
[Blackfin] arch: disable bfin_get_ether_addr fucntion for boards when do not use MAC driver
by Martin Strubel
· 17 years ago
8baf560
[Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to_gpio()
by Michael Hennerich
· 17 years ago
471b9a6
[Blackfin] arch: added Minotaur BSP
by Martin Strubel
· 17 years ago
2463ef2
[Blackfin] arch: replace current blackfin specific pfbutton driver with kernel generic gpio key driver
by Michael Hennerich
· 17 years ago
6fce6a8
[Blackfin] arch: append IRQ Number to label string
by Michael Hennerich
· 17 years ago
fac3cf4
[Blackfin] arch: Fix gpio label handling
by Michael Hennerich
· 17 years ago
1545a11
[Blackfin] arch: add support for BF523/BF524/BF526
by Mike Frysinger
· 17 years ago
54a1668
[Blackfin] arch: scrub dead alive/idle LED code
by Mike Frysinger
· 17 years ago
3ca32c1
[Blackfin] arch: fix up coding style in uaccess.h
by Bernd Schmidt
· 17 years ago
b8aab6f
[Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid DMA aborting caused by conflict between core and DMA
by Cliff Cai
· 17 years ago
7a5f819
[Blackfin] arch: Added support for OpenCores Keyboard Controller to H8606 board
by Javier Herrero
· 17 years ago
2935077
[Blackfin] arch: Fix if/def BUG - and define is multipoint NO
by Bryan Wu
· 17 years ago
0e85e30
[Blackfin] arch: The BF527 EZkit connects UART1/PORTF
by Michael Hennerich
· 17 years ago
f31db2a
[Blackfin] arch: update defconfig of boards
by Bryan Wu
· 17 years ago
50657af
[Blackfin] arch: Trash bf54x-hcd driver - we use the musb driver
by Michael Hennerich
· 17 years ago
1089e22
[Blackfin] arch: Enable peripheral platform resources on the BF527 EZkit
by Michael Hennerich
· 17 years ago
971d5bc
[Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel boots.
by Sonic Zhang
· 17 years ago
b03b08b
[Blackfin] arch: Clean up dump_bfin_mem
by Robin Getz
· 17 years ago
0d4a89b
[Blackfin] arch: add Hitachi TX09D70VM1CDA TFT LCD driver resource to Blackfin board
by Michael Hennerich
· 17 years ago
fb5f004
[Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.
by Sonic Zhang
· 17 years ago
c50e19f
[Blackfin] arch: fix bug - make memcpy return the dest addr.
by Yi Li
· 17 years ago
a5bb85d
[Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548
by Cliff Cai
· 17 years ago
fb96c56
[Blackfin] arch: Added support for 8250-class UARTs in HV Sistemas H8606 board, modification in 8250.c driver for correct compilation with Blackfin
by Javier Herrero
· 17 years ago
d5c4b5e
[Blackfin] arch: Let the pre-processor do the math to save a few cycles - no functional changes
by Robin Getz
· 17 years ago
6f3ed70
[Blackfin] arch: do not use fixed numbers to describe offsets - no functional changes
by Robin Getz
· 17 years ago
0626d79
[Blackfin] arch: do not use hard coded addresses
by Robin Getz
· 17 years ago
d8f66c8
[Blackfin] arch: fix bug gdb testing on hardware has regression
by Robin Getz
· 17 years ago
13fe24f
[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.
by Robin Getz
· 17 years ago
f53e867
[Blackfin] arch: Add a note describing what is going on - no functional changes
by Robin Getz
· 17 years ago
326e96b
printk: revert ktime_get() timestamps
by Ingo Molnar
· 17 years ago
ef3f2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 17 years ago
1c7c2cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
0444fa7
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 17 years ago
69e4d4c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6
by Linus Torvalds
· 17 years ago
7267c33
ide: remove REQ_TYPE_ATA_CMD
by Bartlomiej Zolnierkiewicz
· 17 years ago
5a9e77a
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
34f5d5a
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
0455fcc
ide: fix final status check in drive_cmd_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
4d977e4
ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
18a056f
ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
852738f
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
by Bartlomiej Zolnierkiewicz
· 17 years ago
145b75e
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
by Bartlomiej Zolnierkiewicz
· 17 years ago
2624565
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4906f3b
ide: kill DATA_READY define
by Bartlomiej Zolnierkiewicz
· 17 years ago
4d7a984
ide: task_end_request() fix
by Tejun Heo
· 17 years ago
79f21b8
ide: use rq->nr_sectors in task_end_request()
by Bartlomiej Zolnierkiewicz
· 17 years ago
03c3c70
ide: remove needless ->cursg clearing from task_end_request()
by Bartlomiej Zolnierkiewicz
· 17 years ago
657cc1a
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
by Bartlomiej Zolnierkiewicz
· 17 years ago
3687221
ide-tape: fix handling of non-special requests in ->end_request method
by Bartlomiej Zolnierkiewicz
· 17 years ago
73d7de0
ide: fix final status check in task_in_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
49c746e
ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()
by Bartlomiej Zolnierkiewicz
· 17 years ago
35cf2b9
ide: fix ->io_32bit race in ide_taskfile_ioctl()
by Tejun Heo
· 17 years ago
63c4467
cmd64x: remove /proc/ide/cmd64x
by Bartlomiej Zolnierkiewicz
· 17 years ago
9e47be0
ide: remove broken disk byte-swapping support
by Bartlomiej Zolnierkiewicz
· 17 years ago
3a5015c
ide: add ide_busy_sleep() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
ce71ed9
ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it
by Bartlomiej Zolnierkiewicz
· 17 years ago
9ac5922
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
c99c92c
ide: print banner message once per controller in m68k host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
81ca691
ide: add ide_set_irq() inline helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
4f52a32
ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled
by Bartlomiej Zolnierkiewicz
· 17 years ago
ce635f6
rapide: remove write-only hwif->hwif_data
by Bartlomiej Zolnierkiewicz
· 17 years ago
79127c3
ide: use ide_init_port_hw() in setup-pci.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
6828fc9
ide: always use ide_std_init_ports() in setup-pci.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
aa79a2f
au1xxx-ide: use ide_init_port_hw()
by Bartlomiej Zolnierkiewicz
· 17 years ago
a42bcc0
au1xxx-ide: au_ide_probe() fixes
by Bartlomiej Zolnierkiewicz
· 17 years ago
ade2daf
ide: make remaining built-in only IDE host drivers modular (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
8ac4ce7
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac87e41
cmd640: fix dependency on IDE_GENERIC
by Bartlomiej Zolnierkiewicz
· 17 years ago
9440009
ide: move ide_arm_init() call from init_ide_data() to ide_init()
by Bartlomiej Zolnierkiewicz
· 17 years ago
cbb010c
ide: drop 'initializing' argument from ide_register_hw()
by Bartlomiej Zolnierkiewicz
· 17 years ago
57c802e
ide: add ide_init_port_hw() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
8f8e848
sgiioc4: always init hwif->io_ports
by Bartlomiej Zolnierkiewicz
· 17 years ago
b0d5bc2
ide: Fix build break caused by "ide: remove ideprobe_init()"
by Olof Johansson
· 17 years ago
151575e
ide: remove ideprobe_init()
by Bartlomiej Zolnierkiewicz
· 17 years ago
7151834
ide: add hwif->chipset fixup to ide_device_add()
by Bartlomiej Zolnierkiewicz
· 17 years ago
aae73b4
swarm: set hwif->chipset
by Bartlomiej Zolnierkiewicz
· 17 years ago
23d8e72
rapide: set hwif->chipset
by Bartlomiej Zolnierkiewicz
· 17 years ago
2e13093
ide: fix probing for hosts with serialized or IRQ sharing interfaces
by Bartlomiej Zolnierkiewicz
· 17 years ago
ba6560a
ide: kill probe_hwif_init()
by Bartlomiej Zolnierkiewicz
· 17 years ago
795d74b
ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()
by Bartlomiej Zolnierkiewicz
· 17 years ago
f01393e
ide: merge ->fixup and ->quirkproc methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
6dd9b83
ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)
by Bartlomiej Zolnierkiewicz
· 17 years ago
15ce926
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37aaf9
ide: move drive->using_dma check to callers of ->dma_host_on method
by Bartlomiej Zolnierkiewicz
· 17 years ago
8ae60e3
atiixp: remove ->dma_host_on and ->dma_host_off methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
07a085e
ide-cris: fix DMA methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
4a546e0
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
378f577
au1xxx-ide: add ide_toggle_bounce() calls
by Bartlomiej Zolnierkiewicz
· 17 years ago
c580969
icside: add ide_toggle_bounce() calls
by Bartlomiej Zolnierkiewicz
· 17 years ago
e5efba3
sgiioc4: add ide_toggle_bounce() calls
by Bartlomiej Zolnierkiewicz
· 17 years ago
8704de8
cy82c693: add ->set_dma_mode method
by Bartlomiej Zolnierkiewicz
· 17 years ago
a530201
cy82c693: correct DMA modes clipping
by Bartlomiej Zolnierkiewicz
· 17 years ago
aea5d37
ide: (hopefully) fix VDMA for CS5520
by Bartlomiej Zolnierkiewicz
· 17 years ago
29ec683
ide-disk: add idedisk_set_doorlock() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
7b971df
serverworks: cleanup ->set_dma_mode method
by Bartlomiej Zolnierkiewicz
· 17 years ago
0859055
sl82c105: remove no longer needed ->selectproc method
by Bartlomiej Zolnierkiewicz
· 17 years ago
6ae8b1e
sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end
by Bartlomiej Zolnierkiewicz
· 17 years ago
9d40d2e
[S390] replace lock_cpu_hotplug with get_online_cpus
by Martin Schwidefsky
· 17 years ago
Next »