summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/w1/w1_int.c: call put_device if device_register failsLevente Kurusa2015-04-271-2/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2015-04-2711-34/+406
|\
| * memstick: remove deprecated use of pci apiQuentin Lambert2015-04-242-11/+11
| * rtc: restore alarm after resumeMatthew Garrett2015-04-241-0/+24
| * drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2015-04-241-3/+10
| * rtc-omap-add-external-32k-clock-feature-fixAndrew Morton2015-04-241-2/+1
| * drivers/rtc/rtc-omap.c: add external 32k clock featureKeerthy2015-04-241-1/+14
| * drivers/rtc/rtc-ds1307.c: enable the mcp794xx alarm after programming timeNishanth Menon2015-04-241-6/+6
| * zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-04-242-13/+1
| * rtc-add-rtc-abx80x-a-driver-for-the-abracon-ab-x80x-i2c-rtc-v3Alexandre Belloni2015-04-241-9/+9
| * rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcPhilippe De Muyter2015-04-243-0/+318
| * revert "zram: move compact_store() to sysfs functions area"Andrew Morton2015-04-241-0/+23
* | Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell2015-04-279-83/+55
|\ \
| * | staging: media: lirc: Replace timeval with ktime_t in lirc_parallel.cTapasweni Pathak2015-02-021-20/+15
| * | staging: media: lirc: Replace timeval with ktime_t in lirc_sasem.cTapasweni Pathak2015-02-021-11/+9
| * | staging: media: lirc: Replace timeval with ktime_t in lirc_serial.cTapasweni Pathak2015-02-021-33/+17
| * | staging: gdm72xx: Replace timeval with ktime_tTapasweni Pathak2015-02-022-9/+8
| * | staging: ft1000: Replace timeval and time_t with time64_tTapasweni Pathak2015-02-024-10/+6
* | | Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell2015-04-2710-89/+53
|\ \ \
| * | | tun, macvtap: higher order allocations for skbsMichael S. Tsirkin2015-04-202-2/+2
| * | | PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas2015-04-201-33/+0
| * | | PCI/MSI: Drop pci_msi_off() calls from quirksMichael S. Tsirkin2015-04-201-2/+0
| * | | mic: Drop pci_msi_off() call during probeMichael S. Tsirkin2015-04-201-2/+0
| * | | ntb: Drop pci_msi_off() call during probeMichael S. Tsirkin2015-04-201-2/+0
| * | | virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin2015-04-201-3/+0
| * | | PCI/MSI: Make pci_msi_shutdown(), pci_msix_shutdown() staticMichael S. Tsirkin2015-04-201-2/+2
| * | | PCI/MSI: Don't disable MSI/MSI-X at shutdownMichael S. Tsirkin2015-04-201-2/+0
| * | | PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2015-04-202-12/+18
| * | | PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin2015-04-202-21/+21
| * | | PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()Michael S. Tsirkin2015-04-201-14/+14
* | | | Merge remote-tracking branch 'leds/for-next'Stephen Rothwell2015-04-274-4/+316
|\ \ \ \
| * | | | leds: gpio: Fix error handling for led name null pointer caseJacek Anaszewski2015-04-201-2/+4
| * | | | leds: gpio: Fix device teardown on probe deferralSebastian Hesselbarth2015-04-201-2/+3
| * | | | leds: tlc591xx: Driver for the TI 8/16 Channel i2c LED driverAndrew Lunn2015-04-203-0/+309
* | | | | Merge remote-tracking branch 'spi/for-next'Stephen Rothwell2015-04-277-45/+83
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. \ \ \ \ Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm2835-code', 'sp...Mark Brown2015-04-256-45/+74
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | spi/omap2-mcpsi: Always call spi_finalize_current_message()Fionn Cleary2015-04-241-4/+12
| | | | | | * | | | | | spi: fsl-espi: fix behaviour for full-duplex xfersJonatas Rech2015-04-251-14/+31
| | | | | | |/ / / / /
| | | | | * / / / / / spi: fsl-spi: use devm_ioremap_resource() to map parameter ram on CPM1Christophe Leroy2015-04-221-17/+18
| | | | | |/ / / / /
| | | | * / / / / / spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson2015-04-181-7/+10
| | | | |/ / / / /
| | | * | | | | | spi: bcm2835: change timeout of polling driver to 1sMartin Sperl2015-04-161-3/+2
| | * | | | | | | spi: bcm2835: Add GPIOLIB dependencyGuenter Roeck2015-04-141-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2015-04-2530-2626/+1407
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong2015-04-161-0/+9
| | | |/ / / / | | |/| | | |
* | | | | | | Merge remote-tracking branch 'dwmw2-iommu/master'Stephen Rothwell2015-04-272-80/+67
|\ \ \ \ \ \ \
| * | | | | | | iommu/vt-d: support extended root and context entriesDavid Woodhouse2015-03-251-75/+60
| * | | | | | | iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-03-251-1/+6
| * | | | | | | iommu/vt-d: Print x2apic opt out info instead of printing a warningFenghua Yu2015-03-251-4/+1
* | | | | | | | Merge remote-tracking branch 'regulator/for-next'Stephen Rothwell2015-04-272-2/+2
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/max7768...Mark Brown2015-04-252-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |