public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-07 09:56:35 to 2023-07-31 05:47:42 UTC [more...]

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-07-31  5:47 UTC  (4+ messages)

[PATCH v2 0/8] Fix the remaining sloppy timeout typing in libata
 2023-07-31  0:50 UTC  (10+ messages)
` [PATCH v2 1/8] ata: libata: fix parameter type of ata_deadline()
` [PATCH v2 2/8] ata: libata-core: fix parameter types of ata_wait_register()
` [PATCH v2 3/8] ata: libata-eh: fix reset timeout type
` [PATCH v2 4/8] ata: fix debounce timings type
` [PATCH v2 5/8] ata: libata-scsi: fix timeout type in ata_scsi_park_store()
` [PATCH v2 6/8] ata: libahci: fix parameter type of ahci_exec_polled_cmd()
` [PATCH v2 7/8] ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()
` [PATCH v2 8/8] ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd()

[GIT PULL] ata fixes for 6.5-rc4
 2023-07-29  1:42 UTC  (2+ messages)

[PATCH v3 00/42] ep93xx device tree conversion
 2023-07-28  8:23 UTC  (35+ messages)
  ` [PATCH v3 13/42] watchdog: ep93xx: add DT support for Cirrus EP93xx
  ` [PATCH v3 38/42] ata: pata_ep93xx: remove legacy pinctrl use
  ` [PATCH v3 26/42] ata: pata_ep93xx: add device tree support
  ` [PATCH v3 12/42] dt-bindings: watchdog: Add Cirrus EP93x
  ` [PATCH v3 32/42] wdt: ts72xx: add DT support for ts72xx
  ` [PATCH v3 33/42] gpio: ep93xx: add DT support for gpio-ep93xx
  ` [PATCH v3 28/42] input: keypad: ep93xx: add DT support for Cirrus EP93xx
  ` [PATCH v3 01/42] gpio: ep93xx: split device in multiple
    ` [PATCH v3 03/42] clk: ep93xx: add DT support for Cirrus EP93xx
  ` [PATCH v3 02/42] dt-bindings: clock: Add "
  ` [PATCH v3 04/42] dt-bindings: pinctrl: "
  ` [PATCH v3 06/42] dt-bindings: soc: "
  ` [PATCH v3 10/42] dt-bindings: rtc: "
  ` [PATCH v3 29/42] dt-bindings: rtc: Add ST M48T86
  ` [PATCH v3 34/42] ARM: dts: add Cirrus EP93XX SoC .dtsi
  ` [PATCH v3 35/42] ARM: dts: ep93xx: add ts7250 board
  ` [PATCH v3 41/42] ARM: dts: ep93xx: Add EDB9302 DT
  ` [PATCH v3 07/42] soc: Add SoC driver for Cirrus ep93xx
  ` [PATCH v3 05/42] pinctrl: add a Cirrus ep93xx SoC pin controller
  ` [PATCH v3 09/42] clocksource: ep93xx: Add driver for Cirrus Logic EP93xx
  ` [PATCH v3 22/42] dma: cirrus: add DT support for Cirrus EP93xx
  ` [PATCH v3 24/42] mtd: nand: add support for ts72xx
  ` [PATCH v3 20/42] net: cirrus: add DT support for Cirrus EP93xx
  ` [PATCH v3 14/42] power: reset: Add a driver for the ep93xx reset
  ` [PATCH v3 18/42] spi: ep93xx: add DT support for Cirrus EP93xx
  ` [PATCH v3 37/42] pwm: ep93xx: drop legacy pinctrl

[PATCH v3 0/9] libata: remove references to 'old' error handler
 2023-07-28  2:07 UTC  (25+ messages)
` [PATCH v3 1/9] ata: remove reference to non-existing error_handler()
` [PATCH v3 2/9] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH v3 3/9] ata,scsi: remove ata_sas_port_destroy()
` [PATCH v3 4/9] ata: remove ata_sas_sync_probe()
` [PATCH v3 5/9] ata: inline ata_port_probe()
` [PATCH v3 6/9] ata,scsi: cleanup __ata_port_probe()
` [PATCH v3 7/9] ata: sata_sx4: drop already completed TODO
` [PATCH v3 8/9] ata: remove ata_bus_probe()
` [PATCH v3 9/9] ata: remove deprecated EH callbacks

[PATCH] ata: fix when to fetch sense data for successful commands
 2023-07-27 23:54 UTC  (4+ messages)

[PATCH] [v2] ata: pata_ns87415: mark ns87560_tf_read static
 2023-07-26 23:45 UTC  (2+ messages)

[PATCH 0/8] Fix the remaining sloppy timeout typing in libata
 2023-07-26  8:41 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-07-26  7:35 UTC 

[PATCH] ata: pata_octeon_cf: fix error return code in octeon_cf_probe()
 2023-07-26  3:33 UTC  (10+ messages)

[PATCH v5] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-25 23:35 UTC  (4+ messages)

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-25 21:52 UTC  (14+ messages)
                      ` [PATCH wq/for-6.5-fixes] workqueue: Drop the special locking rule for worker->flags and worker_pool->flags

[PATCH v2 0/8] libata: remove references to 'old' error handler
 2023-07-25  7:34 UTC  (25+ messages)
` [PATCH v2 1/8] ata: remove reference to non-existing error_handler()
` [PATCH v2 2/8] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH v2 3/8] ata,scsi: remove ata_sas_port_destroy()
` [PATCH v2 4/8] ata: remove ata_sas_sync_probe()
` [PATCH v2 5/8] ata: inline ata_port_probe()
` [PATCH v2 6/8] ata,scsi: cleanup ata_port_probe()
` [PATCH v2 7/8] ata: sata_sx4: drop already completed TODO
` [PATCH v2 8/8] ata: remove ata_bus_probe()

WARNING: CPU: 1 PID: 67 at drivers/ata/libata-core.c:1688 ata_read_log_page+0x173/0x1f0
 2023-07-24 11:54 UTC  (4+ messages)

[PATCH v4] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-24 10:39 UTC  (4+ messages)

[GIT PULL] ata fixes for 6.5-rc3
 2023-07-21  3:40 UTC  (2+ messages)

[PATCH] ata: libata-transport: "foo* bar" should be "foo *bar"
 2023-07-19  8:46 UTC 

[PATCH v3] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19 10:14 UTC 

[PATCH] ata: Fix comment typo
 2023-07-19 10:00 UTC 

[PATCH v2] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19  9:52 UTC 

[PATCH] ata: pata_serverworks: "foo * bar" should be "foo *bar"
 2023-07-19  9:43 UTC  (2+ messages)

[PATCH v1] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19  9:42 UTC 

[PATCH] ata: space required after that ','
 2023-07-18 10:49 UTC  (2+ messages)

[PATCH] ata: remove whitespace after '(' and before ')'
 2023-07-18 10:46 UTC  (4+ messages)

[PATCH] ata: "foo * bar" should be "foo *bar"
 2023-07-18 10:07 UTC  (2+ messages)

[PATCH] drivers: ata: Added missing spaces
 2023-07-18  9:46 UTC  (2+ messages)

[PATCH] wifi: ata: pata_parport: epat.c Added missing spaces
 2023-07-18  9:15 UTC  (3+ messages)

ata: libata-sff: "foo * const * bar" should be "foo * const *bar"
 2023-07-18  8:32 UTC 

[PATCH v3 01/11] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-17  0:44 UTC  (15+ messages)
` [PATCH v3 02/11] ata: ahci_seattle: "
` [PATCH v3 03/11] ata: ahci_xgene: "
` [PATCH v3 04/11] ata: ahci_tegra: "
` [PATCH v3 05/11] ata: sata_rcar: drop useless initializer
` [PATCH v3 06/11] ata: sata_rcar: Remove unnecessary return value check
` [PATCH v3 07/11] ata: sata_rcar: Convert to devm_platform_ioremap_resource()
` [PATCH v3 08/11] ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH v3 09/11] ata: pata_ixp4xx: Remove unnecessary return value check
` [PATCH v3 10/11] ata: pata_ftide010: Use devm_platform_get_and_ioremap_resource()
` [PATCH v3 11/11] ata: pata_imx: "

[PATCH] ata: Explicitly include correct DT includes
 2023-07-17  0:31 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH v4 0/5] Add RK3588 SATA support
 2023-07-11 14:48 UTC  (2+ messages)
` (subset) "

[PATCH v2 01/11] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-07 19:43 UTC  (15+ messages)
` [PATCH v2 04/11] ata: ahci_tegra: "
` [PATCH v2 05/11] ata: sata_rcar: drop useless initializer
` [PATCH v2 06/11] ata: sata_rcar: Remove unnecessary return value check
` [PATCH v2 07/11] ata: sata_rcar: Convert to devm_platform_ioremap_resource()
` [PATCH v2 08/11] ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 09/11] ata: pata_ixp4xx: Remove unnecessary return value check
` [PATCH v2 10/11] ata: pata_ftide010: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 11/11] ata: pata_imx: "

[PATCH 1/8] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-07 18:58 UTC  (3+ messages)
` [PATCH 6/8] pata: ixp4xx: Use devm_platform_get_and_ioremap_resource()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox