summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_rcar.c
Commit message (Expand)AuthorAgeFilesLines
* ata: sata_rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
* ata: sata_rcar: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-021-3/+1
* ata: sata_rcar: Remove unnecessary return value checkYangtao Li2023-08-021-2/+0
* ata: sata_rcar: drop useless initializerYangtao Li2023-08-021-2/+1
* ata: Explicitly include correct DT includesRob Herring2023-08-021-1/+1
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: sata_rcar: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-1/+1
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-2/+2
* ata: sata_rcar: drop unused #define'sSergey Shtylyov2022-02-191-4/+0
* ata: sata_rcar: make sata_rcar_ata_devchk() return 'bool'Sergey Shtylyov2022-02-191-4/+3
* ata: libata: make ata_host_suspend() *void*Sergey Shtylyov2022-02-191-10/+8
* ata: libata: remove debug compilation switchesHannes Reinecke2022-01-051-1/+0
* ata: sata_rcar: Drop pointless VPRINTK() callsHannes Reinecke2022-01-051-16/+1
* ata: sata_rcar: replace DPRINTK() with ata_port_dbg()Hannes Reinecke2022-01-051-1/+1
* ata: libata: tracepoints for bus-master DMAHannes Reinecke2022-01-051-2/+0
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-4/+0
* ata: sata_rcar: Fix DMA boundary maskGeert Uytterhoeven2020-10-161-1/+1
* sata_rcar: handle pm_runtime_get_sync failure casesNavid Emamdoost2020-06-041-4/+7
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-2/+4
* sata_rcar: Remove ata_host_alloc() error printingGeert Uytterhoeven2019-05-091-1/+0
* sata_rcar: fix deferred probingSergei Shtylyov2018-12-101-1/+3
* sata_rcar: convert to SPDX identifiersKuninori Morimoto2018-11-081-5/+1
* ata: sata_rcar: exclude setting of PHY registers in Gen3Masaharu Hayakawa2018-08-061-2/+2
* ata: sata_rcar: really mask all interrupts on Gen2 and laterWolfram Sang2018-08-061-7/+13
* ata: sata_rcar: Add rudimentary Runtime PM supportGeert Uytterhoeven2018-07-231-22/+18
* ata: sata_rcar: Provide a short-hand for &pdev->devGeert Uytterhoeven2018-07-231-8/+8
* ata: sata_rcar: Remove unused variable in sata_rcar_init_controller()Geert Uytterhoeven2018-02-131-1/+0
* sata_rcar: Reset SATA PHY when Salvator-X board resumesKhiem Nguyen2018-02-121-23/+40
* ata: sata_rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-041-6/+1
* ata: sata_rcar: add gen[23] fallback compatibility stringsSimon Horman2017-07-151-0/+8
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-07-061-1/+1
|\
| * ata: sata_rcar: make of_device_ids const.Arvind Yadav2017-06-191-1/+1
* | ata: sata_rcar: Handle return value of clk_prepare_enableArvind Yadav2017-05-161-3/+12
|/
* ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz2017-01-101-2/+2
* ata: sata_rcar: Remove obsolete platform_device_id entriesGeert Uytterhoeven2015-11-241-12/+3
* sata_rcar: Add compatible string for r8a7795Kouei Abe2015-11-201-0/+4
* ata: sata_rcar: Remove obsolete sata-r8a779* platform_device_id entriesGeert Uytterhoeven2015-07-141-4/+0
* sata_rcar: extend PM methodsMikhail Ulyanov2015-01-191-2/+23
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ata: sata_rcar: Add r8a7793 device supportKoji Matsuoka2014-10-271-0/+5
* | ata: sata_rcar: Disable DIPM mode for r8a7790 ES1Simon Horman2014-10-271-0/+10
|/
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-2/+2
* sata_rcar: Add R-Car Gen2 SATA PHY supportValentine Barshak2013-11-291-16/+102
* sata_rcar: Convert to clk_prepare/unprepareLaurent Pinchart2013-10-291-5/+5
* drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-4/+1
* Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo2013-07-021-12/+13
|\
| * sata_rcar: fix compilation warning in sata_rcar_thaw()Sergei Shtylyov2013-06-031-1/+1
| * sata_rcar: fix interrupt handlingSergei Shtylyov2013-06-021-12/+11