index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: Add support for RTCs on Wolfson WM831x devices
Mark Brown
2009-09-17
3
-0
/
+534
*
regulator: get pcap data from the parent device
Antonio Ospite
2009-09-17
1
-1
/
+1
*
input: PCAP2 misc input driver
Daniel Ribeiro
2009-09-17
3
-0
/
+156
*
input: PCAP2 based touchscreen driver
Daniel Ribeiro
2009-09-17
3
-0
/
+281
*
regulator: register pcap earlier
Antonio Ospite
2009-09-17
1
-1
/
+1
*
regulator: Add WM831x ISINK support
Mark Brown
2009-09-17
2
-0
/
+261
*
regulator: Add WM831x DC-DC boost convertor support
Mark Brown
2009-09-17
1
-0
/
+131
*
regulator: Add WM831x EPE support
Mark Brown
2009-09-17
1
-0
/
+88
*
regulator: Add WM831x LDO support
Mark Brown
2009-09-17
2
-0
/
+853
*
regulator: Add WM831x DC-DC buck convertor support
Mark Brown
2009-09-17
3
-0
/
+651
*
regulator: Provide mode to status conversion function
Mark Brown
2009-09-17
1
-0
/
+24
*
input: Add support for the WM831x ON pin
Mark Brown
2009-09-17
3
-0
/
+174
*
hwmon: WM831x PMIC hardware monitoring driver
Mark Brown
2009-09-17
3
-0
/
+238
*
gpio: Add WM831X GPIO driver
Mark Brown
2009-09-17
3
-0
/
+260
*
mfd: Hook WM831x into build system
Mark Brown
2009-09-17
2
-0
/
+12
*
mfd: Export ISEL values from WM831x core
Mark Brown
2009-09-17
1
-0
/
+64
*
mfd: Add basic WM831x OTP support
Mark Brown
2009-09-17
2
-0
/
+87
*
mfd: Conditionally add WM831x backlight subdevice
Mark Brown
2009-09-17
1
-0
/
+15
*
mfd: Add WM831x AUXADC support
Mark Brown
2009-09-17
1
-0
/
+101
*
mfd: Add WM831x interrupt support
Mark Brown
2009-09-17
2
-2
/
+569
*
mfd: Initial core support for WM831x series devices
Mark Brown
2009-09-17
1
-0
/
+1357
*
mfd: Allow multiple MFD cells with the same name
Mark Brown
2009-09-17
1
-1
/
+1
*
mfd: register ezx-pcap earlier
Antonio Ospite
2009-09-17
1
-1
/
+1
*
mfd: Correct ro and cd implemantion on DM355
Vipin Bhandari
2009-09-17
1
-2
/
+10
*
mfd: revise locking for pcf50633 ADC
Paul Fertser
2009-09-17
1
-16
/
+16
*
mfd: use a dedicated workqueue for pcf50633 irq processing
Paul Fertser
2009-09-17
1
-1
/
+4
*
mfd: Add twl4030-pwrbutton as a twl4030 child
Felipe Balbi
2009-09-17
1
-0
/
+13
*
hwmon: Add WM835x PMIC hardware monitoring driver
Mark Brown
2009-09-17
4
-0
/
+165
*
regulator: add pcap driver
Daniel Ribeiro
2009-09-17
3
-0
/
+326
*
mfd: remove unnecessary semicolons from twl4030
Joe Perches
2009-09-17
1
-1
/
+1
*
mfd: add ezx_pcap_setbits
Daniel Ribeiro
2009-09-17
1
-0
/
+23
*
mfd: fix pcap irq bottom handler
Daniel Ribeiro
2009-09-17
1
-22
/
+27
*
mfd: add set_ts_bits for pcap
Daniel Ribeiro
2009-09-17
1
-4
/
+18
*
mfd: Introduce irq_to_pcap()
Daniel Ribeiro
2009-09-17
1
-4
/
+5
*
mfd: fix ab3100 warning on x86_64
Samuel Ortiz
2009-09-17
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-09-16
41
-195
/
+1232
|
\
|
*
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
2009-09-15
6
-0
/
+403
|
*
debugfs: Modify default debugfs directory for debugging pktcdvd.
GeunSik Lim
2009-09-15
1
-1
/
+1
|
*
debugfs: Modified default dir of debugfs for debugging UHCI.
GeunSik Lim
2009-09-15
1
-1
/
+1
|
*
debugfs: Change debugfs directory of IWMC3200
GeunSik Lim
2009-09-15
1
-3
/
+3
|
*
hpilo: add poll f_op
David Altobelli
2009-09-15
1
-1
/
+41
|
*
hpilo: add interrupt handler
David Altobelli
2009-09-15
2
-45
/
+101
|
*
hpilo: staging for interrupt handling
David Altobelli
2009-09-15
1
-47
/
+73
|
*
driver core: platform_device_add_data(): use kmemdup()
Andrew Morton
2009-09-15
1
-4
/
+4
|
*
Driver core: Add support for compatibility classes
Jean Delvare
2009-09-15
1
-0
/
+87
|
*
uio: add generic driver for PCI 2.3 devices
Michael S. Tsirkin
2009-09-15
3
-0
/
+218
|
*
driver-core: move dma-coherent.c from kernel to driver/base
Ming Lei
2009-09-15
2
-0
/
+177
|
*
mem_class: fix bug
Jin Dongming
2009-09-15
1
-2
/
+2
|
*
mem_class: use minor as index instead of searching the array
Kay Sievers
2009-09-15
1
-42
/
+40
|
*
driver model: constify attribute groups
David Brownell
2009-09-15
22
-28
/
+28
[next]