summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-24tridentfb: move global flat panel variable into structureKrzysztof Helt1-21/+23
2008-07-24tridentfb: move global chip_id into structureKrzysztof Helt1-14/+13
2008-07-24tridentfb: move global pseudo palette into structureKrzysztof Helt1-14/+7
2008-07-24tridentfb: convert fb_info into allocated oneKrzysztof Helt1-36/+46
2008-07-24tridentfb: replace macros with functionsKrzysztof Helt1-243/+283
2008-07-24fbdev: add the carmine FB driverSebastian Siewior5-0/+1040
2008-07-24rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa1-31/+34
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell1-77/+63
2008-07-24rtc-at91rm9200: avoid spurious irqsDavid Brownell1-10/+6
2008-07-24rtc: rtc-s3c: update IRQ handlingBen Dooks1-67/+16
2008-07-24rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks1-3/+3
2008-07-24rtc-cmos: improve HPET IRQ glueDavid Brownell1-62/+131
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra2-3/+4
2008-07-24rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang1-90/+39
2008-07-24rtc: rtc-omap footprint shrinkageDavid Brownell1-17/+4
2008-07-24rtc: ds1305/ds1306 driverDavid Brownell3-0/+858
2008-07-24rtc: add support for ST M41T94 SPI RTCKim B. Heino3-0/+183
2008-07-24rtc: remove BKL for ioctl()David Brownell1-20/+38
2008-07-24rtc: push the BKL down into the driver ioctl methodAlan Cox1-7/+10
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki1-4/+2
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki1-7/+7
2008-07-24I2O: handle sysfs_create_link() failuresWang Chen1-12/+42
2008-07-24vt: do not update when the console is blankedStefano Stabellini1-1/+1
2008-07-24vt: hold console_sem across sysfs operationsJiri Slaby1-2/+2
2008-07-24spi: au1550_spi: improve pio transfer modeJan Nikitenko1-20/+49
2008-07-24spi: au1550_spi: proper platform deviceManuel Lauss1-64/+74
2008-07-24spidev: BKL removalAlan Cox1-6/+13
2008-07-24spi: make spi_board_info.modalias a char arrayGrant Likely1-1/+3
2008-07-24SPI Kconfig simplificationsRobert P. J. Day1-22/+23
2008-07-24xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()Roel Kluin1-2/+3
2008-07-24spi: spi_mpc83xx clockrate fixesChen Gong1-13/+16
2008-07-24stallion: removed unused variableAndre Haupt1-1/+0
2008-07-24cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu1-7/+14
2008-07-24serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki1-0/+24
2008-07-24serial: Z85C30: avoid a hang at console switch-overMaciej W. Rozycki1-2/+19
2008-07-24serial: add support for a no-name 4 ports multiserial cardCatalin(ux) M BOIE1-0/+17
2008-07-248250: fix break handling for Intel 82571Aristeu Rozanski1-3/+14
2008-07-24serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-07-24atmel_pwm: set up only one PWM clock when allocating a clockHans-Christian Egtvedt1-2/+1
2008-07-24remove the v850 portAdrian Bunk3-20/+0
2008-07-24pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend orderingCarlos Corbacho1-0/+20
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li1-0/+22
2008-07-24gigaset: gigaset_isowbuf_getbytes() may return signed unnoticedTilman Schmidt1-6/+6
2008-07-24gigaset: use dev_ macros for messagesTilman Schmidt6-43/+53
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty1-0/+19
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi16-0/+16
2008-07-24use generic_access_phys for /dev/mem mappingsRik van Riel1-1/+4
2008-07-24mspec: convert nopfn to faultNick Piggin1-9/+14
2008-07-24remove is_tty()Adrian Bunk1-13/+0
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2-1/+1