linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 10:27:48 to 2021-09-16 19:49:19 UTC [more...]

[PATCH v11 00/34] NVIDIA Tegra power management patches for 5.16
 2021-09-16 19:49 UTC  (39+ messages)
` [PATCH v11 01/34] opp: Change type of dev_pm_opp_attach_genpd(names) argument
` [PATCH v11 02/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
` [PATCH v11 03/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v11 04/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v11 05/34] dt-bindings: clock: tegra-car: Document new clock sub-nodes
` [PATCH v11 06/34] clk: tegra: Support runtime PM and power domain
` [PATCH v11 07/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v11 08/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v11 09/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v11 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v11 11/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v11 12/34] drm/tegra: hdmi: Add OPP support
` [PATCH v11 13/34] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v11 14/34] drm/tegra: gr3d: "
` [PATCH v11 15/34] drm/tegra: vic: Support system suspend
` [PATCH v11 16/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v11 17/34] bus: tegra-gmi: "
` [PATCH v11 18/34] pwm: tegra: "
` [PATCH v11 19/34] mmc: sdhci-tegra: "
` [PATCH v11 20/34] mtd: rawnand: tegra: "
` [PATCH v11 21/34] spi: tegra20-slink: Add "
` [PATCH v11 22/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v11 23/34] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v11 24/34] media: staging: tegra-vde: Support generic "
` [PATCH v11 25/34] soc/tegra: fuse: Reset hardware
` [PATCH v11 26/34] soc/tegra: fuse: Use resource-managed helpers
` [PATCH v11 27/34] soc/tegra: regulators: Prepare for suspend
` [PATCH v11 28/34] soc/tegra: pmc: Change name of core power domain
` [PATCH v11 29/34] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v11 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v11 31/34] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v11 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v11 33/34] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v11 34/34] ARM: tegra20/30: Disable unused host1x hardware

[PATCH] spi: atmel: Fix PDC transfer setup bug
 2021-09-16 16:51 UTC  (2+ messages)

[PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS
 2021-09-16 16:44 UTC  (2+ messages)
` [PATCH 2/2] spi: sh-msiof: "

[PATCH v1] spi: dw: Enable Autosuspend delay for SPI DesignWare
 2021-09-15 10:43 UTC  (3+ messages)

About clk maintainership [Was: Re: [PULL] Add variants of devm_clk_get for prepared and enabled clocks enabled clocks]
 2021-09-14 13:52 UTC  (12+ messages)

[PATCH AUTOSEL 5.14 058/252] spi: imx: fix ERR009165
 2021-09-14 13:44 UTC  (12+ messages)
` [PATCH AUTOSEL 5.14 059/252] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH AUTOSEL 5.14 133/252] spi: tegra20-slink: Improve runtime PM usage

[PATCH 0/8] arm: ep93xx: CCF conversion
 2021-09-14 10:32 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] spi: spi-ep93xx: Prepare clock before using it

Patchwork housekeeping for: spi-devel-general
 2021-09-13 12:56 UTC 

[PATCH v4 0/2] add support for Cadence's XSPI controller
 2021-09-13 12:06 UTC  (3+ messages)
` [PATCH v4 1/2] spi: cadence: add dt-bindings documentation for Cadence "
` [PATCH v4 2/2] spi: cadence: add support "

[PATCH] spi: tegra20-slink: fix "defined but not used" if !CONFIG_PM
 2021-09-13 11:12 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2021-09-13 11:08 UTC 

[PATCH v2 1/4] spi: amd: Refactor code to use less spi_master_get_devdata
 2021-09-13 10:53 UTC  (8+ messages)
` [PATCH v2 2/4] spi: amd: Refactor amd_spi_busy_wait
` [PATCH v2 3/4] spi: amd: Remove unneeded variable
` [PATCH v2 4/4] spi: amd: Don't wait for a write-only transfer to finish

[5.16][PATCH 0/3] Support for Ingenic JZ47xx SPI controller
 2021-09-13 10:53 UTC  (7+ messages)
` [5.16][PATCH 1/3] dt-bindings: spi: Document Ingenic SPI controller bindings
` [5.16][PATCH 2/3] SPI: add Ingenic JZ47xx driver
` [5.16][PATCH 3/3] MIPS: JZ4780: CI20: DTS: add SPI controller config

[PATCH 1/4] spi: amd: Refactor code to use less spi_master_get_devdata
 2021-09-13 10:53 UTC  (9+ messages)
` [PATCH 2/4] spi: amd: Refactor amd_spi_busy_wait
` [PATCH 3/4] spi: amd: Remove unneeded variable
` [PATCH 4/4] spi: amd: Check for idle bus before execute opcode

[PATCH] dt-bindings: More use 'enum' instead of 'oneOf' plus 'const' entries
 2021-09-13  4:32 UTC  (4+ messages)

[PATCH v2 00/10] Improve support for AMD SPI controllers
 2021-09-12 21:53 UTC  (18+ messages)
` [PATCH 01/10] regmap: spi: Set regmap max raw r/w from max_transfer_size
` [PATCH 02/10] regmap: spi: Check raw_[read|write] against max message size
` [PATCH 03/10] spi: Add flag for no TX after a RX in the same Chip Select
` [PATCH 04/10] spi: amd: Refactor code to use less spi_master_get_devdata
` [PATCH 05/10] spi: amd: Refactor amd_spi_busy_wait
` [PATCH 06/10] spi: amd: Remove unneeded variable
` [PATCH 07/10] spi: amd: Check for idle bus before execute opcode
` [PATCH 08/10] spi: amd: Fill FIFO buffer with the whole message
` [PATCH 09/10] spi: amd: Add support for latest platform

Patchwork housekeeping for: spi-devel-general
 2021-09-12 20:56 UTC 

[PATCH] spi: dt-bindings: xilinx: Drop type reference on *-bits properties
 2021-09-10 19:53 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-09-10 11:56 UTC 

[PATCH v1] Input: ads7846: ads7846_get_value - fix unaligned pointer value warning
 2021-09-10  7:51 UTC  (3+ messages)

[PATCH] spi: tegra20-slink: Declare runtime suspend and resume functions conditionally
 2021-09-09 14:07 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 024/109] spi: imx: fix ERR009165
 2021-09-09 11:53 UTC 

[PATCH AUTOSEL 5.10 038/176] spi: imx: fix ERR009165
 2021-09-09 11:49 UTC 

[PATCH AUTOSEL 5.13 050/219] spi: imx: fix ERR009165
 2021-09-09 11:44 UTC  (3+ messages)
` [PATCH AUTOSEL 5.13 051/219] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH AUTOSEL 5.13 116/219] spi: tegra20-slink: Improve runtime PM usage

[PATCH v2 0/2] Add support for Intel Thunder Bay SPI
 2021-09-09  9:51 UTC  (8+ 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 v3 0/2] add support for Cadence's XSPI controller
 2021-09-08 16:22 UTC  (20+ messages)
` [PATCH v3 1/2] spi: cadence: add dt-bindings documentation for Cadence "
` [PATCH v3 2/2] spi: cadence: add support "

[PATCH 10/10] spi: amd: Configure the SPI speed
 2021-09-08 11:36 UTC 

[PATCH] spi: Fixed division by zero warning
 2021-09-08  6:17 UTC  (2+ messages)

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-09-06 15:31 UTC  (8+ messages)

[PATCH] ptp: don't include ptp_clock_kernel.h in spi.h
 2021-09-06 11:30 UTC  (3+ messages)

[PATCH] spi: rockchip: handle zero length transfers without timing out
 2021-09-03 15:18 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-09-01 13:56 UTC 

[PATCH 1/4] spi: spi-nxp-fspi: enable runtime pm for fspi
 2021-09-01  8:21 UTC  (5+ messages)
` [PATCH 3/4] spi: spi-nxp-fspi: add DDR mode support
  ` [EXT] "

[GIT PULL] SPI updates for v5.15
 2021-08-30 18:47 UTC  (2+ messages)

[PATCH 0/8] Support Pensando Elba SoC
 2021-08-29 21:09 UTC  (7+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control

Patchwork summary for: spi-devel-general
 2021-08-26 14:20 UTC 

[RESEND][PATCH] spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible
 2021-08-26 14:15 UTC  (2+ messages)

[PATCH V2 0/3] Add sprd ADI r3 support
 2021-08-26 12:51 UTC  (8+ 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 V3 0/4] Add sprd ADI r3 support
 2021-08-26 12:51 UTC  (6+ messages)
` [PATCH V3 1/4] spi: sprd: Fix the wrong WDG_LOAD_VAL
` [PATCH V3 2/4] spi: sprd: Add ADI r3 support
` [PATCH V3 3/4] dt-bindings: spi: Convert sprd ADI bindings to yaml
` [PATCH V3 4/4] dt-bindings: spi: add sprd ADI for sc9863 and ums512

Patchwork summary for: spi-devel-general
 2021-08-26 12:50 UTC 

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

[PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
 2021-08-26  2:55 UTC  (15+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-08-26  1:56 UTC 

[PATCH 0/9] Improve support for AMD SPI controllers
 2021-08-25 17:21 UTC  (5+ messages)
` [PATCH 3/9] regmap: spi: SPI_CONTROLLER_CS_PER_TRANSFER affects max read/write


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