summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: Do not include <scsi.h>Andrey Smirnov2019-03-111-1/+0
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+2
* ata: ide-sff: add LBA48 supportAntony Pavlov2017-03-302-11/+46
* ATA: mvebu: select DISK_ATALucas Stach2017-03-221-0/+1
* ata: new driver to support the internal sata controller on Armada-XPUwe Kleine-König2017-03-023-0/+132
* ata: ide-sff: don't call free for ide_port in error pathUwe Kleine-König2017-01-181-5/+4
* ata/ahci: simplify ahci_read_idUwe Kleine-König2017-01-101-6/+1
* ata: pata-imx: simplify assignment of device nameUwe Kleine-König2017-01-101-7/+1
* ATA: platform_ide: Fix resource allocationAlexander Shiyan2016-05-231-9/+5
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-0/+9
|\
| * ATA: Implement a hook for 'devinfo'Andrey Smirnov2016-04-281-0/+9
* | Merge branch 'for-next/include-pdata'Sascha Hauer2016-05-092-2/+2
|\ \
| * | include: Move ide platform_data to include/platform_dataSascha Hauer2016-04-152-2/+2
| |/
* | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-092-2/+2
|\ \
| * | string: Fix (v)asprintf prototypesSascha Hauer2016-04-152-2/+2
| |/
* / sata-imx: Fix a typoAndrey Smirnov2016-04-281-1/+1
|/
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-074-11/+24
* ata: disk_ata_drive: remove obsolete check for ID validityPeter Mamonov2015-11-021-17/+0
* ata: intf_platform_ide: add OF bindingsPeter Mamonov2015-09-241-5/+25
* ata: ide-sff: fix integer overflow in ata_wait_ready()Peter Mamonov2015-09-041-1/+1
* ata: sata-imx: Add delay to prevent link timeoutSascha Hauer2015-07-311-0/+2
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* AHCI: convert to streaming DMA opsLucas Stach2015-03-061-3/+10
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-6/+9
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-164-5/+13
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-3/+3
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-0/+1
* ata: platform_ide: cleanup resource requestingSascha Hauer2014-09-121-25/+22
* sandbox: allow "make ARCH=sandbox allyesconfig"Holger Schurig2014-07-221-0/+1
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-112-10/+0
* Merge branch 'for-next/misc'Sascha Hauer2014-05-051-3/+0
|\
| * ata: pata-imx: Remove unused variableAlexander Shiyan2014-04-231-3/+0
* | x86: Add support for IDE on the legacy I/O portsMichel Stam2014-04-082-21/+114
|/
* sata-imx: i.MX53, use the internal 120MHz clock by defaultEric Bénard2014-02-101-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-12-064-1/+5
|\
| * barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
| * treewide: Add missing includesSascha Hauer2013-11-084-0/+4
* | ata: pata-imx: Add missing NULL entry in dt idsSascha Hauer2013-12-021-0/+2
|/
* ata: ide-sff: Add missing wait for ready in write functionSascha Hauer2013-09-271-0/+3
* ata: Make 'already initialized' a debug messageSascha Hauer2013-06-211-1/+1
* ata: pata-imx: implement detect callback for hardware deviceSascha Hauer2013-06-211-0/+10
* ata: ide: embed ata_ioports into struct ide_port and export itSascha Hauer2013-06-213-49/+38
* ata: i.MX pata: Add devicetree probe supportSascha Hauer2013-06-191-1/+15
* ata: ide: Allow to set the devicenameSascha Hauer2013-06-194-9/+20
* ata: i.MX sata: Add devicetree probe supportSascha Hauer2013-06-061-0/+13
* ata: ahci: Allow 'detect' on hardware deviceSascha Hauer2013-06-061-0/+16
* ata: implement detectSascha Hauer2013-06-061-5/+19
* ata: ahci: only use lba48 on drives which support itSascha Hauer2013-06-061-4/+15