summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thermal: imx: add necessary clk operationAnson Huang2014-01-031-0/+20
* thermal: rcar-thermal: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-021-1/+1
* thermal: imx_thermal: add module device tableRussell King2014-01-021-0/+1
* drivers: thermal: Mark function as static in x86_pkg_temp_thermal.cRashika2014-01-021-1/+1
* thermal:samsung: fix compilation warningNaveen Krishna Chatradhi2014-01-021-1/+1
* thermal: imx: correct suspend/resume flowAnson Huang2014-01-021-14/+17
* thermal: exynos: fix error return codeJulia Lawall2014-01-021-0/+1
* Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-021-27/+26
|\
| * leds: pwm: Fix for deferred probe in DT booted modePeter Ujfalusi2013-12-021-27/+26
* | uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-021-0/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-021-4/+5
|\ \
| * | irqchip: Gic: fix boot for chained gicsMark Rutland2013-11-281-4/+5
* | | Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-022-2/+9
|\ \ \
| * | | xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
| * | | swiotlb-xen: add missing xen_dma_map_page callStefano Stabellini2013-11-151-0/+5
* | | | Merge tag 'spi-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2013-12-029-12/+31
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------------. \ \ \ Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix...Mark Brown2013-11-288-11/+30
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | spi: txx9: fix reference leak to master in txx9spi_remove()Wei Yongjun2013-11-151-1/+1
| | | | | | | | * | | | | spi: rspi: use platform drvdata correctly in rspi_remove()Wei Yongjun2013-11-151-2/+1
| | | | | | | | |/ / / /
| | | | | | | * | | | | spi/qspi: Fix qspi remove path.Sourav Poddar2013-11-241-1/+17
| | | | | | | * | | | | spi/qspi: cleanup pm_runtime error check.Sourav Poddar2013-11-241-1/+1
| | | | | | | * | | | | spi/qspi: set correct platform drvdata in ti_qspi_probe()Wei Yongjun2013-11-241-2/+1
| | | | | | * | | | | | spi/pxa2xx: Restore private register bits.Chew, Chiau Ee2013-11-281-0/+3
| | | | | | * | | | | | spi/pxa2xx: add new ACPI IDsMika Westerberg2013-11-241-0/+2
| | | | | | |/ / / / /
| | | | | * | / / / / spi: spi-mxs: fix reference leak to master in mxs_spi_remove()Wei Yongjun2013-11-181-1/+1
| | | | | | |/ / / / | | | | | |/| | | |
| | | | * / | | | | spi: mpc512x: fix reference leak to master in mpc512x_psc_spi_do_remove()Wei Yongjun2013-11-151-1/+1
| | | | |/ / / / /
| | | * / / / / / spi: bcm63xx: fix reference leak to master in bcm63xx_spi_remove()Wei Yongjun2013-11-151-1/+1
| | | |/ / / / /
| | * / / / / / spi: bcm2835: fix reference leak to master in bcm2835_spi_remove()Wei Yongjun2013-11-151-1/+1
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2013-11-281-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | spi: core: invert success test in devm_spi_register_masterStephen Warren2013-11-221-1/+1
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-0230-245/+278
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | net/mlx4_en: Remove selftest TX queues empty conditionEugenia Emantayev2013-12-011-7/+0
| * | | | | virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin2013-12-011-17/+37
| * | | | | virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin2013-12-011-31/+51
| * | | | | virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth2013-11-301-1/+1
| * | | | | ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2013-11-302-2/+2
| * | | | | ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend2013-11-301-3/+2
| * | | | | ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend2013-11-301-2/+2
| * | | | | e1000: fix possible reset_task running after adapter downVladimir Davydov2013-11-301-4/+11
| * | | | | e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2013-11-292-35/+3
| * | | | | e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12013-11-292-0/+14
| * | | | | igb: Fixed Wake On LAN supportAkeem G Abodunrin2013-11-291-3/+4
| * | | | | team: fix master carrier set when user linkup is enabledJiri Pirko2013-11-291-0/+4
| * | | | | sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-11-292-48/+32
| * | | | | net: smc91: fix crash regression on the versatileLinus Walleij2013-11-291-18/+4
| * | | | | Revert "net: smc91: fix crash regression on the versatile"David S. Miller2013-11-291-2/+18
| * | | | | net: smc91: fix crash regression on the versatileLinus Walleij2013-11-291-18/+2
| * | | | | net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang2013-11-291-3/+2
| * | | | | r8169: check ALDPS bit and disable it if enabled for the 8168gDavid Chang2013-11-291-0/+5
| * | | | | macvtap: Do not double-count received packetsVlad Yasevich2013-11-291-10/+0