summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-115-8/+15
|\
| * drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman2012-07-111-1/+1
| * sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter2012-07-111-2/+2
| * drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-111-2/+3
| * drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones2012-07-111-1/+7
| * drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones2012-07-111-1/+1
| * drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga2012-07-111-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-07-115-14/+14
|\ \
| * | [SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai2012-07-083-7/+7
| * | [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-082-7/+7
| |/
* | media: mx2_camera: Fix mbus format handlingJavier Martin2012-07-111-5/+22
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-111-4/+3
|\ \
| * | of: address: Don't fail a lookup just because a node has no reg propertyLee Jones2012-07-061-4/+3
* | | Merge tag 'pm-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-111-22/+0
|\ \ \
| * | | ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder2012-07-101-22/+0
| | |/ | |/|
* | | Merge tag 'usb-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-1110-54/+104
|\ \ \
| * | | PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-103-31/+12
| * | | USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork2012-07-051-0/+2
| * | | USB: metro-usb: fix tty_flip_buffer_push useJohan Hovold2012-07-051-8/+0
| * | | USB: option: Add MEDIATEK product idsGaosen Zhang2012-07-051-0/+20
| * | | USB: option: add ZTE MF60Bjørn Mork2012-07-051-0/+6
| * | | xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp2012-07-021-0/+11
| * | | usb: Add support for root hub port status CASStanislaw Ledwon2012-07-023-15/+53
| | |/ | |/|
* | | Merge tag 'char-misc-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-111-1/+1
|\ \ \
| * | | mei: pci_resume: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler2012-07-101-1/+1
| | |/ | |/|
* | | Merge tag 'fixes-for-v3.5-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-111-0/+2
|\ \ \
| * | | gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO definedJerry Snitselaar2012-07-101-0/+2
* | | | Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2012-07-107-9/+29
|\| | |
| * | | Merge branch 'kevin' into fixesLinus Walleij2012-07-091-1/+13
| |\ \ \
| | * | | gpio/omap: fix invalid context restore of gpio bank-0Jon Hunter2012-07-031-1/+3
| | * | | gpio/omap: fix irq loss while in idle with debounce onGrazvydas Ignotas2012-06-261-0/+10
| * | | | gpio: tps65910: initialize of_node of gpio_chipLaxman Dewangan2012-07-051-0/+1
| * | | | gpio/mxc: make irqs work for fsl,imx21-gpio devicesUwe Kleine-König2012-07-051-4/+6
| * | | | gpio: export devm_gpio_request_oneStephen Warren2012-07-051-0/+1
| * | | | gpiolib: wm8994: Pay attention to the value set when enabling as outputMark Brown2012-07-051-1/+4
| * | | | gpio/msm_v1: CONFIG_GPIO_MSM_V1 is only available on three SoCsChristian Dietrich2012-07-051-1/+1
| * | | | gpio-sta2x11: don't use pdata if nullAlessandro Rubini2012-07-051-2/+3
| | |_|/ | |/| |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-07-101-1/+1
|\ \ \ \
| * | | | tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt2012-07-101-1/+1
* | | | | Revert "of: match by compatible property first"Linus Torvalds2012-07-101-26/+4
|/ / / /
* | | | Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-07-091-5/+5
|\ \ \ \
| * | | | regulator: Fix recursive mutex lockdep warningStephen Boyd2012-07-031-5/+5
| |/ / /
* | | | gspca_sn9c20x: Fix NULL pointer dereferenceHans de Goede2012-07-091-5/+8
* | | | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-091-14/+10
|\ \ \ \
| * | | | virtio-balloon: fix add/get API useMichael S. Tsirkin2012-07-091-14/+10
* | | | | Merge tag 'rpmsg-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-091-5/+50
|\ \ \ \ \
| * | | | | rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen2012-07-041-6/+19
| * | | | | rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen2012-07-041-2/+34
| | |/ / / | |/| | |
* | | | | Merge tag 'remoteproc-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-091-0/+2
|\ \ \ \ \
| * | | | | remoteproc: fix missing CONFIG_FW_LOADER configurationsOhad Ben-Cohen2012-07-041-0/+1