linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-18 17:33:45 to 2016-04-22 10:50:44 UTC [more...]

[PATCH v1 00/23] ata: sata_dwc_460ex: make it working again
 2016-04-22 10:50 UTC  (27+ messages)
` [PATCH v1 01/23] ata: sata_dwc_460ex: remove incorrect locking
` [PATCH v1 02/23] ata: sata_dwc_460ex: fix crash on offline links without an attached drive
` [PATCH v1 03/23] ata: sata_dwc_460ex: set dma_boundary to 0x1fff
` [PATCH v1 04/23] ata: sata_dwc_460ex: burst size must be in items not bytes
` [PATCH v1 05/23] ata: sata_dwc_460ex: DMA is always a flow controller
` [PATCH v1 06/23] ata: sata_dwc_460ex: select only core part of DMA driver
` [PATCH v1 07/23] ata: sata_dwc_460ex: skip dma setup for non-dma commands
` [PATCH v1 08/23] ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
` [PATCH v1 09/23] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
` [PATCH v1 10/23] ata: sata_dwc_460ex: add phy support
` [PATCH v1 11/23] ata: sata_dwc_460ex: get rid of global data
` [PATCH v1 12/23] ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
` [PATCH v1 13/23] ata: sata_dwc_460ex: remove empty libata callback
` [PATCH v1 14/23] ata: sata_dwc_460ex: get rid of some pointless casts
` [PATCH v1 15/23] ata: sata_dwc_460ex: get rid of incorrect cast
` [PATCH v1 16/23] ata: sata_dwc_460ex: add __iomem to register base pointer
` [PATCH v1 17/23] ata: sata_dwc_460ex: supply physical address of FIFO to DMA
` [PATCH v1 18/23] ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
` [PATCH v1 19/23] ata: sata_dwc_460ex: use readl/writel_relaxed()
` [PATCH v1 20/23] ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
` [PATCH v1 21/23] ata: sata_dwc_460ex: use devm_ioremap
` [PATCH v1 22/23] ata: sata_dwc_460ex: make debug messages neat
` [PATCH v1 23/23] powerpc/4xx: Device tree update for the 460ex DWC SATA

What happened to 
 2016-04-19  0:33 UTC 

[PATCH 0/5] add __init attribute
 2016-04-18 14:55 UTC  (2+ messages)
` [PATCH 5/5] cmd640: "

[PATCH] pata_artop: Use ioread8
 2016-04-18  6:33 UTC  (3+ messages)

[PATCHv2 00/14] ZAC support
 2016-04-15 12:32 UTC  (35+ messages)
` [PATCHv2 01/14] libata: do not attempt to retrieve sense code twice
` [PATCHv2 02/14] libsas: enable FPDMA SEND/RECEIVE
` [PATCHv2 03/14] libsas: Define ATA_CMD_NCQ_NON_DATA
` [PATCHv2 04/14] libata: Separate out ata_dev_config_ncq_send_recv()
` [PATCHv2 05/14] libata: NCQ Encapsulation for READ LOG DMA EXT
` [PATCHv2 06/14] libata: Check log page directory before accessing pages
` [PATCHv2 07/14] libata-trace: decode subcommands
` [PATCHv2 08/14] libata-scsi: Generate sense code for disabled devices
` [PATCHv2 09/14] libata: fixup ZAC device disabling
` [PATCHv2 10/14] libata: implement ZBC IN translation
` [PATCHv2 11/14] libata: Implement ZBC OUT translation
` [PATCHv2 12/14] libata: NCQ encapsulation for ZAC MANAGEMENT OUT
` [PATCHv2 13/14] libata: support device-managed ZAC devices
` [PATCHv2 14/14] libata: support host-aware and host-managed "

libata: check zero power ready status for ZPODD
 2016-04-15  2:34 UTC  (2+ messages)

[PATCH v2] ata: add AMD Seattle platform driver
 2016-04-14 22:14 UTC  (9+ messages)

URGENT REPLY FOR MORE DETAILS
 2016-04-14 21:53 UTC 

URGENT REPLY FOR MORE DETAILS
 2016-04-13 15:29 UTC 

[PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node
 2016-04-11  9:14 UTC  (3+ messages)

need customers?
 2016-04-09  9:05 UTC 

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

[PATCH] ata: sata_dwc_460ex: fix sata_dwc_460ex when using dma transfers
 2016-04-07 17:47 UTC  (2+ messages)

[PATCH] libata-core: Allow longer timeout for drive spinup from PUIS
 2016-04-07 17:46 UTC  (7+ messages)

[PATCH] sata_dwc_460ex: fix burst transaction length
 2016-04-07 17:37 UTC  (2+ messages)

[PATCH 00/12] Block support for zoned drives
 2016-04-07  6:03 UTC  (22+ messages)
` [PATCH 01/12] Add ZBC <-> ZAC xlat support for report, open, close, reset, finish
` [PATCH 02/12] ata-scsi: Translate ReportZones result to big endian
` [PATCH 03/12] BUG: Losing bits on request.cmd_flags
` [PATCH 04/12] Add bio/request flags for using ZBC/ZAC commands
` [PATCH 05/12] Add ioctl to issue ZBC/ZAC commands via block layer
` [PATCH 06/12] Add ata pass-through path for ZAC commands
` [PATCH 07/12] ZDM: New DM target 'zoned'
` [PATCH 08/12] RAID 4/5/6: Indicate parity blocks as 'META'
` [PATCH 09/12] RAID 4/5/6: Fine-grained TRIM enable for ZDM
` [PATCH 10/12] Limit bio_endio recursion
` [PATCH 11/12] Stream Id: Use PID to seed Stream Id construction
` [PATCH 12/12] Block Zoned Control for Userspace

[PATCH 0/4] libata: ZAC support
 2016-04-06  7:51 UTC  (13+ messages)
` [PATCH 1/4] libata: implement ZBC IN translation
` [PATCH 2/4] libata: Implement ZBC OUT translation
` [PATCH 3/4] libata: support device-managed ZAC devices
` [PATCH 4/4] libata: support host-aware and host-managed "

[PATCH v2 0/3] Block BIO support for zoned devices
 2016-04-05 19:29 UTC  (4+ messages)
` [PATCH v2 1/3] Add ZBC <-> ZAC xlat support for report, open, close, reset, finish
` [PATCH v2 2/3] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v2 3/3] Add ioctl to issue ZBC/ZAC commands via block layer

[PATCH 00/14] libata: SATL update
 2016-04-04 19:54 UTC  (23+ messages)
` [PATCH 01/14] libata: Implement NCQ autosense
` [PATCH 02/14] libata: Implement support for sense data reporting
` [PATCH 03/14] libata-scsi: sanitize ata_gen_ata_sense()
` [PATCH 04/14] libata: sanitize ata_tf_read_block()
` [PATCH 05/14] libata-scsi: use scsi_set_sense_information()
` [PATCH 06/14] libata-eh: Set 'information' field for autosense
` [PATCH 07/14] libata-scsi: use ata_scsi_set_sense()
` [PATCH 08/14] libata: evaluate SCSI sense code
` [PATCH 09/14] libata-scsi: generate correct ATA pass-through sense
` [PATCH 10/14] libata: Implement control mode page to select sense format
` [PATCH 11/14] scsi: add scsi_set_sense_field_pointer()
` [PATCH 12/14] libata-scsi: Set field pointer in sense code
` [PATCH 13/14] libata-scsi: set bit pointer for sense code information
` [PATCH 14/14] libata-scsi: Set information sense field for invalid parameter

[PATCH v3 0/3] ahci: add ports-implemented dt bindings
 2016-04-04  5:15 UTC  (6+ messages)
  ` [PATCH v3 1/3] libahci: save port map for forced port map
` [PATCH v3 2/3] ata: ahci-platform: Add ports-implemented DT bindings
` [PATCH v3 3/3] ARM: dts: apq8064: add ahci ports-implemented mask

[PATCH v2 0/3] ahci: add ports-implemented dt bindings
 2016-03-31 20:25 UTC  (9+ messages)
` [PATCH v2 1/3] libahci: save port map for forced port map
` [PATCH v2 2/3] ata: ahci-platform: Add ports-implemented DT bindings
` [PATCH v2 3/3] ARM: dts: apq8064: add ahci ports-implemented mask

[RFC PATCH 0/3] ahci: add ports-implemented dt bindings
 2016-03-31 16:51 UTC  (12+ messages)
` [RFC PATCH 1/3] libahci: save port map for forced port map
` [RFC PATCH 2/3] ata: ahci-platform: Add ports-implemented dt bindings
` [RFC PATCH 3/3] ARM: dts: apq8064: add ahci ports-implemented mask

We need your product,
 2016-03-30 17:26 UTC 

[PATCH] LibATA: Fixup awkward whitespace in warning by removing line continuation
 2016-03-30 17:01 UTC  (2+ messages)

Donation:contact davidcarolm@yahoo.com.hk
 2016-03-30  1:34 UTC 

[GIT] IDE
 2016-03-28 19:45 UTC 

[PATCH v2] ata: sata_rcar: add gen[23] fallback compatibility strings
 2016-03-25  7:49 UTC  (2+ messages)

[PATCH 1/2] drivers/ata: delete unused ata_using_mwdma function
 2016-03-25  2:12 UTC  (2+ messages)
` [PATCH 2/2] drivers/ata: make ata_using_udma return directly and bool

failures due to "libata: disable forced PORTS_IMPL for >= AHCI 1.3 patch"
 2016-03-24 19:14 UTC  (4+ messages)

Hyvää päivää,
 2016-03-24  7:44 UTC 

ATENÇÃO;
 2016-03-23 11:00 UTC 

[PATCH] ide: icside: remove incorrect initconst annotation
 2016-03-20 21:01 UTC  (2+ messages)

[GIT PULL] libata changes for v4.6-rc1
 2016-03-18 18:27 UTC 

[PATCH v1 1/1] ata: sata_dwc_460ex: make driver works again
 2016-03-18 17:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).