linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-01 14:44:47 to 2014-02-22 15:53:30 UTC [more...]

(unknown),
 2014-02-22 15:53 UTC  (2+ messages)
  ` [PATCH v7 01/15] libahci: Allow drivers to override start_engine

[PATCH v6 00/18] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
 2014-02-22 10:09 UTC  (32+ messages)
  ` [PATCH v6 01/18] libahci: Allow drivers to override start_engine
  ` [PATCH v6 02/18] libahci: Move ahci_host_priv declaration to include/linux/ahci.h
  ` [PATCH v6 03/18] ahci-platform: Pass ahci_host_priv ptr to ahci_platform_data init method
  ` [PATCH v6 04/18] ahci-platform: Add support for devices with more then 1 clock
  ` [PATCH v6 05/18] ahci-platform: Add support for an optional regulator for sata-target power
  ` [PATCH v6 06/18] ahci-platform: Add enable_ / disable_resources helper functions
  ` [PATCH v6 07/18] ahci-platform: "Library-ise" ahci_probe functionality
  ` [PATCH v6 08/18] ahci-platform: "Library-ise" suspend / resume functionality
  ` [PATCH v6 09/18] ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform
  ` [PATCH v6 10/18] ahci-imx: Port to library-ised ahci_platform
  ` [PATCH v6 11/18] ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller
  ` [PATCH v6 12/18] ata: ahci_platform: Update DT compatible list
  ` [PATCH v6 13/18] ata: ahci_platform: Manage SATA PHY
  ` [PATCH v6 14/18] ata: ahci_platform: Add 'struct device' argument to ahci_platform_put_resources()
  ` [PATCH v6 15/18] ata: ahci_platform: runtime resume the device before use
  ` [PATCH v6 16/18] ARM: sun4i: dt: Remove grouping + simple-bus compatible for regulators
  ` [PATCH v6 17/18] ARM: sun4i: dt: Add ahci / sata support
  ` [PATCH v6 18/18] ARM: sun7i: "

[PATCH v12 0/3] ata: Add APM X-Gene SoC AHCI SATA host controller support
 2014-02-21 19:00 UTC  (6+ messages)
  ` [PATCH v12 1/3] Documentation: Add documentation for APM X-Gene SoC SATA host controller DTS binding
    ` [PATCH v12 2/3] ata: Add APM X-Gene SoC AHCI SATA host controller driver
      ` [PATCH v12 3/3] arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries

[PATCH v10 0/4] PHY: Add APM X-Gene SoC 15Gbps Multi-purpose PHY support
 2014-02-21 17:46 UTC  (5+ messages)
` [PATCH v10 1/4] PHY: Add function set_speed to generic PHY framework
  ` [PATCH v10 2/4] Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation
      ` [PATCH v10 3/4] PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
        ` [PATCH v10 4/4] arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries

[PATCH v11 0/3] ata: Add APM X-Gene SoC AHCI SATA host controller support
 2014-02-21 16:06 UTC  (5+ messages)
` [PATCH v11 1/3] Documentation: Add documentation for APM X-Gene SoC SATA host controller DTS binding
  ` [PATCH v11 2/3] ata: Add APM X-Gene SoC AHCI SATA host controller driver
    ` [PATCH v11 3/3] arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries

[GIT PULL] libata fixes for v3.14-rc3
 2014-02-20 14:25 UTC 

[PATCH v2] ata: libahci: replace obsolete simple_strtoul() with kstrtouint()
 2014-02-20  0:09 UTC  (2+ messages)

[PATCH v2] ata: libahci: make ahci_pmp_retry_softreset() as static
 2014-02-20  0:09 UTC  (2+ messages)

[PATCH 3/3] ahci: st: Add support for ST's SATA IP
 2014-02-19 18:06 UTC  (16+ messages)

[PATCH] ata: libahci: make ahci_pmp_retry_softreset() as static
 2014-02-19 14:14 UTC  (3+ messages)

[PATCH v2] ata: ata-samsung_cf: Trivial cleanup in header file
 2014-02-19 13:53 UTC  (3+ messages)

[PATCH] atm: libahci: replace obselete simple_strtoul() with kstrtouint()
 2014-02-19 12:40 UTC  (4+ messages)

[PATCH] ata: libahci: replace obselete simple_strtoul() with kstrtouint()
 2014-02-19  6:18 UTC 

[dma-debug.c - DMA-API] exceeded overlapping … & sym53c8xx … tries to free DMA …
 2014-02-19  4:44 UTC  (6+ messages)
          ` [dma-debug.c - DMA-API] exceeded overlapping ... & sym53c8xx ... tries to free DMA

[PATCH] ata: CONFIG_ATA is libata
 2014-02-18 23:27 UTC  (2+ messages)

[PATCH] ATA: SATA_MV: Add missing Kconfig select statememnt
 2014-02-18 22:50 UTC  (5+ messages)
    ` [v3.14-rc3 BUG] 1) panic and 2) SATA not working (Was Re: [PATCH] ATA: SATA_MV: Add missing Kconfig select statememnt)

[PATCH v2 1/2] pata_imx: Use devm_ioremap_resource() to simplify code
 2014-02-18 22:41 UTC  (4+ messages)
` [PATCH v2 2/2] pata_imx: Propagate the real error code on platform_get_irq() failure

[PATCH libata/for-3.14-fixes] ahci: disable NCQ on Samsung pci-e SSDs on macbooks
 2014-02-18 16:30 UTC  (2+ messages)

[PATCH 1/3] pata_imx: Use devm_ioremap_resource() to simplify code
 2014-02-17 22:45 UTC  (6+ messages)
` [PATCH 2/3] pata_imx: Propagate the real error code on platform_get_irq() failure
` [PATCH 3/3] pata_imx: Check the return value from clk_prepare_enable()

[PATCH v9 0/4] PHY: Add APM X-Gene SoC 15Gbps Multi-purpose PHY support
 2014-02-17  7:15 UTC  (5+ messages)
` [PATCH v9 1/4] PHY: Add function set_speed to generic PHY framework
  ` [PATCH v9 2/4] Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation
    ` [PATCH v9 3/4] PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
      ` [PATCH v9 4/4] arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries

[PATCH 1/1] ata: ata-samsung_cf: Trivial cleanup in header file
 2014-02-17  3:38 UTC  (3+ messages)

[REGRESSION] 3.14-rc2 boot failure on Kirkwood (qnap ts-119p+)
 2014-02-16 21:17 UTC  (6+ messages)

[PATCH] ata: sata_mv: Cleanup only the initialized ports
 2014-02-16 15:29 UTC 

[PATCH v10 0/4] ata: Add APM X-Gene SoC SATA host controller support
 2014-02-14 22:05 UTC  (5+ messages)

[LSF/MM TOPIC] SMR: Disrupting recording technology meriting a new class of storage device
 2014-02-13 22:18 UTC  (6+ messages)
        ` [Lsf-pc] "

[PATCH 48/73] drivers/ata: delete non-required instances of include <linux/init.h>
 2014-02-13 21:41 UTC  (2+ messages)

[PATCH V6 00/12]PCI:Add SPEAr13xx PCie support
 2014-02-11  9:29 UTC 

[PATCH 0/1] libata: Get rid of ata_port::qc_allocated bitmask
 2014-02-11  8:40 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH V5 0/8]PCI:Add SPEAr13xx PCie support
 2014-02-10  8:51 UTC  (2+ messages)
` [PATCH V5 5/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to phy driver

WARNING: CPU: 0 PID: 9502 at lib/dma-debug.c:554 debug_dma_assert_idle+0xc4/0x140()
 2014-02-09 18:41 UTC 

[RFC PATCH 00/15] Add SATA support for TI OMAP5 and DRA7 SoCs
 2014-02-07 10:44 UTC  (11+ messages)
` [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY

FW: [LSF/MM TOPIC] New Storage capabilities
 2014-02-07  0:04 UTC 

[PATCH V4 0/8]PCI:Add SPEAr13xx PCie support
 2014-02-06 17:30 UTC  (7+ messages)
` [PATCH V4 5/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to phy driver

[Patch v4 1/3] drivers: phy: Make NULL a valid phy reference
 2014-02-05  5:52 UTC  (10+ messages)
` [Patch v4 2/3] drivers: phy: Add support for optional phys
` [Patch v4 3/3] ata: sata_mv: Fix probe failures with "

[PATCH] ACHI: Attempt to enable a single MSI if block enable fails
 2014-02-04 16:40 UTC  (4+ messages)

[PATCH v5 00/14] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
 2014-02-04 10:20 UTC  (13+ messages)
` [PATCH v5 08/14] ahci-platform: "Library-ise" suspend / resume functionality
` [PATCH v5 13/14] ARM: sun4i: dts: Add ahci / sata support
` [PATCH v5 14/14] ARM: sun7i: "

[PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
 2014-02-03 22:08 UTC  (3+ messages)

[PATCH 1/3] drivers: phy: Make NULL a valid phy reference
 2014-02-03 21:15 UTC  (26+ messages)
  ` [PATCH 2/3] drivers: phy: Add support for optional phys
          ` [patch v2 1/3] drivers: phy: Make NULL a valid phy reference
            ` [patch v2 2/3] drivers: phy: Add support for optional phys
            ` [patch v2 3/3] ata: sata_mv: Fix probe failures with "
                ` [patch v3 "
  ` [PATCH "

[PATCH] block devices: validate block device capacity
 2014-02-03 20:22 UTC  (11+ messages)

[PATCH] ATA: SATA_MV: Fix probe failure when no phy exists
 2014-02-03 18:43 UTC  (8+ messages)

additional model for sata_sil Mod15Write list
 2014-02-03 15:55 UTC  (2+ messages)
` [PATCH libata/for-3.14-fixes] sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYN


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