summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas2015-10-261-30/+15
* mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME supportChaotian Jing2015-10-261-1/+1
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-10-261-5/+1
* mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas2015-10-261-0/+1
* mmc: sdhci-of-at91: remove a line of dead codeDan Carpenter2015-10-261-1/+0
* mmc: sdhci: call sdhci_init() before request irqHaibo Chen2015-10-261-11/+11
* mmc: sdhci-bcm-kona: fix logic to check for 8-bit data widthJavier Martinez Canillas2015-10-261-1/+1
* mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas2015-10-261-1/+1
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-262-1/+3
* mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas2015-10-261-3/+3
* mmc: wbsd: Remove unneded semicolonJavier Martinez Canillas2015-10-261-1/+1
* mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-262-5/+21
* mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti2015-10-261-0/+1
* Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-242-5/+26
|\
| * xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott2015-10-171-0/+1
| * xhci: handle no ping response error properlyMathias Nyman2015-10-171-5/+15
| * xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman2015-10-171-0/+10
* | Merge tag 'tty-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-242-4/+1
|\ \
| * | fbcon: initialize blink interval before calling fb_set_parScot Doyle2015-10-181-0/+1
| * | Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis2015-10-181-4/+0
| |/
* | Merge tag 'staging-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-10-244-11/+40
|\ \
| * \ Merge tag 'iio-fixes-for-4.3a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-10-174-11/+40
| |\ \ | | |/ | |/|
| | * iio: mxs-lradc: Fix temperature offsetAlexandre Belloni2015-10-111-4/+5
| | * iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb()Dan Carpenter2015-10-031-1/+1
| | * iio: st_accel: fix interrupt handling on LIS3LV02Linus Walleij2015-10-031-6/+0
| | * iio: adc: twl4030: Fix ADC[3:6] readingsAdam YH Lee2015-10-031-0/+34
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-245-14/+46
|\ \ \
| * | | IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-10-211-1/+9
| * | | IB/cma: Use inner P_Key to determine netdevHaggai Eran2015-10-201-2/+2
| * | | IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
| * | | IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran2015-10-201-1/+1
| * | | IB/core: Fix use after free of ifaMatan Barak2015-10-201-8/+27
| * | | IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur2015-10-151-1/+1
* | | | Merge tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-10-243-8/+13
|\ \ \ \
| * | | | dm cache: the CLEAN_SHUTDOWN flag was not being setJoe Thornber2015-10-231-1/+1
| * | | | dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer2015-10-231-1/+1
| * | | | dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber2015-10-231-6/+11
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-243-16/+47
|\ \ \ \ \
| * | | | | NVMe: Fix memory leak on retried commandsKeith Busch2015-10-151-2/+6
| * | | | | nvme: use an integer value to Linux errno valuesChristoph Hellwig2015-10-151-5/+7
| * | | | | nvme: fix 32-bit build warningArnd Bergmann2015-10-121-3/+3
| * | | | | nbd: Add locking for tasksMarkus Pargmann2015-10-081-6/+30
| * | | | | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-10-071-1/+2
| |\ \ \ \ \
| | * | | | | xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-10-071-1/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-10-241-30/+39
|\ \ \ \ \ \ \
| * | | | | | | rbd: prevent kernel stack blow up on rbd mapIlya Dryomov2015-10-231-10/+23