summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ahci: qoriq: Rename LS2085A SoC support code to LS2080ATang Yuantian2015-10-312-4/+4
| * | | | libata: enable LBA flag in taskfile for ata_scsi_pass_thru()Vinayak Kale2015-10-271-0/+3
| * | | | libata: add support for NCQ commands for SG interfaceVinayak Kale2015-10-271-1/+7
| * | | | ahci: qoriq: Fix a compiling warningArnd Bergmann2015-10-151-2/+3
| * | | | pata_it821x: use "const char *" for string literalsLABBE Corentin2015-10-151-3/+3
| * | | | libata: only call ->done once all per-tag ressources are releasedChristoph Hellwig2015-10-121-9/+13
| * | | | libata: cleanup ata_scsi_qc_completeChristoph Hellwig2015-10-041-14/+5
| * | | | ata: ahci: find eSATA ports and flag them as removableManuel Lauss2015-09-304-2/+15
| * | | | libata: samsung_cf: fix handling platform_get_irq resultAndrzej Hajda2015-09-251-1/+1
| * | | | ata: pata_pxa: dmaengine conversionRobert Jarzmik2015-09-101-112/+59
| * | | | ahci: added a new driver for supporting Freescale AHCI sataTang Yuantian2015-09-083-0/+282
| * | | | devicetree:bindings: add devicetree bindings for Freescale AHCITang Yuantian2015-09-081-0/+21
| * | | | Revert "ahci: added support for Freescale AHCI sata"Tang Yuantian2015-09-082-3/+0
* | | | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-11-051-12/+14
|\ \ \ \ \
| * | | | | workqueue: Allocate the unbound pool using local node memoryXunlei Pang2015-10-121-12/+14
* | | | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-05247-931/+1409
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and '...Mark Brown2015-11-043-80/+53
| |\ \ \ \ \ \ \ \
| | | | * | | | | | spi: txx9: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | spi: ti-qspi: improve ->remove() callbackFelipe Balbi2015-10-301-10/+1
| | | * | | | | | spi: spi-ti-qspi: switch to polling mode for better r/w performanceVignesh R2015-10-161-54/+20
| | | |/ / / / /
| | * | | | | | spi: s3c64xx: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| | * | | | | | spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove ...Heiner Kallweit2015-09-141-1/+5
| | * | | | | | spi: s3c64xx: simplify suspend / resume handlersHeiner Kallweit2015-09-141-8/+7
| | * | | | | | spi: s3c64xx: extend driver to make full use of runtime PM autosuspendHeiner Kallweit2015-09-141-8/+18
| | * | | | | | spi: s3c64xx: clean up runtime PM if driver registration failsHeiner Kallweit2015-09-141-1/+4
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-04211-342/+181
| |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula2015-10-301-12/+26
| | | | | | * | | | | | spi: pxa2xx: Add support for Intel BroxtonJarkko Nikula2015-10-302-0/+21
| | | | | | * | | | | | spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signalsJarkko Nikula2015-10-301-1/+21
| | | | | | * | | | | | spi: pxa2xx: Add output control for multiple Intel LPSS chip selectsJarkko Nikula2015-10-301-3/+24
| | | | | | * | | | | | spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specificJarkko Nikula2015-10-301-8/+8
| | | | | | * | | | | | spi: pxa2xx: Align a few definesJarkko Nikula2015-10-231-3/+3
| | | | | | * | | | | | spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip selectJarkko Nikula2015-10-231-1/+3
| | | | | | * | | | | | spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integerJarkko Nikula2015-10-231-2/+3
| | | | | | * | | | | | spi: pxa2xx: derive struct chip_data from struct drv_dataAndy Shevchenko2015-10-231-2/+3
| | | | | | * | | | | | spi: pxa2xx: move debug messages to pump_transfer()Andy Shevchenko2015-10-231-17/+11
| | | | | | * | | | | | spi: pxa2xx: choose closest lower speedAndy Shevchenko2015-10-161-4/+4
| | | | | | * | | | | | spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()Mika Westerberg2015-10-013-8/+0
| | | | | | * | | | | | spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula2015-09-251-2/+2
| | | | | | * | | | | | spi: pxa2xx: Set the max_speed_hz of the masterJarkko Nikula2015-09-252-9/+6
| | | | | | * | | | | | spi: pxa2xx: Remove cr0 variable from struct chip_dataJarkko Nikula2015-09-172-7/+4
| | | | | | * | | | | | spi: pxa2xx: Remove if statement that is always true in pump_transfers()Jarkko Nikula2015-09-171-39/+37
| | | | | | * | | | | | spi: pxa2xx: Remove two variables from struct chip_dataJarkko Nikula2015-09-172-12/+2
| | | | | | |/ / / / /
| | | | | * / / / / / spi: pxa2xx: Remove unused psp member variable from struct chip_dataJarkko Nikula2015-10-021-1/+0
| | | | | |/ / / / /
| | | | * | | | | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-28203-205/+1
| | | | * | | | | | spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis2015-10-282-4/+9
| | | | |/ / / / /
| | | * / / / / / spi: omap-uwire: Remove needless bits_per_word and speed_hz testsJarkko Nikula2015-09-171-3/+4
| | | |/ / / / /
| | * / / / / / spi: omap-100k: Rely on validations done by spi coreJarkko Nikula2015-09-171-18/+8
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'sp...Mark Brown2015-11-047-68/+99
| |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | spi: octeon: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| | | | | | |/ / / / /