linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 01:32:24 to 2021-08-25 07:57:02 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2021-08-25  7:57 UTC 

[PATCH V2 0/3] Add sprd ADI r3 support
 2021-08-25  6:59 UTC  (4+ messages)
` [PATCH V2 1/3] spi: sprd: Add "
` [PATCH V2 2/3] dt-bindings: spi: Convert sprd ADI bindings to yaml
` [PATCH V2 3/3] dt-bindings: spi: add sprd ADI for sc9863 and ums512

[PATCH 0/3] Add sprd ADI r3 support
 2021-08-25  5:57 UTC  (7+ messages)
` [PATCH 1/3] spi: sprd: Add "
` [PATCH 2/3] dt-bindings: spi: Convert sprd ADI bindings to yaml
` [PATCH 3/3] dt-bindings: spi: add sprd ADI for sc9863 and ums512

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-08-24 20:20 UTC 

[PATCH] spi: davinci: invoke chipselect callback
 2021-08-24 19:49 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Intel Thunder Bay SPI
 2021-08-24 19:01 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: spi: Add bindings for Intel Thunder Bay SoC
` [PATCH v2 2/2] spi: dw: Add support for Intel Thunder Bay SPI

[PATCH 0/9] Improve support for AMD SPI controllers
 2021-08-24 17:19 UTC  (19+ messages)
` [PATCH 1/9] regmap: spi: Set regmap max raw r/w from max_transfer_size
` [PATCH 2/9] spi: core: Add flag for controllers that can't hold cs between transfers
` [PATCH 3/9] regmap: spi: SPI_CONTROLLER_CS_PER_TRANSFER affects max read/write
` [PATCH 4/9] spi: amd: Refactor code to use less spi_master_get_devdata
` [PATCH 5/9] spi: amd: Refactor amd_spi_busy_wait to use readl_poll_timeout
` [PATCH 6/9] spi: amd: Remove uneeded variable
` [PATCH 7/9] spi: amd: Check for idle bus before execute opcode
` [PATCH 8/9] spi: amd: Refactor to overcome 70 bytes per CS limitation
` [PATCH 9/9] spi: amd: Add support for latest platform

Patchwork housekeeping for: spi-devel-general
 2021-08-24  9:56 UTC 

[PATCH 1/3] spi: sprd: Pass offset instead of physical address to adi_read/_write()
 2021-08-24  7:02 UTC  (3+ messages)
` [PATCH 2/3] spi: sprd: Make sure offset not equal to slave address size
` [PATCH 3/3] spi: sprd: fill offset only to RD_CMD register for reading from slave device

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-24  3:04 UTC  (99+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 12/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v8 13/34] drm/tegra: hdmi: Add OPP support
` [PATCH v8 14/34] drm/tegra: gr2d: Support power management
` [PATCH v8 15/34] drm/tegra: gr3d: "
` [PATCH v8 19/34] pwm: tegra: Add runtime PM and OPP support
` [PATCH v8 20/34] mmc: sdhci-tegra: "
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain

[PATCH 0/8] Support Pensando Elba SoC
 2021-08-23 20:11 UTC  (27+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH 3/8] spi: dw: Add support for Pensando Elba SoC SPI
` [PATCH 7/8] arm64: dts: Add Pensando Elba SoC support

[PATCH] spi: rockchip-sfc: Remove redundant IO operations
 2021-08-23 17:37 UTC  (2+ messages)

[PATCH][next] spi: rockchip-sfc: Fix assigned but never used return error codes
 2021-08-23 17:37 UTC  (2+ messages)

[PATCH] memory: renesas-rpc-if: Fix missing setting address
 2021-08-23 11:59 UTC  (2+ messages)

[PATCH 00/13] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
 2021-08-23  7:57 UTC  (47+ messages)
` [PATCH 01/13] spi: spi-mem: Add DTR templates for cmd, address, dummy and data phase
` [PATCH 03/13] mtd: spinand: Setup spi_mem_op for the SPI IO protocol using reg_proto
` [PATCH 04/13] mtd: spinand: Fix odd byte addr and data phase in read/write reg op and write VCR op for Octal DTR mode
` [PATCH 06/13] mtd: spinand: Add macros for Octal DTR page read and write operations
` [PATCH 07/13] mtd: spinand: Allow enabling Octal DTR mode in the core
` [PATCH 08/13] mtd: spinand: Reject 8D-8D-8D op_templates if octal_dtr_enale() is missing in manufacturer_op
` [PATCH 09/13] mtd: spinand: Add support for write volatile configuration register op
` [PATCH 10/13] mtd: spinand: Add octal_dtr_enable() for Winbond manufacturer_ops
` [PATCH 11/13] mtd: spinand: Add support for Power-on-Reset (PoR) instruction
` [PATCH 12/13] mtd: spinand: Perform Power-on-Reset when runtime_pm suspend is issued
` [PATCH 13/13] mtd: spinand: Add support for Winbond W35N01JW SPI NAND flash

[PATCH v2 00/13] Support Pensando Elba SoC
 2021-08-23  1:57 UTC  (21+ messages)
` [PATCH v2 01/13] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH v2 03/13] spi: dw: Add support for Pensando Elba SoC SPI
` [PATCH v2 07/13] arm64: dts: Add Pensando Elba SoC support
` [PATCH v2 10/13] dt-bindings: spi: cadence-qspi: Add support for Pensando Elba SoC

[PATCH] spi: stm32: fix excluded_middle.cocci warnings
 2021-08-20 14:39 UTC  (2+ messages)

[PATCH 1/4] spi: spi-nxp-fspi: enable runtime pm for fspi
 2021-08-20  9:54 UTC  (6+ messages)
` [PATCH 2/4] spi: spi-nxp-fspi: change the default lut index
  ` [EXT] "
` [PATCH 3/4] spi: spi-nxp-fspi: add DDR mode support
` [PATCH 4/4] spi: spi-nxp-fspi: add function to select sample clock source for flash reading

[PATCH linux-next] spi-stm32: fix Coccinelle warnings
 2021-08-20  6:32 UTC  (2+ messages)

[PATCH] spi: coldfire-qspi: Use clk_disable_unprepare in the remove function
 2021-08-19 19:22 UTC  (2+ messages)

[spi:for-5.15 28/29] drivers/spi/spi-rockchip-sfc.c:456:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-19  6:24 UTC 

[PATCH v13 0/6] Add Rockchip SFC(serial flash controller) support
 2021-08-18 22:14 UTC  (3+ messages)
` (subset) "

[spi:for-5.15 28/29] drivers/spi/spi-rockchip-sfc.c:456:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-18 20:17 UTC 

[PATCH -next] spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()
 2021-08-18 16:26 UTC  (2+ 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).