linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-31 16:21:15 to 2013-09-20 10:19:54 UTC [more...]

[RFC PATCH 00/15] Add SATA support for TI OMAP5 and DRA7 SoCs
 2013-09-20 10:19 UTC  (21+ messages)
` [RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy
` [RFC PATCH 02/15] phy: omap-control: Update DT binding information
` [RFC PATCH 03/15] ARM: dts: omap5: Add clocks to usb3_phy node
  ` [RFC PATCH 04/15] phy: omap-pipe3: use generic clock names
  ` [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
` [RFC PATCH 05/15] phy: omap-pipe3: Add SATA DPLL support
` [RFC PATCH 06/15] phy: omap-pipe3: update compatibility string and DT binding
` [RFC PATCH 07/15] ARM: dts: omap5: Update usb3phy node
` [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
` [RFC PATCH 10/15] ARM: omap5: hwmod: Add ocp2scp3 and sata hwmods
` [RFC PATCH 11/15] arm: omap5: hwmod: add missing ocp2scp hwmod data
` [RFC PATCH 12/15] ARM: dts: omap5: add ocp2scp1 address resource
` [RFC PATCH 13/15] arm: dts: omap5: add sata node
` [RFC PATCH 14/15] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods
` [RFC PATCH 15/15] arm: dts: dra7: add sata node

[PATCH v2 0/6] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
 2013-09-20  8:24 UTC  (45+ messages)
` [PATCH v2 1/6] PCI/MSI: Introduce "
` [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
                        ` [PATCH 1/9] PCI/MSI/PPC: Fix wrong RTAS error code reporting
                        ` [PATCH 2/9] PCI/MSI/PPC: Make return values only 0/-errno when MSIs allocated
                        ` [PATCH 3/9] PCI/MSI/x86: "
                        ` [PATCH 4/9] PCI/MSI/MIPS: "
                        ` [PATCH 2/9] PCI/MSI/PPC: Make return values only 0/-errno when MSIs allocated[PATCH 5/9] PCI/MSI/s390: "
                          ` scrap this one
                        ` [PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
                        ` [PATCH 6/9] PCI/MSI/s390: Remove superfluous check of MSI type
                        ` [PATCH 7/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
                        ` [PATCH 8/9] PCI/MSI: Fix return value when populate_msi_sysfs() failed
                        ` [PATCH 9/9] PCI/MSI: Make return values only 0/-errno when MSIs allocated
` [PATCH v2 3/6] MSI/x86: Support pci_enable_msi_block_part() interface
` [PATCH v2 4/6] AHCI: Conserve interrupts with "
` [PATCH v2 5/6] AHCI: Check MRSM bit when multiple MSIs enabled
` [PATCH v2 6/6] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface

[PATCH 00/51] DMA mask changes
 2013-09-20  1:21 UTC  (53+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 12/51] DMA-API: net: intel/e1000: "
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [PATCH 24/51] DMA-API: dma: pl330: "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
  ` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
  ` [PATCH 05/51] DMA-API: net: intel/igbvf: "
  ` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
  ` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 11/51] DMA-API: net: emulex/benet: "
  ` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
  ` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
  ` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory

System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset
 2013-09-18 22:27 UTC  (15+ messages)

Use-after-free in ata_qc_issue
 2013-09-18 18:45 UTC 

[PATCH] ahci: Changing two module params with static and __read_mostly
 2013-09-18 12:21 UTC  (4+ messages)
` [PATCH V2] "

[PATCH] BIOS SATA legacy mode failure
 2013-09-18  1:35 UTC  (6+ messages)

Unique product for your needs
 2013-09-17 21:38 UTC 

[PATCH] ide: cs5536: use module_pci_driver()
 2013-09-16  4:58 UTC 

[PATCH] pata_isapnp: Don't use invalid I/O ports
 2013-09-13 21:44 UTC  (3+ messages)

Exclusive offer, feel it for real
 2013-09-12 12:13 UTC 

[PATCH/RESEND 1/2] Hard disk S3 resume time optimization
 2013-09-10 20:23 UTC  (3+ messages)

[PATCH] ide: pmac: Remove casting the return value which is a void pointer
 2013-09-09  5:41 UTC 

Клиентские базы тeл +79IЗ79З63Ч2
 2013-09-09  5:28 UTC 

[PATCH/RESEND 2/2] Hard disk S3 resume time optimization
 2013-09-06 17:03 UTC  (4+ messages)

[GIT] Sparc
 2013-09-06  2:54 UTC  (3+ messages)

[GIT] IDE
 2013-09-05 20:44 UTC 

[PATCH 2/2] ide: sgiioc4: Staticize ioc4_ide_attach_one()
 2013-09-05 19:38 UTC  (2+ messages)

[PATCH 1/2] ide: palm_bk3710: add missing __iomem annotation
 2013-09-05 19:38 UTC  (2+ messages)

[PATCH 27/35] ide: use dev_get_platdata()
 2013-09-05 19:38 UTC  (2+ messages)

[PATCH] ide-disk_proc: use macro to replace magic number
 2013-09-05 19:38 UTC  (2+ messages)

[PATCH] ide: replace strict_strtol() with kstrtol()
 2013-09-05 19:38 UTC  (2+ messages)

[PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
 2013-09-04 18:51 UTC  (26+ messages)
` [PATCH 1/4] PCI/MSI: Introduce "
` [PATCH 2/4] MSI/x86: Support "
` [PATCH 3/4] AHCI: Conserve interrupts with "
          ` [PATCH v2 "
` [PATCH 4/4] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
  ` [PATCH v2 "

[PATCH v2 0/8] Drop support for Renesas H8/300 architecture
 2013-09-04  1:53 UTC  (7+ messages)

open file
 2013-09-03 18:50 UTC 

[GIT PULL] libata changes for v3.12-rc1
 2013-09-03 14:44 UTC 

[PATCH] libata: bugfix: Remove __le32 in ata_tf_to_fis
 2013-09-03 14:39 UTC  (2+ messages)

[PATCH] Remove endianness attribute in ata_tf_to_fis
 2013-09-01 13:21 UTC  (4+ messages)
` [PATCH] libata: Remove unneeded __le32 "

Data corruption when using INIC-1623TA2 controller
 2013-08-31 20:17 UTC  (6+ messages)
                ` [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental


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