aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: bcm2835: use readl_poll_timeout in bcm2835_read_wait_sdcmdsquashed-v1Gerd Hoffmann2017-01-271-21/+16
* mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_finish_commandGerd Hoffmann2017-01-261-55/+1
* mmc: bcm2835: move timeout to thread contextGerd Hoffmann2017-01-261-11/+11
* mmc: bcm2835: kill taskletGerd Hoffmann2017-01-261-39/+14
* mmc: bcm2835: work queue is dead code now, zapGerd Hoffmann2017-01-261-24/+0
* mmc: bcm2835: switch locking to mutexGerd Hoffmann2017-01-261-43/+31
* mmc: bcm2835: split bcm2835_data_irqGerd Hoffmann2017-01-261-6/+26
* mmc: bcm2835: call bcm2835_busy_irq from irqthreadGerd Hoffmann2017-01-261-15/+15
* mmc: bcm2835: add bcm2835_check_cmd_errorGerd Hoffmann2017-01-261-23/+35
* mmc: bcm2835: call bcm2835_block_irq from irqthreadGerd Hoffmann2017-01-261-9/+22
* mmc: bcm2835: add bcm2835_check_data_errorGerd Hoffmann2017-01-261-18/+12
* mmc: bcm2835: add bcm2835_threaded_irqGerd Hoffmann2017-01-261-2/+8
* mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_send_commandGerd Hoffmann2017-01-261-21/+7
* mmc: bcm2835: add bcm2835_read_wait_sdcmdGerd Hoffmann2017-01-261-0/+30
* brcm: adds support for BCM43341 wifiCheong2K2017-01-253-10/+26
* mmc: bcm2835: cleanups by Stefan WahrenStefan Wahren2017-01-251-225/+189
* mmc: bcm2835: cleanups by Gerd HoffmannGerd Hoffmann2017-01-253-420/+344
* mmc: bcm2835: Add new driver for the internal SD controller.Eric Anholt2017-01-253-0/+1676
* irq-bcm2836: Prevent spurious interrupts, and trap them earlyPhil Elwell2017-01-251-0/+1
* thermal: bcm2835: add thermal driver for bcm2835 socMartin Sperl2017-01-253-0/+349
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-223-5/+30
|\
| * virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal2017-01-191-1/+1
| * virtio/s390: add missing \n to end of dev_err messageColin Ian King2017-01-191-1/+1
| * virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel2017-01-191-0/+25
| * virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
| * vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
* | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-01-223-75/+108
|\ \
| * \ Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui2017-01-201-53/+100
| |\ \
| | * \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-01-171-53/+100
| | |\ \
| | | * | thermal: rockchip: fixes the conversion tableCaesar Wang2017-01-161-1/+1
| | | * | thermal: rockchip: handle set_trips without the trip pointsCaesar Wang2016-12-131-1/+15
| | | * | thermal: rockchip: optimize the conversion tableCaesar Wang2016-12-131-1/+24
| | | * | thermal: rockchip: fixes invalid temperature caseCaesar Wang2016-12-131-20/+28
| | | * | thermal: rockchip: don't pass table structs by valueBrian Norris2016-12-131-40/+40
| | | * | thermal: rockchip: improve conversion error messagesBrian Norris2016-12-131-2/+4
| * | | | thermal: core: move tz->device.groups cleanup to thermal_releaseJacob von Chorus2017-01-061-5/+5
| * | | | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2017-01-041-17/+3
| |/ / /
* | | | Merge tag 'usb-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-2110-32/+31
|\ \ \ \
| * | | | xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman2017-01-201-1/+1
| * | | | Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-179-31/+30
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire2017-01-161-2/+2
| | * | | usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM valueAmelie Delaunay2017-01-161-2/+2
| | * | | usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2017-01-122-1/+3
| | * | | usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan2017-01-121-1/+3
| | * | | usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz2017-01-121-0/+3
| | * | | usb: dwc2: use u32 for DT binding parametersLeo Yan2017-01-122-7/+7
| | * | | usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier2017-01-121-6/+6
| | * | | usb: dwc2: gadget: Fix DMA memory freeingVardan Mikayelyan2017-01-121-11/+3
| | * | | usb: gadget: composite: Fix function used to free memoryChristophe JAILLET2017-01-121-1/+1