linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 11:54:29 to 2020-11-09 22:19:00 UTC [more...]

[Bug 205107] New: No HDD spindown/parking on shutdown
 2020-11-09 22:18 UTC  (2+ messages)
` [Bug 205107] "

[PATCH v3 0/9] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-11-09 17:39 UTC  (10+ messages)
` [PATCH v3 1/9] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v3 2/9] ata: ahci: mvebu: Support A8k compatible
` [PATCH v3 3/9] ata: libahci_platform: Do not try to get an IRQ when AHCI_HFLAG_MULTI_MSI is set
` [PATCH v3 4/9] ata: ahci: add ack callback to multi irq handler
` [PATCH v3 5/9] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v3 6/9] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v3 7/9] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v3 8/9] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v3 9/9] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH v2 0/9] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-11-09 17:25 UTC  (14+ messages)
` [PATCH v2 1/9] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v2 2/9] ata: ahci: mvebu: Support A8k compatible
` [PATCH v2 3/9] ata: ahci: custom irq init for host init
` [PATCH v2 4/9] ata: ahci: add ack callback to multi irq handler
` [PATCH v2 5/9] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v2 6/9] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v2 7/9] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v2 8/9] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v2 9/9] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH v2 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-11-06 19:17 UTC  (2+ messages)
` [PATCH v2 2/2] "

[PATCH v1 0/4] Add AHCI support for Tegra186
 2020-11-06 17:18 UTC  (10+ messages)
` [PATCH v1 1/4] dt-bindings: ata: tegra: Convert binding documentation to YAML
` [PATCH v1 2/4] dt-binding: ata: tegra: Add dt-binding documentation for Tegra186
` [PATCH v1 3/4] arm64: tegra: Enable AHCI on Jetson TX2
` [PATCH v1 4/4] ata: ahci_tegra: Add AHCI support for Tegra186

[RESEND PATCH] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
 2020-11-05 10:33 UTC  (2+ messages)

[Query] Help understanding logs from libata-eh.c
 2020-11-04 10:06 UTC 

[PATCH] libata: Increase the timeout of command ATA_CMD_READ_LOG_DMA_EXT
 2020-11-03  8:23 UTC  (2+ messages)

simplify gendisk lookup and remove struct block_device aliases v4
 2020-10-31  8:53 UTC  (29+ messages)
` [PATCH 01/18] block: cleanup del_gendisk a bit
` [PATCH 02/18] block: open code kobj_map into in block/genhd.c
` [PATCH 03/18] block: split block_class_lock
` [PATCH 04/18] block: rework requesting modules for unclaimed devices
` [PATCH 05/18] block: add an optional probe callback to major_names
` [PATCH 06/18] ide: remove ide_{,un}register_region
` [PATCH 07/18] swim: don't call blk_register_region
` [PATCH 08/18] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 09/18] brd: use __register_blkdev to allocate devices on demand
` [PATCH 10/18] loop: "
` [PATCH 11/18] md: "
` [PATCH 12/18] ide: switch to __register_blkdev for command set probing
` [PATCH 13/18] floppy: use a separate gendisk for each media format
` [PATCH 14/18] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 15/18] ataflop: use a separate gendisk for each media format
` [PATCH 16/18] z2ram: reindent
` [PATCH 17/18] z2ram: use separate gendisk for the different modes
  ` [PATCH] z2ram: MODULE_LICENSE update and neatening
` [PATCH 18/18] block: switch gendisk lookup to a simple xarray

[GIT PULL] libata fix for 5.10-rc
 2020-10-30 22:10 UTC  (2+ messages)

[PATCH] ide: Prevent some negative shifts in ide_set_ignore_cable()
 2020-10-30 11:51 UTC 

[PATCH v2] libata: Fix retrieving of active qcs
 2020-10-28 13:58 UTC  (9+ messages)

[PATCH 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-10-27 15:14 UTC  (18+ messages)
` [PATCH 1/7] ata: ahci: mvebu: Rename a platform data flag
` [PATCH 2/7] ata: ahci: mvebu: Support A8k compatible
` [PATCH 3/7] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH 4/7] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH 5/7] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH 6/7] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH 7/7] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[GIT PULL] libata fixes for 5.10-rc1
 2020-10-24 19:55 UTC  (2+ messages)

[PATCH v3 08/56] ata: fix some kernel-doc markups
 2020-10-23 18:21 UTC  (2+ messages)

[PATCH v3] ata: sata_rcar: Fix DMA boundary mask
 2020-10-18  9:59 UTC  (6+ messages)

[GIT PULL] libata updates for 5.10-rc1
 2020-10-13 20:33 UTC  (2+ messages)

Warning shown twice: supports DRM functions and may not be fully accessible
 2020-10-10 11:32 UTC 

[PATCH] ata: ahci: mvebu: Make SATA PHY optional for Armada 3720
 2020-10-09 18:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove LIBATA PATA DRIVERS entry
 2020-10-09 15:31 UTC  (2+ messages)

[v5 00/12] Add persistent durable identifier to storage log messages
 2020-10-08 20:49 UTC  (14+ messages)
` [v5 01/12] struct device: Add function callback durable_name

[ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
 2020-10-08 20:40 UTC  (5+ messages)

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (37+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-05 16:52 UTC  (24+ messages)

[PATCH][next] pata_cmd64x: Use fallthrough pseudo-keyword
 2020-10-02 23:52 UTC  (2+ messages)

[PATCH] ahci: qoriq: enable acpi support in qoriq ahci driver
 2020-10-02 20:53 UTC  (2+ messages)

[PATCH -next] sata, highbank: simplify the return expression of ahci_highbank_suspend
 2020-10-02 20:53 UTC  (2+ messages)

[PATCH] ahci: Add Intel Rocket Lake PCH-H RAID PCI IDs
 2020-10-02 20:52 UTC  (2+ messages)

[PATCH V2 0/2] ata: ahci: ceva: Update the driver to support xilinx GT phy
 2020-09-29 18:09 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: ata: ahci: ceva: Update documentation for CEVA Controller

[PATCH 4.4 83/85] ata: define AC_ERR_OK
 2020-09-29 11:00 UTC  (3+ messages)
` [PATCH 4.4 84/85] ata: make qc_prep return ata_completion_errors
` [PATCH 4.4 85/85] ata: sata_mv, avoid trigerrable BUG_ON

[PATCH 4.14 164/166] ata: define AC_ERR_OK
 2020-09-29 11:01 UTC  (3+ messages)
` [PATCH 4.14 165/166] ata: make qc_prep return ata_completion_errors
` [PATCH 4.14 166/166] ata: sata_mv, avoid trigerrable BUG_ON

[PATCH 4.19 242/245] ata: define AC_ERR_OK
 2020-09-29 11:01 UTC  (3+ messages)
` [PATCH 4.19 243/245] ata: make qc_prep return ata_completion_errors
` [PATCH 4.19 244/245] ata: sata_mv, avoid trigerrable BUG_ON


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