linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-17 10:57:15 to 2018-09-10 05:22:04 UTC [more...]

[PATCH 0/5] introduce setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 functions
 2018-09-10  5:22 UTC  (11+ messages)
` [PATCH 1/5] powerpc: rename setbits32/clrbits32 to setbits32_be/clrbits32_be
` [PATCH 2/5] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h
` [PATCH RFC 3/5] coccinelle: add xxxsetbitsXX converting spatch
` [PATCH 4/5] net: ethernet: stmmac: use xxxsetbits32
` [PATCH 5/5] ata: ahci_sunxi: use xxxsetbits32 functions

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-09 21:12 UTC  (13+ messages)

[PATCH 11/11] compat_ioctl: move tape handling into drivers
 2018-09-09  4:37 UTC  (2+ messages)

[PATCH v3] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-09-07 16:36 UTC  (6+ messages)

[PATCH v3] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-09-06 12:54 UTC  (4+ messages)

[PATCH v2] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-09-05 20:21 UTC  (3+ messages)

[PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI
 2018-09-05  7:25 UTC  (14+ messages)
  ` [PATCH v5 1/9] dt-bindings: ata: ahci-platform: fix indentation of target-supply
  ` [PATCH v5 2/9] ata: ahci_platform: add support for AHCI controller regulator
  ` [PATCH v5 3/9] dt-bindings: ata: ahci-platform: document ahci-supply
  ` [PATCH v5 4/9] ata: ahci_platform: add support for PHY controller regulator
  ` [PATCH v5 5/9] dt-bindings: ata: ahci-platform: document phy-supply
  ` [PATCH v5 6/9] ata: ahci_sunxi: add support for r40
  ` [PATCH v5 7/9] dt-bindings: ata: update ahci_sunxi bindings
  ` [PATCH v5 8/9] ARM: dts: sun8i: r40: add sata node
` [PATCH v5 9/9] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI

[PATCH v4 00/13] ata: ahci_platform: support allwinner R40 AHCI
 2018-09-03  8:31 UTC  (36+ messages)
  ` [PATCH v4 01/13] dt-bindings: ata: ahci-platform: fix indentation of target-supply
  ` [PATCH v4 02/13] ata: ahci_platform: add support for AHCI controller regulator
  ` [PATCH v4 03/13] dt-bindings: ata: ahci-platform: document ahci-supply
  ` [PATCH v4 04/13] phy: Add sun4i-a10-phy-sata driver
  ` [PATCH v4 05/13] dt-bindings: phy: document sun4i-a10-sata-phy
  ` [PATCH v4 06/13] dt-bindings: ata: update ahci_sunxi bindings
  ` [PATCH v4 07/13] ata: ahci_sunxi: Bypass PHY init when using the new binding
  ` [PATCH v4 08/13] ata: ahci_sunxi: add support for r40
  ` [PATCH v4 10/13] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI
  ` [PATCH v4 11/13] ARM: dts: sun7i: a20: add sata-port/sata-phy nodes
  ` [PATCH v4 12/13] ARM: dts: sun4i: a10: "
  ` [PATCH v4 13/13 DONOTMERGE] ata: ahci_sunxi: remove PHY code
` [PATCH v4 09/13] ARM: dts: sun8i: r40: add sata node

[PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers
 2018-08-29  0:34 UTC  (7+ messages)
` [PATCH v2 1/3] ata: add an extra argument to ahci_platform_get_resources()
` [PATCH v2 2/3] ata: libahci_platform: add reset control support
` [PATCH v2 3/3] ata: ahci_platform: enable to get and control reset

[PATCH] ata: ahci: Convert to using %pOFn instead of device_node.name
 2018-08-28 14:44 UTC  (2+ messages)

[PATCH] ata: ftide010: Add a quirk for SQ201
 2018-08-27 20:26 UTC  (4+ messages)

[PATCH] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-08-27 19:13 UTC  (3+ messages)

[PATCH] MAINTAINERS: libata pata: fix Jens Axboe's email address
 2018-08-27 14:28 UTC  (2+ messages)

[GIT PULL] libata changes for v4.19-rc1
 2018-08-24 18:53 UTC 

[PATCH] libata: Add missing newline at end of file
 2018-08-24  2:34 UTC  (2+ messages)

[PATCH 00/14] ata: ahci-platform: add reset control support except for existing drivers
 2018-08-22 10:06 UTC  (19+ messages)
` [PATCH 01/14] ata: ahci-platform: add reset control support and the flag to specify using reset
` [PATCH 02/14] ata: ahci_brcm: add second argument of ahci_platform_get_resources()
` [PATCH 03/14] ata: ahci_ceva: "
` [PATCH 04/14] ata: ahci_da850: "
` [PATCH 05/14] ata: ahci_dm816: "
` [PATCH 06/14] ata: ahci_imx: "
` [PATCH 07/14] ata: ahci_brcm: "
` [PATCH 08/14] ata: ahci_mvebu: "
` [PATCH 09/14] ata: ahci_qoriq: "
` [PATCH 10/14] ata: ahci_seattle: "
` [PATCH 11/14] ata: ahci_st: "
` [PATCH 12/14] ata: ahci_sunxi: "
` [PATCH 13/14] ata: ahci_tegra: "
` [PATCH 14/14] ata: ahci_xgene: "

[GIT] IDE
 2018-08-22  5:17 UTC 

[PATCHv2] ide: Use NULL to compare with pointer-typed value rather than 0
 2018-08-18 16:26 UTC  (6+ messages)

[PATCH] ide: Use NULL to compare with pointer-typed value rather than 0
 2018-08-18  6:16 UTC  (2+ messages)

[PATCH] ide-tape: remove redundant variable buffer_size
 2018-08-13 18:50 UTC  (2+ messages)

[PATCH] ide: remove redundant variables queue_run_ms and left
 2018-08-13 18:50 UTC  (2+ messages)

[PATCH] ide: mark expected switch fall-throughs
 2018-08-13 18:50 UTC  (2+ messages)

[Regression] libata: sata_down_spd_limit should return if driver has not recorded sstatus speed
 2018-08-10 20:41 UTC 

linux: sata_nv: adma support
 2018-08-09 11:48 UTC  (5+ messages)

[PATCH v2 0/9] block: Consolidate scsi sense buffer usage
 2018-08-07  5:44 UTC  (29+ messages)
` [PATCH v2 1/9] ide-cd: Drop unused sense buffers
` [PATCH v2 2/9] scsi: cxlflash: "
` [PATCH v2 3/9] scsi: build scsi_common.o for all scsi passthrough request users
` [PATCH v2 4/9] target: don't depend on SCSI
` [PATCH v2 5/9] block: Switch struct packet_command to use struct scsi_sense_hdr
` [PATCH v2 6/9] ide-cd: Remove redundant sense buffer
` [PATCH v2 7/9] cdrom: Use struct scsi_sense_hdr internally
` [PATCH v2 8/9] libata-scsi: Move sense buffers onto stack
` [PATCH v2 9/9] scsi: Check sense buffer size at build time

linux-next: Tree for Aug 1
 2018-08-02 16:57 UTC  (6+ messages)

[PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI
 2018-07-31 19:52 UTC  (12+ messages)

[PATCH 0/2] ata: libahci: devslp fixes
 2018-07-30 17:33 UTC  (5+ messages)

[PATCH v2 0/2] ata: ahci: Enable DEVSLP by default on SLP_S0 support
 2018-07-30 14:10 UTC  (5+ messages)
` [PATCH v2 1/2] ata: ahci: Support state with min power but Partial low power state
` [PATCH v2 2/2] ata: ahci: Enable DEVSLP by default on x86 with SLP_S0

[PATCH 0/2] ata: ahci: Enable DEVSLP by default on SLP_S0 support
 2018-07-27 12:36 UTC  (4+ messages)
` [PATCH 1/2] ata: ahci: Support state with min power but Partial low power state
` [PATCH 2/2] ata: ahci: Enable DEVSLP by default on x86 with SLP_S0

[PATCH] Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"
 2018-07-24 16:47 UTC  (5+ messages)

Occasional `READ LOG DMA EXT failed, trying PIO` with Crucial CT1000MX500SSD4
 2018-07-23 11:07 UTC 

[UPDATE][PATCH 2/2] ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
 2018-07-20 13:50 UTC 

[RFC PATCH v2 0/2] ata: ahci: Enable DEVSLP by default on SLP_S0 support
 2018-07-19 13:13 UTC  (5+ messages)
` [RFC PATCH v2 1/2] ata: ahci: Support state with min power and Partial low power state

[PATCH v3 0/9] ata: ahci_platform: support allwinner R40 AHCI
 2018-07-19  0:16 UTC  (5+ messages)
` [PATCH v3 4/9] dt-bindings: ata: ahci-platform: document AHCI reset


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).