messages from 2014-01-17 12:00:20 to 2014-01-27 11:03:36 UTC [more...]
[PATCH v5 00/14] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
2014-01-27 11:03 UTC (20+ messages)
` [PATCH v5 01/14] libahci: Allow drivers to override start_engine
` [PATCH v5 02/14] libahci: Move ahci_host_priv declaration to include/linux/ahci.h
` [PATCH v5 03/14] ahci-platform: Pass ahci_host_priv ptr to ahci_platform_data init method
` [PATCH v5 04/14] ahci-platform: Add support for devices with more then 1 clock
` [PATCH v5 05/14] ahci-platform: Add support for an optional regulator for sata-target power
` [PATCH v5 06/14] ahci-platform: Add enable_ / disable_resources helper functions
` [PATCH v5 07/14] ahci-platform: "Library-ise" ahci_probe functionality
` [PATCH v5 08/14] ahci-platform: "Library-ise" suspend / resume functionality
` [PATCH v5 09/14] ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform
` [PATCH v5 10/14] ahci-imx: Port to library-ised ahci_platform
` [PATCH v5 11/14] ahci-imx: Add imx_ahci_phy_init / _exit helpers
` [PATCH v5 12/14] ahci-imx: Fix link not coming back up after suspend / resume
` [PATCH v5 13/14] ARM: sun4i: dts: Add ahci / sata support
` [PATCH v5 14/14] ARM: sun7i: "
[PATCH v2 0/3] Fix SATA disk hotplug for Armada 370/XP SoCs
2014-01-26 7:32 UTC (3+ messages)
` [PATCH v2 2/3] ata: sata_mv: fix "
[PATCH] ata: pata_imx: Check the return value from clk_prepare_enable()
2014-01-25 21:46 UTC
[PATCH V2 3/8] ahci: Add a driver_data field to struct ahci_platform_data
2014-01-25 5:36 UTC (8+ messages)
` [PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver
LSF/MM 2014 Call For Proposals
2014-01-24 15:44 UTC (52+ messages)
` [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes
` [Lsf-pc] "
3.12-rc5 and overwritten partition table - by powertop?
2014-01-23 12:17 UTC (2+ messages)
[PATCH] ATA: SATA_MV: Add missing Kconfig select statememnt
2014-01-22 19:56 UTC
[PATCH v5 0/4] ata: ahci_platform: Add PHY support and OMAP support
2014-01-22 8:28 UTC (12+ messages)
` [PATCH v5 1/4] ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller
` [PATCH v5 2/4] ata: ahci_platform: Update DT compatible list
` [PATCH v5 3/4] ata: ahci_platform: Manage SATA PHY
` [PATCH v5 4/4] ata: ahci_platform: runtime resume the device before use
[PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
2014-01-22 7:25 UTC (16+ messages)
` [PATCH RFC v4 01/10] libahci: Allow drivers to override start_engine
` [PATCH RFC v4 02/10] libahci: Move ahci_host_priv declaration to include/linux/ahci.h
` [PATCH RFC v4 03/10] ahci-platform: Pass ahci_host_priv ptr to ahci_platform_data init method
` [PATCH RFC v4 04/10] ahci-platform: Add support for devices with more then 1 clock
` [PATCH RFC v4 05/10] ahci-platform: Add support for an optional regulator for sata-target power
` [PATCH RFC v4 06/10] ahci-platform: Add enable_ / disable_resources helper functions
` [PATCH RFC v4 07/10] ahci-platform: "Library-ise" ahci_probe functionality
` [PATCH RFC v4 08/10] ahci-platform: "Library-ise" suspend / resume functionality
` [PATCH RFC v4 09/10] ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform
` [PATCH RFC v4 10/10] ahci_imx: Port to library-ised ahci_platform
` Re: [PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
[PATCH 48/73] drivers/ata: delete non-required instances of include <linux/init.h>
2014-01-21 21:22 UTC
additional model for sata_sil Mod15Write list
2014-01-21 19:12 UTC
[PATCH 0/1] libata: Get rid of ata_port::qc_allocated bitmask
2014-01-21 15:02 UTC (2+ messages)
` [PATCH 1/1] "
[GIT PULL] libata changes for v3.14-rc1
2014-01-21 10:16 UTC
[PATCH] Quirk for buggy dma source tags with Intel IOMMU
2014-01-21 3:53 UTC (9+ messages)
[PATCH] libata, dt: Add clocks to sata_rcar bindings
2014-01-20 15:29 UTC (4+ messages)
[PATCH 3/4] SATA: MV: Add support for the optional PHYs
2014-01-20 12:47 UTC (4+ messages)
` [PATCH v4 0/4] PHY Driver for Marvell SATA
` [PATCH v4 3/4] SATA: MV: Add support for the optional PHYs
[RFC v3 00/13] ahci: add sunxi driver and cleanup imx driver
2014-01-20 12:28 UTC (56+ messages)
` [RFC v3 01/13] libahci: Allow drivers to override start_engine
` [RFC v3 02/13] sata-highbank: Remove unnecessary ahci_platform.h include
` [RFC v3 03/13] ahci-platform: Fix clk enable/disable unbalance on suspend/resume
` [RFC v3 04/13] ahci-platform: Undo pdata->resume on resume failure
` [RFC v3 05/13] ahci-platform: Pass ahci_host_priv ptr to ahci_platform_data init method
` [RFC v3 06/13] ahci-platform: Add support for devices with more then 1 clock
` [RFC v3 07/13] ahci-platform: Add support for an optional regulator for sata-target power
` [RFC v3 08/13] ahci-platform: Allow specifying platform_data through of_device_id
` [RFC v3 09/13] ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform
` [RFC v3 10/13] ahci_imx: Adjust for ahci_platform managing the clocks
` [RFC v3 11/13] ahci-imx: Don't create a nested platform device from probe
` [RFC v3 12/13] ARM: sun4i: dts: Add ahci / sata support
` [RFC v3 13/13] ARM: sun7i: "
[PATCH v4 0/3] ata: ahci_platform: Add PHY support and OMAP support
2014-01-20 8:20 UTC (6+ messages)
` [PATCH v4 2/3] ata: ahci_platform: Manage SATA PHY
imx6 eSATA
2014-01-19 4:27 UTC (3+ messages)
[PATCH v2 0/9] Phase out pci_enable_msi_block()
2014-01-18 14:59 UTC (7+ messages)
` [PATCH v2 1/9] ahci: Fix broken fallback to single MSI mode
` [PATCH v2 2/9] ahci: Use pci_enable_msi_range()
[PATCH v4 1/2] asynchronous ata port resume
2014-01-18 2:11 UTC (2+ messages)
[PATCH] libahci: correct a misleading comment
2014-01-17 12:10 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).