summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-21atafb: Register Atari-specific video modes with sysfsGeert Uytterhoeven1-0/+3
2008-07-21amifb: Register Amiga-specific video modes with sysfsGeert Uytterhoeven1-0/+3
2008-07-21zorro: use memory_read_from_bufferakinobu.mita@gmail.com1-8/+2
2008-07-21ZORRO: Replace deprecated __initcall with equivalent device_initcall.Robert P. J. Day1-1/+1
2008-07-21m68k: Return -ENODEV if no device is foundGeert Uytterhoeven4-5/+5
2008-07-21ariadne: use netstats in net_device structurePaulius Zaleckas1-25/+22
2008-07-21m68k: remove CVS keywordsAdrian Bunk3-6/+0
2008-07-21Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/lin...Linus Torvalds1-6/+4
2008-07-21APCI: revert another duplicated patchThomas Gleixner1-3/+0
2008-07-21APCI: revert duplicated patchThomas Gleixner2-6/+0
2008-07-21Fix strip driver back up for ldisc/tty changesAlan Cox1-1/+1
2008-07-21tty: add more tty_port fieldsAlan Cox16-194/+165
2008-07-21cyclades: use tty_portAlan Cox1-158/+157
2008-07-21tty: Clean up tiocmsetAlan Cox1-26/+22
2008-07-21synclink: use tty_portAlan Cox3-310/+289
2008-07-21stallion: use tty_portAlan Cox1-80/+80
2008-07-21atmel_serial: Fix tty_port breakageHaavard Skinnemoen1-3/+3
2008-07-21rocket: use tty_portAlan Cox2-64/+61
2008-07-21mxser: use tty_portAlan Cox1-131/+126
2008-07-21moxa: use tty_portAlan Cox1-45/+42
2008-07-21istallion: use tty_portAlan Cox1-58/+58
2008-07-21isicom: use tty_portAlan Cox1-102/+79
2008-07-21riscom8: remove bogus checksAlan Cox1-24/+8
2008-07-21riscom8: use tty_portAlan Cox2-85/+68
2008-07-21gs: use tty_portAlan Cox7-167/+164
2008-07-21esp: use tty_portAlan Cox1-136/+136
2008-07-21epca: use tty_portAlan Cox2-59/+54
2008-07-21Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai33-147/+151
2008-07-21- Fix compile errors in SGI console drivers (linux-next tree)Jack Steiner2-8/+8
2008-07-21ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell1-2/+2
2008-07-21ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell4-5/+5
2008-07-21serial: use tty_portAlan Cox4-44/+48
2008-07-21tty: Introduce a tty_port common structureAlan Cox1-0/+34
2008-07-21drivers/serial/: remove CVS keywordsAdrian Bunk15-40/+16
2008-07-21drivers/char/rio/: remove VCS tagsAdrian Bunk26-121/+0
2008-07-21tty: Ldisc revampAlan Cox27-174/+267
2008-07-21tty: isicom, enable/disable pci deviceJiri Slaby1-0/+8
2008-07-21Subject: [PATCH 2/2] atmel_serial: Implement flush_buffer() hookHaavard Skinnemoen1-0/+15
2008-07-21Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen1-0/+2
2008-07-21gpu: re-order GPU subdirectory vs char for AGP vs DRM startup.Dave Airlie1-1/+3
2008-07-20mfd: let asic3 use mem resource instead of bus_shiftPhilipp Zabel1-6/+5
2008-07-20mfd: fix the asic3 irq demux codePhilipp Zabel1-1/+1
2008-07-20mfd: asic3 should depend on gpiolibSamuel Ortiz1-1/+1
2008-07-20mfd: fix asic3 config array initialisationPhilipp Zabel1-3/+3
2008-07-20mfd: move asic3 probe functions into __init sectionPhilipp Zabel1-6/+5
2008-07-20mfd: Use uppercase only for asic3 macros and definesSamuel Ortiz1-44/+44
2008-07-20mfd: use dev_* macros for asic3 debuggingSamuel Ortiz1-14/+13
2008-07-20mfd: New asic3 gpio configuration codeSamuel Ortiz1-56/+43
2008-07-20mfd: asic3 children platform data removalSamuel Ortiz1-8/+0
2008-07-20mfd: asic3 gpiolib supportSamuel Ortiz1-71/+153