summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-05-2114-323/+4135
|\
| * serial: Tidy REMOTE_DEBUGChristoph Egger2010-05-211-222/+1
| * serial: isicomm: handle running out of slotsDan Carpenter2010-05-211-1/+7
| * serial: bfin_sport_uart: Use resource size to fix off-by-one errorTobias Klauser2010-05-211-2/+1
| * tty: fix obsolete comment on tty_insert_flip_string_fixed_flagJohan Hovold2010-05-211-1/+1
| * serial: Add driver for the Altera UARTTobias Klauser2010-05-213-0/+602
| * serial: Add driver for the Altera JTAG UARTTobias Klauser2010-05-213-0/+526
| * serial: timbuart: make sure last byte is sent when port is closedRichard Röjfors2010-05-211-10/+13
| * serial: two branches the same in timbuart_set_mctrl()Roel Kluin2010-05-211-1/+1
| * serial: uartlite: move from byte accesses to word accessesJohn Linn2010-05-211-16/+16
| * tty: n_gsm: depends on NETRandy Dunlap2010-05-211-0/+1
| * tty: n_gsm line disciplineAlan Cox2010-05-213-1/+2772
| * serial: bfin_sport_uart: drop redundant cpu dependsMike Frysinger2010-05-211-1/+1
| * serial: bfin_sport_uart: drop the experimental markingsMike Frysinger2010-05-211-2/+2
| * serial: bfin_sport_uart: pull in bfin_sport.h for SPORT definesMike Frysinger2010-05-211-0/+1
| * serial: bfin_sport_uart: only enable SPORT TX if data is to be sentSonic Zhang2010-05-211-9/+21
| * serial: bfin_sport_uart: drop useless status masksMike Frysinger2010-05-211-16/+1
| * serial: bfin_sport_uart: zero sport_uart_port if allocated dynamicallySonic Zhang2010-05-211-2/+2
| * serial: bfin_sport_uart: protect changes to uart_portSonic Zhang2010-05-211-2/+2
| * serial: bfin_sport_uart: add support for CTS/RTS via GPIOsSonic Zhang2010-05-213-11/+135
| * serial: bfin_sport_uart: rename early platform driver class stringSonic Zhang2010-05-211-2/+5
| * serial: bfin_sport_uart: add missing mapbase initializationSonic Zhang2010-05-211-1/+2
| * serial: bfin_sport_uart: remove unused peripheral pin listsSonic Zhang2010-05-211-21/+0
| * serial: bfin_sport_uart: shorten the SPORT TX waiting loopSonic Zhang2010-05-211-1/+7
| * serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read a...Sonic Zhang2010-05-211-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-05-2158-254/+440
|\ \
| * | driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger2010-05-211-1/+1
| * | pci: check caps from sysfs file open to read device dependent config spaceChris Wright2010-05-211-1/+2
| * | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-2143-117/+184
| * | driver core: Implement ns directory support for device classes.Eric W. Biederman2010-05-211-9/+12
| * | sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-213-6/+6
| * | kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-212-14/+72
| * | generate "change" uevent for loop deviceDavid Zeuthen2010-05-211-1/+9
| * | Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-211-3/+22
| * | firmware loader: do not allocate firmare id separatelyDmitry Torokhov2010-05-211-13/+4
| * | firmware loader: split out builtin firmware handlingDmitry Torokhov2010-05-211-26/+50
| * | firmware loader: rely on driver core to create class attributeDmitry Torokhov2010-05-211-35/+24
| * | firmware class: export nowait to userspaceJohannes Berg2010-05-211-5/+11
| * | lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+1
| * | drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-214-3/+4
| * | platform_bus: allow custom extensions to system PM methodsKevin Hilman2010-05-211-4/+4
| * | devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-212-2/+10
| * | driver core: module.c: Use kasprintfJulia Lawall2010-05-211-3/+1
| * | Driver core: don't initialize wakeup flagsAlan Stern2010-05-211-1/+0
| * | driver-core: fix potential race condition in drivers/base/dd.cStefani Seibold2010-05-211-2/+2
| * | Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki2010-05-211-3/+2
| * | firmware_class: fix memory leak - free allocated pagesDavid Woodhouse2010-05-211-6/+20
| * | drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich2010-05-211-1/+1
| |/
* / Fix networking tree iscsi_tcp.c mis-mergeLinus Torvalds2010-05-211-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-05-2190-1510/+9862
|\