summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-ip22Linus Torvalds2007-05-112-190/+157
|\
| * Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2007-05-112-190/+157
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-05-111-1/+1
|\ \
| * | [MIPS] Use RTC_CMOS for CobaltYoichi Yuasa2007-05-111-1/+1
| |/
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-1111-36/+169
|\ \
| * | USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()Jiri Kosina2007-05-101-0/+14
| * | HID: add hooks for getkeycode() and setkeycode() methodsMarvin Raaijmakers2007-05-091-0/+85
| * | HID: switch to using input_dev->dev.parentDmitry Torokhov2007-05-098-20/+23
| * | USB HID: Logitech wheel 0x046d/0xc294 needs HID_QUIRK_NOGET quirkJan Kratochvil2007-05-091-0/+2
| * | USB HID: usb_buffer_free() cleanupDmitry Torokhov2007-05-092-14/+7
| * | USB HID: report descriptor of Cypress USB barcode readers needs fixupJiri Kosina2007-05-092-0/+32
| * | USB HID: update CONFIG_USB_HIDINPUT_POWERBOOK descriptionNoel Kothe2007-05-091-2/+2
| * | HID: add input mappings for non-working keys on Logitech S510 remoteCharles Pillar2007-05-091-0/+4
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-115-3/+684
|\ \ \
| * | | [IrDA]: KingSun/DonShine USB IrDA dongle support.Alex Villac�s Lasso2007-05-103-0/+672
| * | | [Bluetooth] Fix unintentional fall-through in HCI line disciplineMarcel Holtmann2007-05-101-0/+1
| * | | [Bluetooth] Fix NULL pointer dereference in HCI line disciplineMarcel Holtmann2007-05-101-1/+3
| * | | [Bluetooth] Add HCIUARTGETDEVICE support for HCI line disciplineMarcel Holtmann2007-05-102-2/+8
| | |/ | |/|
* | | Input: evdev - fix overflow in compat_ioctlKenichi Nagai2007-05-111-1/+1
* | | md: improve the is_mddev_idle testNeilBrown2007-05-111-1/+1
* | | VIDEO: remove archaic if[] construct from Kconfig fileRobert P. J. Day2007-05-111-7/+0
* | | pm2fb: fb_sync addedAntonino A. Daplas2007-05-111-17/+21
* | | nvidiafb: Enable debugging messages a Kconfig optionJean Delvare2007-05-112-2/+10
* | | rivafb: Fix I2C getscl callback functionJean Delvare2007-05-111-2/+0
* | | atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driverNicolas Ferre2007-05-113-0/+769
* | | pm3fb: Preliminary 2.4 to 2.6 portKrzysztof Helt2007-05-112-3307/+683
* | | fbdev: geforce 7300 cleanupMichal Piotrowski2007-05-111-1/+3
* | | Kill unused sesssion and group values in rocket driverSukadev Bhattiprolu2007-05-112-5/+0
* | | rtc-rs5c313.c: add error handling to avoid hardware hangupkogiidena2007-05-111-1/+18
* | | rtc-rs5c313.c: rtc_time value are fixedkogiidena2007-05-111-1/+2
* | | rtc-rs5c313.c: error and warning are fixedkogiidena2007-05-112-4/+4
* | | MPC52xx PSC SPI master driverDragos Carp2007-05-113-0/+662
* | | tty: add compat_ioctlPaul Fulghum2007-05-112-19/+53
* | | Overrun in drivers/char/rio/riocmd.cEric Sesterhenn / Snakebyte2007-05-111-1/+1
* | | synclink_gt: add compat_ioctlPaul Fulghum2007-05-111-0/+107
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-05-1014-879/+496
|\ \
| * | [WATCHDOG] MTX-1 Watchdog driverFlorian Fainelli2007-05-063-0/+246
| * | [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource Arnaud Patard2007-05-061-3/+3
| * | [WATCHDOG] Kconfig menuconfig patchJan Engelhardt2007-05-051-62/+59
| * | [WATCHDOG] pcwd.c: Port to the new device driver modelWim Van Sebroeck2007-05-051-122/+120
| * | [WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driverMatthias Kaehlcke2007-05-041-4/+4
| * | [WATCHDOG] the scheduled removal of the i8xx_tco watchdog driverAdrian Bunk2007-05-014-636/+0
| * | Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6Wim Van Sebroeck2007-05-011132-38148/+95887
| |\ \
| * | | [WATCHDOG] Semi-typical watchdog bug re early misc_register()Alexey Dobriyan2007-03-265-47/+46
| * | | [WATCHDOG] add support for the w83627thf chipset.Vlad Drukker2007-03-261-5/+18
* | | | Fix ixp4xx compile errorFrederik Deweerdt2007-05-101-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-106-24/+25
|\ \ \ \
| * \ \ \ Merge branch 'linux-2.6'Paul Mackerras2007-05-10301-7045/+15889
| |\ \ \ \
| * | | | | [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warningKumar Gala2007-05-093-3/+3
| * | | | | [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood2007-05-091-1/+2
OpenPOWER on IntegriCloud