linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 17:21:08 to 2020-08-28 16:16:54 UTC [more...]

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

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-08-28  7:52 UTC  (69+ messages)
` [PATCH 01/20] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
` [PATCH 02/20] arm64: dts: renesas: r8a774e1: Add PCIe device nodes
` [PATCH 03/20] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
  ` [PATCH 03/20] dt-bindings: ata: renesas, rcar-sata: "
` [PATCH 04/20] arm64: dts: renesas: r8a774e1: Add SATA controller node
` [PATCH 05/20] dt-bindings: phy: renesas,usb2-phy: Add r8a774e1 support
` [PATCH 06/20] arm64: dts: renesas: r8a774e1: Add USB2.0 phy and host (EHCI/OHCI) device nodes
` [PATCH 07/20] dt-bindings: usb: renesas,usb3-peri: Document r8a774e1 support
  ` [PATCH 07/20] dt-bindings: usb: renesas, usb3-peri: "
` [PATCH 08/20] dt-bindings: usb: usb-xhci: "
` [PATCH 09/20] dt-bindings: phy: renesas,usb3-phy: Add "
` [PATCH 10/20] arm64: dts: renesas: r8a774e1: Add USB3.0 device nodes
` [PATCH 11/20] dt-bindings: usb: renesas,usbhs: Add r8a774e1 support
` [PATCH 12/20] dt-bindings: dma: renesas,usb-dmac: Add binding for r8a774e1
` [PATCH 13/20] arm64: dts: renesas: r8a774e1: Add USB-DMAC and HSUSB device nodes
` [PATCH 14/20] dt-bindings: sound: renesas,rsnd: Document r8a774e1 bindings
` [PATCH 15/20] arm64: dts: renesas: r8a774e1: Add audio support
` [PATCH 16/20] dt-bindings: media: renesas,csi2: Add R8A774E1 support
` [PATCH 17/20] dt-bindings: media: renesas,vin: "
` [PATCH 18/20] media: rcar-csi2: Enable support for R8A774E1
` [PATCH 19/20] media: rcar-vin: "
` [PATCH 20/20] arm64: dts: renesas: r8a774e1: Add VIN and CSI-2 nodes

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

[v4 00/11] Add persistent durable identifier to storage log messages
 2020-08-26 18:26 UTC  (30+ messages)
` [v4 01/11] struct device: Add function callback durable_name
` [v4 02/11] create_syslog_header: Add durable name
` [v4 03/11] dev_vprintk_emit: Increase hdr size
` [v4 04/11] scsi: Add durable_name for dev_printk
` [v4 05/11] nvme: Add durable name "
` [v4 06/11] libata: Add ata_scsi_durable_name
  ` [RFC PATCH] libata: ata_scsi_durable_name() can be static
` [v4 07/11] Add durable_name_printk
` [v4 08/11] libata: use durable_name_printk
` [v4 09/11] Add durable_name_printk_ratelimited
` [v4 10/11] print_req_error: Use durable_name_printk_ratelimited
` [v4 11/11] buffer_io_error: "

[PATCH] ide: pci: Fix memleak in ide_pci_init_two
 2020-08-26  9:17 UTC 

[PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-08-25  8:16 UTC  (3+ messages)

[PATCH 00/29] treewide: Convert comma separated statements
 2020-08-25  4:56 UTC  (2+ messages)
` [PATCH 05/29] ata: Avoid "

[PATCH v3] ata: use generic power management
 2020-08-19 18:51 UTC  (6+ messages)

Question on ata_gen_passthru_sense interpretation of fixed format sense buffer
 2020-08-19  4:12 UTC  (4+ messages)

[PATCH] ide/macide: Convert Mac IDE driver to platform driver
 2020-08-18  7:42 UTC 

[PATCH] dt-bindings: ata: Convert i.MX sata to json-schema
 2020-08-17 21:47 UTC  (2+ messages)

[PATCH] ahci: qoriq: enable acpi support in qoriq ahci driver
 2020-08-17  8:22 UTC 

[PATCH] ata: ahci: use ata_link_info() instead of ata_link_printk()
 2020-08-17  3:45 UTC  (2+ messages)

[PATCH] ata: ahci: use ata_link_info() instead of ata_link_printk()
 2020-08-17  3:09 UTC  (2+ messages)

[PATCH v2] ata: sata_rcar: Fix DMA boundary mask
 2020-08-12 14:12 UTC  (2+ messages)

[PATCH 3/3] drivers/clk/clk-asm9260.c
 2020-08-10 20:01 UTC  (3+ messages)

[PATCH] ata: sata_rcar: Fix DMA boundary mask
 2020-08-10 16:52 UTC 

[PATCH] ata: sata_rcar: Fix DMA boundary mask
 2020-08-10 16:49 UTC 

[PATCH v1] ide-acpi: use %*ph to print small buffer
 2020-08-04  1:49 UTC  (2+ messages)

[PATCH v3 0/3] drivers: ide: use generic power management
 2020-08-04  1:49 UTC  (2+ messages)

[PATCH] IDE SUBSYSTEM: Replace HTTP links with HTTPS ones
 2020-08-04  1:49 UTC  (2+ messages)

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-03  6:56 UTC  (10+ messages)
` [RFC PATCH 01/17] ata: "
` [RFC PATCH 13/17] ide: "

[PATCH v2] ata: use generic power management
 2020-07-28 15:51 UTC  (9+ messages)

[PATCH v1] ata: use generic power management
 2020-07-27  7:19 UTC  (5+ messages)

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-27  6:58 UTC  (5+ messages)
` [PATCH v9 02/12] ata: ahci_brcm: Fix use of BCM7216 reset controller

[RFC PATCH v3 5/8] ata_dev_printk: Use dev_printk
 2020-07-24  8:50 UTC  (10+ messages)

[PATCH v8 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-20 23:27 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).