index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-06
Blackfin RTC driver: convert sync wait to use the irq write complete notice
Mike Frysinger
1
-113
/
+136
2008-02-06
Blackfin RTC driver: shave off another memcpy() by using assignment.
Mike Frysinger
1
-1
/
+1
2008-02-06
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...
Mike Frysinger
1
-2
/
+2
2008-02-06
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
Mike Frysinger
1
-26
/
+22
2008-02-06
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...
Mike Frysinger
1
-14
/
+12
2008-02-06
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...
Mike Frysinger
1
-2
/
+2
2008-02-06
Blackfin RTC driver: the frequency function is in units of Hz, not units of s...
Mike Frysinger
1
-7
/
+17
2008-02-06
Platform real time clock driver for Dallas 1511 chip
Andrew Sharp
3
-0
/
+667
2008-02-06
rtc-cmos alarm acts as oneshot
David Brownell
3
-7
/
+35
2008-02-06
rtc: ds1302 rtc support
Paul Mundt
3
-0
/
+269
2008-02-06
rtc-cmos: export nvram in sysfs
David Brownell
1
-12
/
+117
2008-02-06
rtc-s3c: Use is_power_of_2() macro for simplicity.
Robert P. J. Day
1
-3
/
+2
2008-02-06
rtc-pcf8583: Don't abuse I2C_M_NOSTART
Jean Delvare
1
-17
/
+7
2008-02-06
Cosmetic fixes to RTC subsystem's Kconfig
Alessandro Zummo
1
-26
/
+30
2008-02-06
drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warning
Andrew Morton
1
-1
/
+1
2008-02-06
drivers/isdn/hardware/eicon/message.c fix 'and' typo in eicons' AddInfo()
Roel Kluin
1
-1
/
+1
2008-02-06
ser_gigaset: convert mutex to completion
Tilman Schmidt
1
-5
/
+5
2008-02-06
Gigaset: permit module unload
Tilman Schmidt
5
-142
/
+85
2008-02-06
gigaset: atomic cleanup
Tilman Schmidt
9
-175
/
+169
2008-02-06
usb_gigaset: suspend support
Tilman Schmidt
1
-0
/
+56
2008-02-06
bas_gigaset: suspend support
Tilman Schmidt
1
-2
/
+164
2008-02-06
gigaset: code cleanups
Tilman Schmidt
3
-82
/
+73
2008-02-06
gigaset: clean up urb->status usage
Tilman Schmidt
3
-41
/
+58
2008-02-06
spi: remove more dev->power.power_state usage
David Brownell
2
-28
/
+0
2008-02-06
spi_bfin: headers are not for changelogs
Mike Frysinger
1
-29
/
+3
2008-02-06
spi_bfin: wait for tx to complete on write paths
Sonic Zhang
1
-12
/
+10
2008-02-06
spi_bfin: wait for tx to complete on full duplex paths
Bryan Wu
1
-15
/
+3
2008-02-06
spi_bfin: wait for tx to complete on some cs_chg paths
Bryan Wu
1
-28
/
+12
2008-02-06
spi_bfin: use more useful GPIO labels
Bryan Wu
1
-1
/
+1
2008-02-06
spi_bfin: remove useless fault path
Bryan Wu
1
-13
/
+2
2008-02-06
spi: omap2_mcspi handles omap3 too
Girish
2
-4
/
+39
2008-02-06
spi: SuperH SPI using SCI
Magnus Damm
3
-0
/
+213
2008-02-06
spi: s3c drivers shouldn't care about spi_board_info
David Brownell
2
-24
/
+0
2008-02-06
atmel_spi: fix dmachain oops with DEBUG enabled
Haavard Skinnemoen
1
-8
/
+12
2008-02-06
atmel_spi: chain DMA transfers
Silvester Erdeg
1
-45
/
+101
2008-02-06
atmel_spi throughput improvement
Haavard Skinnemoen
1
-3
/
+8
2008-02-06
spi core: stop updating dev->power.power_state
David Brownell
1
-20
/
+14
2008-02-06
Atari floppy: Rename disk_type to atari_disk_type
Geert Uytterhoeven
1
-8
/
+8
2008-02-06
W1: w1_therm.c standardize units to millidegrees C
David Fries
1
-1
/
+2
2008-02-06
drivers/cdrom/cdrom.c: simplify logic in cdrom_release()
Borislav Petkov
1
-8
/
+9
2008-02-06
w1: remove unused and confusing variable.
Evgeniy Polyakov
1
-4
/
+0
2008-02-06
tpm: infineon section mismatch
Randy Dunlap
1
-3
/
+3
2008-02-06
phantom: don't grab other devices
Jiri Slaby
1
-3
/
+4
2008-02-06
Claim maintainership for block2mtd and update email addresses
Joern Engel
3
-5
/
+5
2008-02-06
Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline
Joe Peterson
1
-6
/
+5
2008-02-06
calibrate_delay() must be __cpuinit
Adrian Bunk
1
-1
/
+1
2008-02-06
parport_pc: detection for SuperIO IT87XX POST
Petr Cvek
1
-6
/
+39
2008-02-06
ik8: add Dell UK 6400 Inspiron model (MM061)
Nick Warne
1
-0
/
+7
2008-02-06
parport_serial: netmos 9855 fix
Christian Pellegrin
1
-2
/
+2
2008-02-06
parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCard
Luís P Mendes
1
-0
/
+5
[next]