aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-10-29Merge git://github.com/rustyrussell/linuxHEADmasterLinus Torvalds1-8/+8
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds32-494/+214
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-39/+658
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds144-3194/+13248
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-31/+161
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds16-245/+749
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds59-944/+2855
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-6/+0
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds187-5484/+18194
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+21
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+4
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-102/+0
2011-10-28Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-248/+0
2011-10-27PCI: Clean-up MPS debug outputJon Mason1-6/+7
2011-10-27pci: Clamp pcie_set_readrq() when using "performance" settingsBenjamin Herrenschmidt1-2/+16
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason1-31/+24
2011-10-27PCI: Workaround for Intel MPS errataJon Mason1-0/+69
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie10-120/+38
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie7-46/+8
2011-10-27mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon1-11/+9
2011-10-27mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley1-0/+4
2011-10-27mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley1-7/+14
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds59-839/+4035
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds6-5/+62
2011-10-27Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds3-37/+116
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds37-520/+2612
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds9-25/+178
2011-10-27Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds32-987/+692
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov3810-270093/+339979
2011-10-27lguest: move process freezing before pending signals checkMichal Hocko1-7/+7
2011-10-27lguest: Allow running under paravirt-enabled KVM.Rusty Russell1-1/+1
2011-10-26gpio: pl061: add DT binding supportRob Herring1-10/+21
2011-10-26mmc: core: Prevent too long response times for suspendUlf Hansson1-15/+27
2011-10-26mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-1/+1
2011-10-26mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani1-3/+3
2011-10-26mmc: core: support HPI send commandJaehoon Chung4-0/+120
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon3-6/+94
2011-10-26mmc: core: Modify the timeout value for writing power classSeungwon Jeon1-1/+1
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park3-1/+21
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park3-2/+17
2011-10-26mmc: dw_mmc: modify DATA register offsetJaehoon Chung2-22/+57
2011-10-26mmc: sdhci-pci: add flag for devices that can support runtime PMAdrian Hunter1-4/+13
2011-10-26mmc: omap_hsmmc: ensure pbias configuration is always doneAdrian Hunter1-9/+8
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S3-2/+64
2011-10-26mmc: sdhci-s3c: fix potential NULL dereferenceJaehoon Chung1-2/+4
2011-10-26mmc: replace printk with appropriate display macroGirish K S28-176/+172
2011-10-26mmc: core: Add default timeout value for CMD6Seungwon Jeon1-4/+12
2011-10-26mmc: sdhci-pci: add runtime pm supportAdrian Hunter3-45/+397
2011-10-26mmc: core: move ->request() call from atomic contextAdrian Hunter1-7/+21
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker17-0/+17
2011-10-26mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell1-0/+1
2011-10-26mmc: core: general purpose MMC partition support.Namjae Jeon2-18/+65
2011-10-26mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin1-0/+2
2011-10-26mmc: irq: Remove IRQF_DISABLEDYong Zhang2-5/+4
2011-10-26mmc: block: support no access to boot partitionsAdrian Hunter2-1/+3
2011-10-26mmc: block: fix boot partition switch error pathAdrian Hunter1-3/+13
2011-10-26mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S1-0/+96
2011-10-26mmc: add module param to set fault injection attributesPer Forlin1-18/+11
2011-10-26mmc: sdhci-esdhc-imx: add basic imx6q usdhc supportShawn Guo2-7/+35
2011-10-26mmc: core: add sd uhs string for mmc_ios_showAaron Lu1-0/+9
2011-10-26mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski1-4/+16
2011-10-26mmc: block: add eMMC hardware reset supportAdrian Hunter2-61/+144
2011-10-26mmc: mmc-test: add eMMC hardware reset testAdrian Hunter1-0/+30
2011-10-26mmc: sdhci-pci: add eMMC hardware reset supportAdrian Hunter1-0/+72
2011-10-26mmc: sdhci: add eMMC hardware reset supportAdrian Hunter2-1/+10
2011-10-26mmc: core: add eMMC hardware reset supportAdrian Hunter2-1/+97
2011-10-26mmc: mmci: simplify err check in mmci_post_requestPer Forlin1-1/+1
2011-10-26mmc: core: clarify how to use post_req in case of errorsPer Forlin1-0/+6
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK4-9/+11
2011-10-26mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK2-2/+16
2011-10-26mmc: sdhci-pxa: Check pdata before using its membersTanmay Upadhyay1-2/+2
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson5-5/+9
2011-10-26mmc: sdhci-spear: Don't set power gpio to 1 on probeViresh Kumar1-2/+0
2011-10-26mmc: sdhci-of-esdhc: Access Freescale eSDHC registers as 32-bitXu lei1-4/+14
2011-10-26mmc: core: Put eMMC in Sleep mode before suspendBalaji T K1-2/+7
2011-10-26mmc: sdhci-s3c: add default controller configurationThomas Abraham1-11/+17
2011-10-26mmc: core: add a short delay in mmc_power_offDaniel Drake1-0/+7
2011-10-26mmc: sdhci-tegra: Add 8-bit support to device tree binding.Stephen Warren1-0/+3
2011-10-26mmc: dw_mmc: Support SDIO interrupts for all slotsShashidhar Hiremath2-5/+33
2011-10-26mmc: msm_sdcc: Handle dma resource not present caseSubhash Jadavani1-5/+10
2011-10-26mmc: msm_sdcc: Change initialization order of busclk_timer in probeSahitya Tummala1-4/+4
2011-10-26mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interruptsSahitya Tummala2-4/+21
2011-10-26msm: mmc: Remove "pio_irq" resourceSahitya Tummala2-7/+2
2011-10-26mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.Sahitya Tummala1-6/+6
2011-10-26mmc: msm_sdcc: Handle error cases in probeSahitya Tummala1-3/+11
2011-10-26msm: Implement init_card operation for MSM SDCCAlexander Tarasikov1-0/+9
2011-10-26mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setupAlexander Tarasikov1-1/+1
2011-10-26mmc: sdhi: Allow named IRQs to use specific handlersSimon Horman1-25/+73
2011-10-26mmc: tmio: Provide separate interrupt handlersSimon Horman2-48/+86
2011-10-26mmc: tmio: Cache interrupt masksSimon Horman2-16/+22
2011-10-26mmc: fix integer assignments to pointerVenkatraman S5-10/+10
2011-10-26mmc: queue: declare mmc_alloc_sg as staticVenkatraman S1-1/+1
2011-10-26mmc: Kconfig: remove i.MX individual SoC dependencySascha Hauer1-6/+6
2011-10-26mmc: sdhci-tegra: Add Device Tree probing supportGrant Likely1-11/+40
2011-10-26mmc: enable runtime PM by defaultDaniel Drake1-0/+11
2011-10-26mmc: core: add random fault injectionPer Forlin2-0/+66
2011-10-26mmc: sdhci-esdhc-imx: Enable ADMA2Richard Zhu1-3/+41
2011-10-26mmc: at91_mci: remove the use of irq_to_gpioNicolas Ferre1-1/+5
2011-10-26mmc: atmel-mci: fix a potential issue about pending PDC interruptsLudovic Desroches1-15/+17
2011-10-26mmc: atmel-mci: correct sg buffer size evaluationLudovic Desroches1-4/+3
2011-10-26mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches1-2/+2
2011-10-26mmc: atmel-mci: change atmci_start_command to atmci_send_commandLudovic Desroches1-3/+3
2011-10-26mmc: atmel-mci: add pdc support and runtime capabilities detectionLudovic Desroches2-118/+423
2011-10-26mmc: atmel-mci: indentationLudovic Desroches1-68/+68
2011-10-26mmc: atmel-mci: change atmci_readl and atmci_writel macrosLudovic Desroches2-65/+65
2011-10-26mmc: atmel-mci: change namespaceLudovic Desroches2-253/+254
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds18-1272/+1216
2011-10-26Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-4/+0
2011-10-26Remove stale "depends on NETDEV_1000"in staging driversLinus Torvalds2-2/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+7
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-54/+26
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-153/+163
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-207/+247
2011-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds721-181775/+103811
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds83-578/+1878
2011-10-26Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-289/+1983
2011-10-26md: Fix some bugs in recovery_disabled handling.NeilBrown3-1/+6
2011-10-26md/raid5: fix bug that could result in reads from a failed device.NeilBrown1-1/+1
2011-10-25net: make bonding slaves honour master's skb->priorityMaciej Żenczykowski1-1/+0
2011-10-25libceph: create messenger with clientSage Weil1-1/+1
2011-10-25ehea: fix skb_frag_size typoEric Dumazet1-1/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds41-311/+1969
2011-10-25Merge branch 'for-next' of git://git.linaro.org/people/triad/linux-pinctrlLinus Torvalds10-0/+4311
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds17-544/+2198
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1667-97801/+182143
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds228-4156/+14696
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-57/+98
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds95-164/+104
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-10/+6
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds29-224/+2788
2011-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds33-1956/+901
2011-10-25pinctrl/sirf: fix sirfsoc_get_group_pins prototypeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-10-25Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/...Linus Torvalds1-19/+16
2011-10-25Merge branch 'upstream' into for-linusJiri Kosina12-53/+270
2011-10-25Merge branch 'upstream-fixes' into for-linusJiri Kosina5-42/+58
2011-10-25Merge branches 'acrux', 'logitech', 'multitouch', 'roccat' and 'wiimote' into...Jiri Kosina17-129/+2460
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2-3/+12
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-4/+4
2011-10-25Merge branch 'misc' into for-linusRussell King1-19/+16
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds19-198/+449
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman830-231776/+103812
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds7-23/+115
2011-10-25Merge branch 'stable/e820-3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+31
2011-10-25target: Fix compile warning w/ missing module.h includeNicholas Bellinger1-0/+1
2011-10-25of_mdio: Don't phy_scan_fixups() twiceKyle Moffett1-1/+0
2011-10-24dp83640: free packet queues on removeRichard Cochran1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsRichard Cochran1-2/+2
2011-10-24|PATCH net-next] tg3: add tx_dropped counterEric Dumazet2-12/+12
2011-10-24be2net: don't create multiple RX/TX rings in multi channel modeSathya Perla2-4/+18
2011-10-24be2net: don't create multiple TXQs in BE2Sathya Perla1-10/+16
2011-10-24be2net: refactor VF setup/teardown code into be_vf_setup/clear()Sathya Perla3-152/+147
2011-10-24be2net: add vlan/rx-mode/flow-control config to be_setup()Sathya Perla1-65/+56
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely26-329/+46
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-108/+203
2011-10-24net: Fix driver name for mdio-gpio.cDirk Eibach1-1/+1
2011-10-24zorro: Fix four checkpatch warningsJim Rotmalm1-4/+4
2011-10-24hwmon: (w83627ehf) Better fix for negative temperature valuesJean Delvare1-25/+26
2011-10-24hwmon: (w83627ehf) Uninline is_word_sizedJean Delvare1-1/+1
2011-10-24hwmon: (lm75) Document why clones are not detectedJean Delvare1-13/+24
2011-10-24hwmon: (w83627ehf) Move fan pins check to a separate functionJean Delvare1-53/+67
2011-10-24hwmon: (w83627ehf) Skip reading unused voltage registersJean Delvare1-0/+3
2011-10-24hwmon: (lm75) Add support for Analog Devices ADT75Michael Hennerich2-0/+3
2011-10-24hwmon: (pmbus_core) Simplify sign extensionsGuenter Roeck1-13/+4
2011-10-24hwmon: (pmbus) Add support for Lineage Power DC-DC convertersGuenter Roeck1-0/+4
2011-10-24hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driverGuenter Roeck2-14/+127
2011-10-24hwmon: (pmbus/ltc2978) Explicit driver for LTC2978Guenter Roeck4-2/+307
2011-10-24hwmon: (pmbus) Add support for TEMP2 peak attributesGuenter Roeck2-5/+43
2011-10-24hwmon: AD7314 driver (ported from IIO)Jonathan Cameron3-0/+197
2011-10-24hwmon: (pmbus) Add support for Intersil power management chipsGuenter Roeck3-0/+268
2011-10-24hwmon: (pmbus) Always call _pmbus_read_byte in core driverGuenter Roeck6-15/+17
2011-10-24hwmon: (pmbus) Replace EINVAL return codes with more appropriate errorsGuenter Roeck4-13/+13
2011-10-24hwmon/f71882fg: Make the decision wether to register fan attr. per fanHans de Goede1-65/+54
2011-10-24hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper functionHans de Goede1-44/+64
2011-10-24hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensionalHans de Goede1-24/+26
2011-10-24hwmon: (exynos4_tmu) Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-10-24hwmon: Add driver for EXYNOS4 TMUDonggeun Kim3-0/+535
2011-10-24hwmon: (pmbus/adm1275) Add support for ADM1276Guenter Roeck2-10/+54
2011-10-24hwmon: (pmbus/adm1275) Add support for second current limitGuenter Roeck1-7/+88
2011-10-24hwmon: (pmbus) Don't return errors from driver remove functionsGuenter Roeck10-21/+18
2011-10-24hwmon: (pmbus) Add comments explaining internal driver API return valuesGuenter Roeck1-2/+16
2011-10-24hwmon: (w83627ehf) add caseopen detectionDmitry Artamonow1-0/+62
2011-10-24Merge commit 'v3.1' into devicetree/nextGrant Likely40-172/+313
2011-10-24spi: irq: Remove IRQF_DISABLEDYong Zhang5-5/+5
2011-10-24OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D1-3/+4
2011-10-24Merge commit 'v3.1' into spi/nextGrant Likely215-1891/+2520
2011-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller6-66/+148
2011-10-24jme: fix irq storm after suspend/resumeClemens Buchacher1-0/+6
2011-10-24Add ethtool -g support to virtio_netRick Jones2-0/+23
2011-10-24Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-30/+45
2011-10-24Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds1-0/+1
2011-10-24Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie23-432/+1178
2011-10-24target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger3-175/+0
2011-10-24target: Fix incorrect transport_sent usageNicholas Bellinger3-6/+5
2011-10-24target: re-use the command S/G list for single-task commandsChristoph Hellwig1-11/+31
2011-10-24target: Fix BIDI t_task_cdb handling in transport_generic_new_cmdNicholas Bellinger1-9/+9
2011-10-24target: remove transport_allocate_tasksChristoph Hellwig1-49/+32