linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-25 00:44:39 to 2022-05-12 06:23:58 UTC [more...]

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

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-12  5:25 UTC  (42+ messages)
` [PATCH RFC v6 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v6 03/21] dept: Apply Dept to spinlock
` [PATCH RFC v6 04/21] dept: Apply Dept to mutex families
` [PATCH RFC v6 05/21] dept: Apply Dept to rwlock
` [PATCH RFC v6 06/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
` [PATCH RFC v6 08/21] dept: Apply Dept to rwsem
` [PATCH RFC v6 09/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v6 10/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v6 11/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v6 12/21] dept: Apply SDT to swait
` [PATCH RFC v6 13/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v6 14/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v6 15/21] dept: Distinguish each syscall context from another
` [PATCH RFC v6 16/21] dept: Distinguish each work "
` [PATCH RFC v6 17/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v6 18/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v6 19/21] dept: Differentiate onstack maps from others of different tasks in class
` [PATCH RFC v6 20/21] dept: Do not add dependencies between events within scheduler and sleeps
` [PATCH RFC v6 21/21] dept: Unstage wait when tagging a normal sleep wait
` [REPORT] syscall reboot + umh + firmware fallback

[PATCH] ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe
 2022-05-11 11:46 UTC  (3+ messages)

[PATCH 0/2] ahci: Add some controls on actual LPM capability
 2022-05-11  8:14 UTC  (9+ messages)
` [PATCH 1/2] ahci: Add PhyRdy Change control "

[PATCH 0/3] Make PATA transfer mode masks always being 32-bit
 2022-05-09 17:57 UTC  (5+ messages)
` [PATCH 1/3] ata: make packed transfer mode masks *unsigned int*
` [PATCH 2/3] ata: make ata_device::{pio|mwdma|udma}_mask "
` [PATCH 3/3] ata: make ata_port_info::{pio|mwdma|udma}_mask "

[PATCH] ata: simplify the return expression of brcm_ahci_remove
 2022-05-09 11:44 UTC  (2+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-07 12:37 UTC  (57+ messages)
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors "
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 20/48] ARM: pxa: spitz: "
` [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 40/48] ARM: pxa: tosa: use gpio lookup for battery

[PATCH v2 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-07 10:01 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
` [PATCH v2 3/4] powerpc/52xx: Get rid of of_node assignment
` [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

[PATCH v1 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-05  1:03 UTC  (12+ messages)
` [PATCH v1 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
` [PATCH v1 3/4] powerpc/52xx: Get rid of of_node assignment
` [PATCH v1 4/4] powerpc/52xx: Convert to use fwnode API

5/04/2022 Product Inquiry (JL)
 2022-05-04 16:11 UTC 

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

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH 02/37] ata: add HAS_IOPORT dependencies
 2022-04-29 14:27 UTC  (3+ messages)
` [RFC v2 03/39] "

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

[PATCH AUTOSEL 4.9 3/3] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:03 UTC 

[PATCH AUTOSEL 4.14 5/5] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 4.19 6/6] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.4 6/6] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.10 9/9] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.15 13/15] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.17 20/22] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-26 19:01 UTC 

[PATCH 0/5] libata.force improvements
 2022-04-25 12:10 UTC  (9+ messages)
` [PATCH 2/5] ata: libata-core: Refactor force_tbl definition
` [PATCH 4/5] ata: libata-core: Allow forcing most horkage flags
` [PATCH 5/5] doc: admin-guide: Update libata kernel parameters

[PATCH v2] ata: pata_marvell: Check the 'bmdma_addr' beforing reading
 2022-04-25 10:18 UTC  (4+ messages)

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

[PATCH -next] ata: palmld: fix return value check in palmld_pata_probe()
 2022-04-25  6:00 UTC  (5+ messages)


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