Age | Commit message (Expand) | Author | Files | Lines |
2019-11-01 | ata: make qc_prep return ata_completion_errors | Jiri Slaby | 1 | -2/+4 |
2019-05-09 | sata_rcar: Remove ata_host_alloc() error printing | Geert Uytterhoeven | 1 | -1/+0 |
2018-12-10 | sata_rcar: fix deferred probing | Sergei Shtylyov | 1 | -1/+3 |
2018-11-08 | sata_rcar: convert to SPDX identifiers | Kuninori Morimoto | 1 | -5/+1 |
2018-08-06 | ata: sata_rcar: exclude setting of PHY registers in Gen3 | Masaharu Hayakawa | 1 | -2/+2 |
2018-08-06 | ata: sata_rcar: really mask all interrupts on Gen2 and later | Wolfram Sang | 1 | -7/+13 |
2018-07-23 | ata: sata_rcar: Add rudimentary Runtime PM support | Geert Uytterhoeven | 1 | -22/+18 |
2018-07-23 | ata: sata_rcar: Provide a short-hand for &pdev->dev | Geert Uytterhoeven | 1 | -8/+8 |
2018-02-13 | ata: sata_rcar: Remove unused variable in sata_rcar_init_controller() | Geert Uytterhoeven | 1 | -1/+0 |
2018-02-12 | sata_rcar: Reset SATA PHY when Salvator-X board resumes | Khiem Nguyen | 1 | -23/+40 |
2017-10-04 | ata: sata_rcar: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -6/+1 |
2017-07-15 | ata: sata_rcar: add gen[23] fallback compatibility strings | Simon Horman | 1 | -0/+8 |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -1/+1 |
2017-06-19 | ata: sata_rcar: make of_device_ids const. | Arvind Yadav | 1 | -1/+1 |
2017-05-16 | ata: sata_rcar: Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -3/+12 |
2017-01-10 | ata: pass queued command to ->sff_data_xfer method | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2015-11-24 | ata: sata_rcar: Remove obsolete platform_device_id entries | Geert Uytterhoeven | 1 | -12/+3 |
2015-11-20 | sata_rcar: Add compatible string for r8a7795 | Kouei Abe | 1 | -0/+4 |
2015-07-15 | ata: sata_rcar: Remove obsolete sata-r8a779* platform_device_id entries | Geert Uytterhoeven | 1 | -4/+0 |
2015-01-19 | sata_rcar: extend PM methods | Mikhail Ulyanov | 1 | -2/+23 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-10-28 | ata: sata_rcar: Add r8a7793 device support | Koji Matsuoka | 1 | -0/+5 |
2014-10-27 | ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 | Simon Horman | 1 | -0/+10 |
2014-10-20 | ata: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-10 | ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2013-11-30 | sata_rcar: Add R-Car Gen2 SATA PHY support | Valentine Barshak | 1 | -16/+102 |
2013-10-29 | sata_rcar: Convert to clk_prepare/unprepare | Laurent Pinchart | 1 | -5/+5 |
2013-08-14 | drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resource | Julia Lawall | 1 | -4/+1 |
2013-07-03 | Merge branch 'libata/for-3.10-fixes' into libata/for-3.11 | Tejun Heo | 1 | -12/+13 |
2013-06-04 | sata_rcar: fix compilation warning in sata_rcar_thaw() | Sergei Shtylyov | 1 | -1/+1 |
2013-06-02 | sata_rcar: fix interrupt handling | Sergei Shtylyov | 1 | -12/+11 |
2013-05-28 | sata_rcar: add 'base' local variable to some functions | Sergei Shtylyov | 1 | -45/+57 |
2013-05-28 | sata_rcar: correct 'sata_rcar_sht' | Sergei Shtylyov | 1 | -1/+10 |
2013-05-28 | sata_rcar: kill superfluous code in sata_rcar_bmdma_fill_sg() | Sergei Shtylyov | 1 | -18/+6 |
2013-05-24 | ata: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -1/+1 |
2013-05-22 | sata_rcar: clear STOP bit in bmdma_start() method | Sergei Shtylyov | 1 | -0/+1 |
2013-04-12 | sata_rcar: Convert to devm_ioremap_resource() | Sachin Kamat | 1 | -3/+4 |
2013-02-21 | libata: add R-Car SATA driver | Vladimir Barinov | 1 | -0/+910 |