linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 09:10:51 to 2022-08-20 21:02:40 UTC [more...]

[PATCH v6 00/17] Support AMD Pensando Elba SoC
 2022-08-20 19:57 UTC  (16+ messages)
` [PATCH v6 01/17] dt-bindings: arm: add AMD Pensando boards
` [PATCH v6 02/17] dt-bindings: mmc: cdns: Add AMD Pensando Elba SoC
` [PATCH v6 03/17] dt-bindings: spi: cdns: Add compatible for "
` [PATCH v6 04/17] dt-bindings: spi: dw: Add AMD Pensando Elba SoC SPI Controller bindings
` [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip
` [PATCH v6 08/17] MAINTAINERS: Add entry for AMD PENSANDO
` [PATCH v6 09/17] arm64: Add config for AMD Pensando SoC platforms
` [PATCH v6 10/17] arm64: dts: Add AMD Pensando Elba SoC support
` [PATCH v6 11/17] spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
` [PATCH v6 12/17] spi: dw: Add support "
` [PATCH v6 13/17] mmc: sdhci-cadence: Enable device specific override of writel()
` [PATCH v6 14/17] mfd: pensando-elbasr: Add AMD Pensando Elba System Resource chip
` [PATCH v6 15/17] reset: elbasr: Add AMD Pensando Elba SR Reset Controller
` [PATCH v6 16/17] mmc: sdhci-cadence: Add AMD Pensando Elba SoC support
` [PATCH v6 17/17] mmc: sdhci-cadence: Support mmc hardware reset

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-20 20:18 UTC  (7+ messages)
` [PATCH v1 05/35] drm/connector: Add TV standard property
` [PATCH v1 23/35] drm/vc4: vec: Convert to the new TV mode property
` [PATCH v1 34/35] drm/modes: Introduce the tv_mode property as a command-line option

[PATCH v3 net-next] net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
 2022-08-20 19:57 UTC  (2+ messages)

[PATCH] i2c: pasemi: Add IRQ support for Apple Silicon
 2022-08-20 19:45 UTC 

[PATCH v1 17/19] mmc: meson-mx-sdhc: Fix error check for dma_map_sg
 2022-08-20 17:25 UTC  (2+ messages)

[PATCH] mmc: meson-gx: Fix an error handling path in meson_mmc_probe()
 2022-08-20 17:22 UTC  (2+ messages)

[PATCH v2] arch/cacheflush: Introduce flush_all_caches()
 2022-08-20 15:10 UTC  (3+ messages)

[PATCH net] net: stmmac: work around sporadic tx issue on link-up
 2022-08-20 15:20 UTC 

[PATCH AUTOSEL 5.19 54/64] ARM: 9202/1: kasan: support CONFIG_KASAN_VMALLOC
 2022-08-20 14:37 UTC  (3+ messages)

[PATCH] dmaengine: drivers: Use devm_platform_ioremap_resource()
 2022-08-20 13:09 UTC 

[PATCH 00/33] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
 2022-08-20 12:57 UTC  (34+ messages)
` [PATCH 01/33] dmaengine: at_hdmac: Keep register definitions and structures private to at_hdmac.c
` [PATCH 02/33] dmaengine: at_hdmac: Use bitfield access macros
` [PATCH 03/33] dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
` [PATCH 04/33] dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
` [PATCH 05/33] dmaengine: at_hdmac: Remove unused member of at_dma_chan
` [PATCH 06/33] dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
` [PATCH 07/33] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH 08/33] dmaengine: at_hdmac: Don't start transactions at tx_submit level
` [PATCH 09/33] dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
` [PATCH 10/33] dmaengine: at_hdmac: Fix premature completion of desc "
` [PATCH 11/33] dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
` [PATCH 12/33] dmaengine: at_hdmac: Protect atchan->status with the channel lock
` [PATCH 13/33] dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
` [PATCH 14/33] dmaengine: at_hdmac: Fix concurrency over descriptor
` [PATCH 15/33] dmaengine: at_hdmac: Free the memset buf without holding the chan lock
` [PATCH 16/33] dmaengine: at_hdmac: Fix concurrency over the active list
` [PATCH 17/33] dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
` [PATCH 18/33] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
` [PATCH 19/33] dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
` [PATCH 20/33] dmaengine: at_hdmac: Do not print messages on console while holding the lock
` [PATCH 21/33] dmaengine: at_hdmac: Fix impossible condition
` [PATCH 22/33] dmaengine: at_hdmac: Pass residue by address to avoid unneccessary implicit casts
` [PATCH 23/33] dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
` [PATCH 24/33] dmaengine: at_hdmac: Introduce atc_get_llis_residue()
` [PATCH 25/33] dmaengine: at_hdmac: Remove superfluous cast
` [PATCH 26/33] dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
` [PATCH 27/33] dmaengine: at_hdmac: Use devm_platform_ioremap_resource
` [PATCH 28/33] dmaengine: at_hdmac: Use devm_request_irq()
` [PATCH 29/33] dmaengine: at_hdmac: Use devm_clk_get()
` [PATCH 30/33] dmaengine: at_hdmac: Check return code of dma_async_device_register
` [PATCH 31/33] dmaengine: at_hdmac: Use pm_ptr()
` [PATCH 32/33] dmaengine: at_hdmac: Set include entries in alphabetic order
` [PATCH 33/33] dmaengine: at_hdmac: Convert driver to use virt-dma

[PATCH] counter: Move symbols into COUNTER namespace
 2022-08-20 12:08 UTC  (2+ messages)

[PATCH] phy: rockchip-inno-usb2: Sync initial otg state
 2022-08-20 10:23 UTC  (6+ messages)
  ` [BUG BISECT] "

[PATCH 1/2] gpio/rockchip: Convert to generic_handle_domain_irq()
 2022-08-20  9:59 UTC  (2+ messages)
` [PATCH 2/2] gpio/rockchip: Toggle edge trigger mode after acking

[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-20  9:56 UTC  (3+ messages)
` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[PATCH] arm64: mte: move register initialization to C
 2022-08-20  9:40 UTC  (2+ messages)

[RESEND PATCH v5 1/2] dmaengine: mxs: use platform_driver_register
 2022-08-20  8:45 UTC  (2+ messages)
` [RESEND PATCH v5 2/2] dmaengine: mxs: fix section mismatch

[PATCH 0/2] dt-bindings: sound: Add SOF field for mt8186
 2022-08-20  7:53 UTC  (3+ messages)
` [PATCH 1/2] ASoC: mediatek: dt-bindings: modify machine bindings for SOF
` [PATCH 2/2] "

[RFC PATCH v2 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-20  8:29 UTC  (4+ messages)
` [RFC PATCH v2 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RFC PATCH v2 2/4] ARM: dts: stm32: add CAN support on stm32f429
` [RFC PATCH v2 3/4] ARM: dts: stm32: add pin map for CAN controller on stm32f4

[PATCH v1 2/3] media: cedrus: Set the platform driver data earlier
 2022-08-20  8:25 UTC  (7+ messages)
` [PATCH v1 3/3] media: cedrus: Fix endless loop in cedrus_h265_skip_bits()

[linusw-nomadik:ux500-crypto-fb-stab 2/24] drivers/base/regmap/regmap-mmio.c:222:17: error: implicit declaration of function 'writesq'; did you mean 'writesl'?
 2022-08-20  8:23 UTC 

[PATCH v4 0/6] completely rework mediatek,mt7530 binding
 2022-08-20  8:07 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: net: dsa: mediatek,mt7530: make trivial changes
` [PATCH v4 2/6] dt-bindings: net: dsa: mediatek,mt7530: fix reset lines
` [PATCH v4 3/6] dt-bindings: net: dsa: mediatek,mt7530: update examples
` [PATCH v4 4/6] dt-bindings: net: dsa: mediatek,mt7530: define port binding per switch
` [PATCH v4 5/6] dt-bindings: net: dsa: mediatek,mt7530: define phy-mode for switch models
` [PATCH v4 6/6] dt-bindings: net: dsa: mediatek,mt7530: update binding description

[PATCH] ASoC: mediatek: mt8186: fix DMIC record noise
 2022-08-20  7:19 UTC 

[PATCH RFC v2 1/1] wiotlb: split buffer into 32-bit default and 64-bit extra zones
 2022-08-20  7:42 UTC 

[PATCH v2 0/7] completely rework mediatek,mt7530 binding
 2022-08-20  7:34 UTC  (4+ messages)
` [PATCH v2 4/7] dt-bindings: net: dsa: mediatek,mt7530: define port binding per compatible

[PATCH 00/10] Add TWL6030 power off and powerbutton support
 2022-08-20  7:16 UTC  (10+ messages)
` [PATCH 01/10] power: reset: Move TWL4030 power driver from mfd
` [PATCH 02/10] dt-bindings: power: reset: Move twl4030-power from mfd to power/reset
` [PATCH 03/10] power: reset: Add TWL6030 power driver, with minimal support for power off
` [PATCH 04/10] dt-bindings: input: twl-pwrbutton: Add support for twl6030-pwrbutton
` [PATCH 05/10] dt-bindings: power: reset: Add bindings for twl6030-power
` [PATCH 06/10] ARM: OMAP2+: Only select TWL4030_POWER for OMAP3
` [PATCH 07/10] ARM: OMAP2+: Select TWL6030_POWER for OMAP4
` [PATCH 08/10] input: misc: Rename twl4030_pwrbutton to twl_pwrbutton
` [PATCH 09/10] dt-bindings: input: Rename twl4030-pwrbutton to twl-pwrbutton

[PATCH v8 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2022-08-20  6:57 UTC  (2+ messages)

[PATCH] i2c: imx: Make sure to unregister adapter on remove()
 2022-08-20  6:47 UTC  (2+ messages)

[PATCH v26 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-08-20  4:33 UTC  (4+ messages)
` [PATCH v26 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
  ` [PATCH v26 4/4] media: platform: mtk-mdp3: add MediaTek MDP3 driver

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-20  4:03 UTC  (14+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
` [PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
` [PATCH v2 03/11] mm: ioremap: allow ARCH to have its own ioremap definition
` [PATCH v2 04/11] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 05/11] hexagon: "
` [PATCH v2 06/11] ia64: "
` [PATCH v2 07/11] openrisc: "
` [PATCH v2 08/11] parisc: "
` [PATCH v2 09/11] s390: "
` [PATCH v2 10/11] sh: "
` [PATCH v2 11/11] xtensa: "

[PATCH 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-20  0:49 UTC  (4+ messages)
` [PATCH 02/11] mm: ioremap: fixup the physical address

[PATCH 0/2] Add pixel formats used in Synatpics SoC
 2022-08-20  0:10 UTC  (10+ messages)
` [PATCH 2/2] [WIP]: media: Add Synaptics compressed tiled format

[PATCH] arm64: dts: rockchip: Lower sd speed on quartz64-b
 2022-08-19 23:53 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: Add analog audio output on quartz64-b
 2022-08-19 23:51 UTC  (2+ messages)

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-08-19 23:50 UTC  (2+ messages)

[PATCH v3 00/14] Use devm helpers for regulator get and enable
 2022-08-19 23:27 UTC  (3+ messages)
` [PATCH v3 03/14] gpu: drm: simplify drivers using devm_regulator_*get_enable*()

[RESEND PATCH v2 1/2] dt-bindings: dsp: fsl: Add SOF compatile string for i.MX8ULP
 2022-08-19 22:47 UTC  (2+ messages)

[PATCH RESEND 0/3] ASoC: mediatek: support SOF for mt8186
 2022-08-19 22:47 UTC  (2+ messages)

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-08-19 22:17 UTC  (2+ messages)
` [PATCH V3 01/11] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths

[PATCH v4] clk: nomadik: Add missing of_node_put()
 2022-08-19 21:24 UTC  (2+ messages)

[PATCH v3 00/19] ARM: Add Rockchip RV1126 support
 2022-08-19 21:20 UTC  (6+ messages)
` [PATCH v3 01/19] dt-bindings: power: Add power-domain header for RV1126
` [PATCH v3 10/19] dt-bindings: clock: rockchip: Document RV1126 CRU

[PATCH v2 0/2] mmc: meson-gx: add SDIO interrupt support
 2022-08-19 21:14 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: meson-gx: adjust and revive constant IRQ_EN_MASK
` [PATCH v2 2/2] mmc: meson-gx: add SDIO interrupt support

[PATCH v26 0/7] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-08-19 19:48 UTC  (7+ messages)
` [PATCH v26 3/7] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v26 5/7] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v26 6/7] drm/mediatek: add drm ovl_adaptor sub driver for MT8195

[PATCH 0/3] Fix ti,sci-inta/intr and mmc dtbs_check warnings for TI K3 platforms
 2022-08-19 19:07 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: irqchip: ti,sci-inta: Fix warning '#interrupt-cells' was unexpected
` [PATCH 2/3] dt-bindings: mmc: Fix 'dma-coherent' "
` [PATCH 3/3] dt-bindings: interrupt-controller: Fix 'reg' "

[PATCH 0/4] Add initial support for J784s4 SoC
 2022-08-19 19:00 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: arm: ti: Add bindings "
` [PATCH 2/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J784s4
` [PATCH 3/4] arm64: dts: ti: Add initial support for J784s4 SoC
` [PATCH 4/4] arch: arm64: ti: Add support for J784s4 EVM board

[PATCH v2,0/2] Add dpi output format control for MT8186
 2022-08-19 18:54 UTC  (5+ messages)
` [PATCH v2,1/2] soc: mediatek: Add mmsys func to adapt to dpi output "
` [PATCH v2,2/2] drm: mediatek: Adjust the dpi output format to MT8186

[RFC v8 net-next 00/16] add support for VSC7512 control over SPI
 2022-08-19 16:50 UTC  (4+ messages)
` [RFC v8 net-next 08/16] mfd: ocelot: add support for the vsc7512 chip via spi

[RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:21 UTC 

[PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:14 UTC 

[linusw-nomadik:ux500-crypto 2/23] drivers/base/regmap/regmap-mmio.c:212:3: error: implicit declaration of function 'writesb' is invalid in C99
 2022-08-19 16:13 UTC 

[PATCH 5.10 147/545] drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX
 2022-08-19 15:38 UTC 

[PATCH v6 0/2] power: domain: handle power supplies that need interrupts
 2022-08-19 14:53 UTC  (5+ messages)
` [PATCH v6 1/2] power: domain: handle genpd correctly when needing interrupts

[PATCH 0/5] Add PWM for MStar SoCs
 2022-08-19 14:44 UTC  (5+ messages)
` [PATCH 2/5] pwm: Add support for the MSTAR MSC313 PWM

[PATCH v25 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-08-19 14:25 UTC  (6+ messages)
` [PATCH v25 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits

[PATCH v5 1/4] perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driver
 2022-08-19 13:56 UTC  (5+ messages)
` [PATCH v5 3/4] dt-binding: perf: Add Amlogic DDR PMU

[PATCH v4 0/2] pinctrl/arm: dt-bindings: deprecate header with register constants
 2022-08-19 13:55 UTC  (2+ messages)

[PATCH] drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks
 2022-08-19 13:28 UTC  (2+ messages)
` [PATCH] drm/mediatek: dsi: Add atomic {destroy, duplicate}_state, "

[PATCH] ARM: dts: turris-omnia: Add mcu node
 2022-08-19 13:11 UTC 

[PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
 2022-08-19 12:53 UTC  (2+ messages)

[PATCH v3] dt-bindings: pinctrl: mt8186: Fix 'reg-names' for pinctrl nodes
 2022-08-19 12:06 UTC 

[PATCH v2 0/4] soc: mediatek: MT8365 power support
 2022-08-19 12:42 UTC  (4+ messages)
` [PATCH v2 2/4] soc: mediatek: Add support of WAY_EN operations

[PATCH 0/4] completely rework mediatek,mt7530 binding
 2022-08-19 12:40 UTC  (10+ messages)
` [PATCH 4/4] dt-bindings: net: dsa: mediatek,mt7530: update json-schema

[PATCH V2] dt-bindings: watchdog: Convert Xilinx watchdog bindings to json-schema
 2022-08-19 12:23 UTC  (2+ messages)

[PATCH 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII
 2022-08-19 12:15 UTC  (8+ messages)
` [PATCH 2/7] dt-bindings: phy: mediatek,tphy: add property to set pre-emphasis
` [PATCH 3/7] phy: phy-mtk-tphy: "
` [PATCH 4/7] phy: phy-mtk-tphy: disable hardware efuse when set INTR
` [PATCH 5/7] phy: phy-mtk-tphy: disable gpio mode for all usb2 phys
` [PATCH 6/7] phy: phy-mtk-tphy: set utmi 0 register in init() ops
` [PATCH 7/7] phy: phy-mtk-tphy: fix the phy type setting issue

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-08-19 12:06 UTC  (5+ messages)
` [PATCH 2/5] dt-bindings: mfd: atmel,at91-usart: convert to json-schema

[PATCH v26 2/7] drm/mediatek: add ETHDR support for MT8195
 2022-08-19 10:56 UTC  (3+ messages)

[PATCH] hwrng: imx-rngc - use KBUILD_MODNAME as driver name
 2022-08-19 11:06 UTC  (2+ messages)

[PATCH linux-next] crypto: sun8i-ce:using the pm_runtime_resume_and_get to simplify the code
 2022-08-19 11:02 UTC  (2+ messages)

[PATCH v3] arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly
 2022-08-19 10:30 UTC 

[PATCH 0/2] cpufreq: mediatek-hw: add support for mt8188
 2022-08-19  9:21 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: cpufreq: add mt8188 cpufreq hw dt-bindings

[GIT PULL] KVM/arm64 fixes for 6.0, take #1
 2022-08-19  9:44 UTC  (2+ messages)

[PATCH v1] ARM: dts: vf610: ddr pinmux
 2022-08-19  9:43 UTC 

[PATCH v1 05/35] drm/connector: Add TV standard property
 2022-08-19  9:35 UTC  (12+ messages)

[PATCH v4] pwm: rockchip: Convert to use dev_err_probe()
 2022-08-19  9:26 UTC 

[PATCH] dt-bindings: usb: mtu3: add compatible for mt8188
 2022-08-19  9:09 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).