linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-28 09:13:41 to 2022-04-20 08:32:47 UTC [more...]

[PATCH] Drop Documentation/ide/
 2022-04-20  8:32 UTC  (7+ messages)

Wycena paneli fotowoltaicznych
 2022-04-20  7:40 UTC 

[BUG] ata: pata_marvell: Warning when probing the module
 2022-04-20  3:04 UTC  (7+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-04-19 23:55 UTC  (51+ messages)
` [PATCH 01/48] ARM: pxa: split mach/generic.h
` [PATCH 02/48] ARM: pxa: make mainstone.h private
` [PATCH 03/48] ARM: pxa: make mach/regs-uart.h private
` [PATCH 04/48] ARM: pxa: remove mach/dma.h
` [PATCH 05/48] ARM: pxa: split up mach/hardware.h
` [PATCH 06/48] ARM: pxa: stop using mach/bitfield.h
` [PATCH 07/48] ARM: pxa: move mach/sound.h to linux/platform_data/
` [PATCH 08/48] ARM: pxa: move regs-lcd.h into driver
` [PATCH 09/48] watchdog: sa1100: use platform device registration
` [PATCH 10/48] ARM: pxa: pxa2xx-ac97-lib: use IRQ resource
` [PATCH 11/48] ARM: pxa: move pcmcia board data into mach-pxa
` [PATCH 12/48] ARM: pxa: make addr-map.h header local
` [PATCH 13/48] ARM: pxa: use pdev resource for palmld mmio
` [PATCH 14/48] ARM: pxa: maybe fix gpio lookup tables
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 16/48] ARM: pxa: poodle: use platform data for poodle asoc driver
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors for audio
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 19/48] ARM: pxa: lubbock: pass udc irqs as resource
` [PATCH 20/48] ARM: pxa: spitz: use gpio descriptors for audio
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 26/48] input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
` [PATCH 27/48] input: touchscreen: mainstone: sync with zylonite driver
` [PATCH 28/48] Input: touchscreen: use wrapper for pxa2xx ac97 registers
` [PATCH 29/48] Input: wm97xx - switch to using threaded IRQ
` [PATCH 30/48] Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
` [PATCH 31/48] ASoC: pxa: use pdev resource for FIFO regs
` [PATCH 32/48] ASoC: pxa: ac97: use normal MMIO accessors
` [PATCH 33/48] ASoC: pxa: i2s: "
` [PATCH 34/48] ARM: pxa: pcmcia: move smemc configuration back to arch
` [PATCH 35/48] ARM: pxa: remove get_clk_frequency_khz()
` [PATCH 36/48] cpufreq: pxa3: move clk register access to clk driver
` [PATCH 37/48] ARM: pxa: move smemc register access from clk to platform
` [PATCH 38/48] ARM: pxa: move clk register definitions to driver
` [PATCH 39/48] power: tosa: simplify probe function
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery
` [PATCH 41/48] ARM: pxa: remove unused mach/bitfield.h
` [PATCH 42/48] ARM: mmp: remove tavorevb board support
` [PATCH 43/48] ARM: mmp: rename pxa_register_device
` [PATCH 44/48] ARM: pxa: move plat-pxa to drivers/soc/
` [PATCH 45/48] ARM: PXA: fix multi-cpu build of xsc3
` [PATCH 46/48] ARM: pxa: move mach/*.h to mach-pxa/
` [PATCH 47/48] ARM: pxa: remove support for MTD_XIP
` [PATCH 48/48] ARM: pxa: convert to multiplatform

[PATCH 0/5] libata.force improvements
 2022-04-17 18:10 UTC  (8+ messages)
` [PATCH 1/5] ata: libata-core: cleanup ata_device_blacklist
` [PATCH 2/5] ata: libata-core: Refactor force_tbl definition
` [PATCH 3/5] ata: libata-core: Improve link flags forced settings
` [PATCH 4/5] ata: libata-core: Allow forcing most horkage flags
` [PATCH 5/5] doc: admin-guide: Update libata kernel parameters

[PATCH v2] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
 2022-04-14  7:45 UTC  (6+ messages)
` [WARNING: UNSCANNABLE EXTRACTION FAILED][PATCH "

Wycena paneli fotowoltaicznych
 2022-04-12  7:56 UTC 

[PATCH v2] ata: pata_via: fix sloppy typing in via_do_set_mode()
 2022-04-13  3:47 UTC  (2+ messages)

[PATCH v2] ata: pata_sil680: fix result type of sil680_sel{dev|reg}()
 2022-04-13  3:46 UTC  (2+ messages)

[PATCH 00/21] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-04-12 12:29 UTC  (63+ messages)
` [PATCH 01/21] dt-bindings: ata: sata: Extend number of SATA ports
` [PATCH 02/21] dt-bindings: ata: Convert AHCI-bindings to DT schema
` [PATCH 03/21] ata: libahci_platform: Explicitly set rc on devres_alloc failure
` [PATCH 04/21] ata: libahci_platform: Convert to using handy devm-ioremap methods
` [PATCH 05/21] ata: libahci_platform: Convert to using devm bulk clocks API
` [PATCH 06/21] ata: libahci_platform: Add function returning a clock-handle by id
` [PATCH 07/21] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH 08/21] ata: libahci_platform: Parse ports-implemented property in resources getter
` [PATCH 09/21] ata: libahci_platform: Introduce reset assertion/deassertion methods
` [PATCH 10/21] dt-bindings: ata: ahci: Add platform capability properties
` [PATCH 11/21] ata: libahci: Extend port-cmd flags set with port capabilities
` [PATCH 12/21] ata: libahci: Discard redundant force_port_map parameter
` [PATCH 13/21] ata: libahci: Don't read AHCI version twice in the save-config method
` [PATCH 14/21] ata: ahci: Convert __ahci_port_base to accepting hpriv as arguments
` [PATCH 15/21] ata: ahci: Introduce firmware-specific caps initialization
` [PATCH 16/21] dt-bindings: ata: ahci: Add DWC AHCI SATA controller DT schema
` [PATCH 17/21] ata: ahci: Add DWC AHCI SATA controller support
` [PATCH 18/21] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema
` [PATCH 19/21] ata: ahci-dwc: Add platform-specific quirks support
` [PATCH 20/21] ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface support
` [PATCH 21/21] MAINTAINERS: Add maintainers for DWC AHCI SATA driver

[PATCH] ata: pata_via: fix sloppy typing in via_do_set_mode()
 2022-04-12 12:28 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 10/21] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:50 UTC 

[PATCH AUTOSEL 4.19 07/12] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:51 UTC 

[PATCH AUTOSEL 4.14 07/11] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:52 UTC 

[PATCH AUTOSEL 5.10 15/30] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:48 UTC 

[PATCH AUTOSEL 5.15 19/41] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:46 UTC 

[PATCH AUTOSEL 5.17 23/49] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
 2022-04-12  0:43 UTC 

[PATCH] ata: libata-core: fix parameter type in ata_xfer_mode2shift()
 2022-04-12  0:37 UTC  (2+ messages)

[PATCH] ata: pata_sil680: fix result type of sil680_sel{dev|reg}()
 2022-04-11 22:49 UTC  (4+ messages)

[PATCH v4] libata: Improve ATA queued command allocation
 2022-04-11 12:26 UTC  (2+ messages)

Hello
 2022-04-10 11:55 UTC 

Hello
 2022-04-10  0:31 UTC 

[GIT PULL] ata fixes for 5.18-rc2
 2022-04-07 16:43 UTC  (2+ messages)

[PATCH RFC 00/11] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-04-07 14:32 UTC  (4+ messages)
` [PATCH 03/11] libata: Send internal commands through the block layer

[PATCH v3] libata: Improve ATA queued command allocation
 2022-04-07 13:32 UTC  (2+ messages)

[PATCH v2 1/2] ata: Kconfig: Update SATA_LPM_POLICY default to "3"
 2022-04-06 22:28 UTC  (7+ messages)
` [PATCH v2 2/2] ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back

[PATCH v3 1/2] ata: ahci: Drop low power policy board type
 2022-04-06  4:38 UTC  (4+ messages)
` [PATCH v3 2/2] ata: ahci: Protect users from setting policies their drives don't support

[PATCH v2 0/2] libata: A tagging improvement and related code reorg
 2022-04-06  8:11 UTC  (12+ messages)
` [PATCH v2 1/2] libata: Use scsi cmnd budget token for qc tag for SAS host
` [PATCH v2 2/2] libata: Inline ata_qc_new_init() in ata_scsi_qc_new()

Prezentacja
 2022-04-05  7:38 UTC 

[PATCH v2 1/2] ata: ahci: Drop low power policy board type
 2022-04-04 23:53 UTC  (6+ messages)
` [PATCH v2 2/2] ata: ahci: Protect users from setting policies their drives don't support

[PATCH] ata: pata_mpc52xx: Prepare cleanup of powerpc's asm/prom.h
 2022-04-04  2:35 UTC  (3+ messages)

[PATCH v2 1/2] ata: sata_dwc_460ex: Fix crash due to OOB write
 2022-04-04  1:00 UTC  (4+ messages)
` [PATCH v2 2/2] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs

[PATCH] ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()
 2022-04-04  0:51 UTC 

[PATCH] ahci: Add Intel Emmitsburg PCH RAID PCI IDs
 2022-04-02  0:43 UTC  (7+ messages)

[PATCH v2 1/3] ata: ahci: Add new board low_power_no_debounce_delay
 2022-04-01  7:23 UTC  (11+ messages)
` [PATCH v2 3/3] ata: ahci: Skip 200 ms debounce delay for AMD 300 Series Chipset SATA Controller

[PATCH 0/4] Remove link debounce delays by default
 2022-03-28  9:43 UTC  (7+ messages)
` [PATCH 4/4] ata: libata-sata: Improve sata_link_debounce()


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