aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01spi-imx: rename source file to spi_imx.cUwe Kleine-König2-169/+169
2009-10-01serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert1-1/+6
2009-10-01serial167: fix read buffer overflowRoel Kluin1-5/+2
2009-10-01cyclades: fix read buffer overflowRoel Kluin1-1/+1
2009-10-01icom: convert space to tabsBreno Leitao1-28/+26
2009-10-01serial_txx9: use container_of() instead of direct castAtsushi Nemoto1-17/+22
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks1-21/+25
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2-2/+14
2009-10-01s3cmci: DMA fixesBen Dooks2-18/+47
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2-8/+65
2009-10-01s3cmci: add SDIO IRQ supportBen Dooks2-10/+156
2009-10-01s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2-0/+132
2009-10-01s3cmci: fix direct write to interrupt maskBen Dooks1-3/+3
2009-10-01s3cmci: change to use dev_pm_opsBen Dooks1-11/+18
2009-10-01s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks1-18/+69
2009-10-01s3cmci: update probe to use new platform id listBen Dooks1-47/+24
2009-10-01s3cmci: use resource_size() instead of local macroBen Dooks1-6/+4
2009-10-01uartlite: allow building for timberdale MFDRichard Röjfors1-1/+1
2009-10-01sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz1-16/+49
2009-10-01Char: vt_ioctl, fix BKL imbalanceJiri Slaby1-2/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan22-40/+55
2009-10-01drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton1-1/+1
2009-10-01sky2: irqname based on pci addressStephen Hemminger2-2/+7
2009-10-01skge: use unique IRQ nameMichal Schmidt2-2/+7
2009-10-01Kconfig: STRIP: Remove stale bits of STRIP help textRalf Baechle1-7/+6
2009-10-01NET: mkiss: Fix typoRalf Baechle1-2/+2
2009-10-01tg3: Remove prev_vlan_tag from struct tx_ring_infoEric Dumazet1-1/+0
2009-10-01move virtnet_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-01don't use __devexit_p to wrap sgiseeq_removeUwe Kleine-König1-1/+1
2009-10-01don't use __devexit_p to wrap meth_removeUwe Kleine-König1-1/+1
2009-10-01bonding: set primary param via sysfsJiri Pirko1-0/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-26/+44
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig2-15/+6
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov1-4/+5
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe1-1/+1
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2-130/+168
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron1-0/+20
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron1-0/+24
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron1-3/+2
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron1-0/+26
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron1-1/+1
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2-25/+25
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron1-5/+0
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron1-7/+8
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron1-12/+21
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron1-10/+21
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron1-4/+14
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron1-10/+25
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron1-0/+3
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work.Stephen M. Cameron1-10/+10