aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-142-33/+27
|\
| * nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin2009-12-111-4/+10
| * x86, msr: Add support for non-contiguous cpumasksBorislav Petkov2009-12-111-29/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-1421-389/+485
|\ \
| * | pcmcia: CodingStyle fixesDominik Brodowski2009-12-0711-377/+475
| * | pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski2009-12-0710-12/+10
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1414-219/+2418
|\ \ \
| * | | spi: fix probe/remove section markingsGrant Likely2009-12-131-3/+3
| * | | Add OMAP spi100k driverCory Maccarrone2009-12-133-0/+642
| * | | spi-imx: don't access struct device directly but use dev_get_platdataUwe Kleine-König2009-12-131-1/+1
| * | | spi-imx: Add mx25 supportSascha Hauer2009-12-131-4/+4
| * | | spi-imx: use positive logic to distinguish cpu variantsUwe Kleine-König2009-12-131-1/+1
| * | | spi-imx: correct check for platform_get_irq failingUwe Kleine-König2009-12-131-1/+1
| * | | ARM: NUC900: Add spi driver support for nuc900Wan ZongShun2009-12-133-0/+512
| * | | spi: SuperH MSIOF SPI Master driver V2Magnus Damm2009-12-133-0/+699
| * | | spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli2009-12-081-3/+3
| * | | spi/au1550_spi: fix setupxfer not to override cfg with zerosJan Nikitenko2009-12-081-2/+8
| * | | spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_removeUwe Kleine-König2009-12-081-1/+1
| * | | spi/i.MX: fix broken error handling for gpio_requestJohn Ogness2009-12-081-4/+5
| * | | spi/i.mx: drain MXC SPI transfer buffer when probing deviceDaniel Mack2009-12-081-0/+8
| * | | spi/xilinx_spi: fix incorrect castingGrant Likely2009-12-081-2/+2
| * | | spi/mpc52xx-spi: minor cleanupsWolfram Sang2009-12-081-15/+11
| * | | xilinx_spi: add a platform driver using the xilinx_spi common module.Richard Röjfors2009-12-083-0/+110
| * | | xilinx_spi: add support for the DS570 IP.Richard Röjfors2009-12-083-32/+91
| * | | xilinx_spi: Switch to iomem functions and support little endian.Richard Röjfors2009-12-082-43/+55
| * | | xilinx_spi: Split into of driver and generic part.Richard Röjfors2009-12-085-121/+213
| * | | mpc52xx_spi: add gpio chipselectLuotao Fu2009-12-081-4/+60
| * | | mpc52xx_spi: add missing mode_bits definitionLuotao Fu2009-12-081-0/+2
| * | | mpc52xx_spi: fix clearing status registerLuotao Fu2009-12-081-1/+5
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-12-1414-293/+1059
|\ \ \ \
| * | | | md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-141-1/+40
| * | | | md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-141-2/+6
| * | | | md: integrate spares into array at earliest opportunity.NeilBrown2009-12-141-7/+6
| * | | | md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-0/+23
| * | | | md: revise Kconfig help for MD_MULTIPATHNeilBrown2009-12-141-5/+4
| * | | | md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-149-0/+9
| * | | | raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-143-0/+112
| * | | | md/raid10: print more useful messages on device failure.Robert Becker2009-12-141-3/+29
| * | | | md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown2009-12-141-0/+6
| * | | | md: Support write-intent bitmaps with externally managed metadata.NeilBrown2009-12-143-33/+121
| * | | | md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown2009-12-141-1/+1
| * | | | md: support updating bitmap parameters via sysfs.NeilBrown2009-12-143-2/+211
| * | | | md: factor out parsing of fixed-point numbersNeilBrown2009-12-142-23/+44
| * | | | md: support bitmap offset appropriate for external-metadata arrays.NeilBrown2009-12-142-5/+15
| * | | | md: remove needless setting of thread->timeout in raid10_quiesceNeilBrown2009-12-142-7/+1
| * | | | md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.NeilBrown2009-12-142-8/+8
| * | | | md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-146-32/+40
| * | | | md: collect bitmap-specific fields into one structure.NeilBrown2009-12-143-56/+63
| * | | | md/raid1: add takeover support for raid5->raid1NeilBrown2009-12-142-76/+120
| * | | | md: add honouring of suspend_{lo,hi} to raid1.NeilBrown2009-12-141-0/+22