aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-19ata: libahci: Clean-up the ahci_platform_en/disable_phys functionsGregory CLEMENT1-6/+0
2015-01-19sata_rcar: extend PM methodsMikhail Ulyanov1-2/+23
2015-01-12sata_dwc_460ex: disable compilation on ARM and ARM64Andy Shevchenko1-1/+1
2015-01-11ata: libata-core: Remove unused functionRickard Strandqvist2-28/+0
2015-01-08sata_dwc_460ex: convert to devm_kzalloc in ->probe()Andy Shevchenko1-18/+6
2015-01-08sata_dwc_460ex: remove extra messageAndy Shevchenko1-6/+2
2015-01-08sata_dwc_460ex: use np local variable in ->probe()Andy Shevchenko1-4/+4
2015-01-08sata_dwc_460ex: fix most of the sparse warningsAndy Shevchenko1-34/+33
2015-01-08sata_dwc_460ex: enable COMPILE_TEST for the driverAndy Shevchenko2-1/+13
2015-01-08sata_dwc_460ex: remove redundant dev_set_drvdataAndy Shevchenko1-1/+0
2015-01-08Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20Tejun Heo2-46/+55
2015-01-07sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko1-14/+12
2015-01-07libata: Remove FIXME comment in atapi_eh_request_senseNicholas Krause1-1/+0
2015-01-06ata: add MAINTAINERS entry for libata PATA driversBartlomiej Zolnierkiewicz1-0/+9
2015-01-06libata: clean up MAINTAINERS entriesTejun Heo1-32/+34
2015-01-06ahci_xgene: Implement the workaround to support PMP enumeration and discovery.Suman Tripathi1-5/+128
2015-01-06ahci_xgene: Implement the xgene_ahci_poll_reg_val to support PMP.Suman Tripathi1-2/+54
2015-01-06Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20Tejun Heo2-6/+9
2015-01-05libata: export ata_get_cmd_descript()Andy Shevchenko1-0/+1
2015-01-05ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode command.Suman Tripathi1-5/+7
2015-01-05ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller driver.Suman Tripathi1-1/+1
2014-12-25libata: s/ata_id_removeable()/ata_id_removable()/Nicholas Krause2-3/+3
2014-12-20Linux 3.19-rc1Linus Torvalds1-2/+2
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds10-25/+103
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds94-690/+6663
2014-12-20Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds7-2804/+252
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds51-366/+151
2014-12-20Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds41-61/+52
2014-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-1/+8
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-23/+21
2014-12-20i2c: sh_mobile: fix uninitialized var when debug is enabledWolfram Sang1-0/+1
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds17-119/+29
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds4-19/+16
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds4-25/+20
2014-12-19Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds24-51/+139
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds23-1238/+1511
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds8-27/+38
2014-12-19Merge tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds17-816/+1039
2014-12-19Merge tag 'please-pull-misc-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-2/+2
2014-12-20CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARDJesper Nilsson1-7/+0
2014-12-20CRISv32: ETRAXFS: Fix recursive spinlockJesper Nilsson2-71/+83
2014-12-20CRISv32: Select MTDRAM for axisflashmapJesper Nilsson1-0/+1
2014-12-20CRISv32: Implement early consoleJesper Nilsson1-26/+56
2014-12-20CRIS: Use KALLSYMs if available in call stack dumpJesper Nilsson1-27/+34
2014-12-20CRISv32: Fix declaration mismatchJesper Nilsson1-1/+0
2014-12-20CRISv32: Rewrite of synchronous serial port driverJesper Nilsson1-639/+791
2014-12-20CRIS: Update init memory handlingJesper Nilsson1-5/+33
2014-12-20CRISv32: Better handling of watchdog biteJesper Nilsson1-11/+17
2014-12-20CRIS: Export missing function symbolsJesper Nilsson3-19/+19
2014-12-20CRIS: Export ioremap_nocacheJesper Nilsson1-1/+2