linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-05 12:18:29 to 2022-02-07 09:32:47 UTC [more...]

[PATCH 1/3] pwm: driver for qualcomm ipq6018 pwm block
 2022-02-07  9:30 UTC  (2+ messages)
` [PATCH 3/3] arm64: dts: ipq6018: add pwm node

[PATCH] ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'
 2022-02-07  9:24 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-07  9:24 UTC  (75+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
  ` (subset) "
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-07  9:22 UTC  (6+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
    ` (EXT) "
  ` (EXT) Re: [PATCH 0/8] imx7/imx8mm media / csi patches

[PATCH 0/2] ARM: dts: stm32: remove timer duplicate unit-address on stm32f4 series
 2022-02-07  9:15 UTC  (2+ messages)

[PATCH v3 0/6] clk: sunxi-ng: Add a RTC CCU driver
 2022-02-07  9:00 UTC  (11+ messages)
` [PATCH v3 1/6] dt-bindings: rtc: sun6i: Clean up repetition
` [PATCH v3 2/6] dt-bindings: rtc: sun6i: Add H616, R329, and D1 support
` [PATCH v3 3/6] rtc: sun6i: Enable the bus clock when provided
` [PATCH v3 4/6] clk: sunxi-ng: mux: Allow muxes to have keys
  ` (subset) "
` [PATCH v3 5/6] clk: sunxi-ng: Add support for the sun6i RTC clocks
  ` (subset) "

[PATCH] memory: mtk-smi: Enable sleep ctrl safety function for MT8195
 2022-02-07  8:59 UTC  (2+ messages)

[PATCH v3 0/8] dt-bindings: memory: convert to dtschema
 2022-02-07  8:56 UTC  (16+ messages)
` [PATCH v3 1/8] dt-bindings: memory: lpddr2-timings: "
` [PATCH v3 2/8] dt-bindings: memory: lpddr3-timings: "
` [PATCH v3 3/8] dt-bindings: memory: lpddr3: "
` [PATCH v3 4/8] dt-bindings: memory: lpddr3: adjust IO width to spec
` [PATCH v3 5/8] dt-bindings: memory: lpddr3: deprecate manufacturer ID
` [PATCH v3 6/8] dt-bindings: memory: lpddr3: deprecate passing timings frequency as unit address
` [PATCH v3 7/8] memory: of: parse max-freq property
` [PATCH v3 8/8] ARM: dts: exynos: remove deprecated unit address for LPDDR3 timings on Odroid

[v1 0/2] Mediatek MT8186 power domain support
 2022-02-07  8:53 UTC  (5+ messages)
` [v1 1/2] dt-bindings: power: Add MT8186 power domains

[PATCH] arm64: Add read_mostly declaration/definition to irq stack ptr
 2022-02-07  8:46 UTC 

[PATCH v2 1/2] arm64: dts: ti: k3-am65: disable optional peripherals by default
 2022-02-07  8:45 UTC  (4+ messages)

[PATCH] ARM: socfpga: fix missing RESET_CONTROLLER
 2022-02-07  8:44 UTC 

[PATCH v3 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
 2022-02-07  8:30 UTC  (3+ messages)
` [PATCH v3 1/2] soc: mediatek: pwrap: add pwrap driver for MT8186 SoC
` [PATCH v3 2/2] dt-bindings: mediatek: add compatible for MT8186 pwrap

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-07  8:33 UTC  (6+ messages)

[PATCH] mfd: stmfx: Improve error message triggered by regulator fault in .remove()
 2022-02-07  8:17 UTC 

[PATCH] add pmu to amlogic meson sm1
 2022-02-07  8:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] arm64: dts: rockchip: rk3399-firefly: enable the mali GPU
 2022-02-07  7:36 UTC 

[PATCH 0/4] Add Support for MediaTek PMIC MT6366
 2022-02-07  7:04 UTC  (3+ messages)
` [PATCH 1/4] mfd: Add support for the MediaTek MT6366 PMIC

[PATCH v2 1/3] firmware: Add boot information to sysfs
 2022-02-07  6:39 UTC  (2+ messages)

[PATCH v1] media: imx-jpeg: set V4L2_BUF_FLAG_LAST at eos
 2022-02-07  6:29 UTC 

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-07  6:30 UTC  (4+ messages)
` (EXT) [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
    ` (EXT) "

[PATCH v1] media: imx-jpeg: fix a bug of accessing array out of bounds
 2022-02-07  6:28 UTC 

[PATCH v22 0/7] soc: mediatek: SVS: introduce MTK SVS engine
 2022-02-07  6:24 UTC  (4+ messages)
` [PATCH v22 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

お問い合わせありがとうございます。
 2022-02-07  6:12 UTC 

[PATCH v2 00/15] Make ETM register accesses consistent with sysreg.h
 2022-02-07  5:51 UTC  (4+ messages)
` [PATCH v2 01/15] coresight: Make ETM4x TRCIDR0 "

[v11, 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2022-02-07  4:56 UTC  (4+ messages)
` [v11,1/3] drm/dsi: transfer DSI HS packets ending at the same time
` [v11,2/3] drm/mediatek: implement the DSI HS packets aligned
` [v11, 3/3] drm/bridge: anx7625: config hs packets end aligned to avoid screen shift

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-02-07  4:04 UTC  (2+ messages)

[PATCH v2] ARM: dts: at91: sama7g5: Add crypto nodes
 2022-02-07  3:43 UTC 

[PATCH 0/3] dt-bindings: crypto: Convert atmel-{aes, tdes, sha} to YAML
 2022-02-07  3:24 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: crypto: Convert Atmel AES to yaml
` [PATCH 2/3] dt-bindings: crypto: Convert Atmel TDES "
` [PATCH 3/3] dt-bindings: crypto: Convert Atmel SHA "

[PATCH 0/7] mailbox: imx: misc fix and SECO MU support
 2022-02-07  3:17 UTC  (4+ messages)

[v2 0/2] add i2c support for mt8186
 2022-02-07  2:53 UTC  (4+ messages)
` [v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC

[PATCH v2 18/31] clk: mediatek: Implement mtk_clk_unregister_composites() API
 2022-02-07  2:51 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-02-07  2:55 UTC  (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH v2 13/31] clk: mediatek: pll: Implement unregister API
 2022-02-07  2:47 UTC  (2+ messages)

[PATCH v2 14/31] clk: mediatek: pll: Clean up included headers
 2022-02-07  2:49 UTC  (2+ messages)

[PATCH] ARM: footbridge: Remove duplicated include in mach-footbridge
 2022-02-07  2:23 UTC 

[PATCH V2 0/6] mailbox: imx: misc fix and SECO MU support
 2022-02-07  1:52 UTC  (7+ messages)
` [PATCH V2 1/6] mailbox: imx: fix wakeup failure from freeze mode
` [PATCH V2 2/6] mailbox: imx: fix crash in resume on i.mx8ulp
` [PATCH V2 3/6] mailbox: imx: enlarge timeout while reading/writing messages to SCFW
` [PATCH V2 4/6] dt-bindings: mailbox: imx-mu: add i.MX8 SECO MU support
` [PATCH V2 5/6] mailbox: imx: introduce rxdb callback
` [PATCH V2 6/6] mailbox: imx: add i.MX8 SECO MU support

[PATCH V2] firmware: imx: add get resource owner api
 2022-02-07  2:05 UTC 

[PATCH V2] remoteproc: support self recovery after rproc crash
 2022-02-07  1:31 UTC  (2+ messages)

[PATCH] arm64/migration: Define arm64_hugetlb_valid_size()
 2022-02-07  1:31 UTC 

[PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
 2022-02-07  0:46 UTC  (3+ messages)

[PATCH v5 0/1] Initial Samsung Galaxy A8 (2018) support
 2022-02-06 23:18 UTC  (2+ messages)
` [PATCH v5 1/1] arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

[PATCH v2] ARM: dts: imx: Add missing LVDS decoder on M53Menlo
 2022-02-06 22:11 UTC 

[PATCH v2 0/5] mfd/extcon/regulators: max77843: add dtschema/bindings
 2022-02-06 17:39 UTC  (2+ messages)

[PATCH v2 0/4] mfd/power/regulators: dt-bindings: max14577: convert to dtschema
 2022-02-06 17:39 UTC  (2+ messages)

[PATCH v2] isoc: mediatek: Check for error clk pointer
 2022-02-06 17:37 UTC  (3+ messages)
` BUG: "

[PATCHv2 0/9] soc: qcom: llcc: Add LLCC support for SM8450 SoC
 2022-02-06 14:33 UTC  (6+ messages)
` [PATCHv2 7/9] dt-bindings: arm: msm: Add LLCC compatible for SM8350
` [PATCHv2 8/9] dt-bindings: arm: msm: Add LLCC compatible for SM8450

[PATCH] ARM: dts: bcm2711: Fix comment
 2022-02-06 12:55 UTC  (2+ messages)

Patch "arm64: Add Cortex-A510 CPU part definition" has been added to the 5.16-stable tree
 2022-02-06 12:25 UTC 

[PATCH] perf: tools: Add missing branch_sample_type
 2022-02-06 11:36 UTC  (3+ messages)

[PATCH] PCI: xgene: Fix IB window setup
 2022-02-06  9:52 UTC  (5+ messages)

[RFC PATCH 0/6] drm: EPDC driver for i.MX6
 2022-02-06  8:00 UTC  (7+ messages)
` [RFC PATCH 1/6] dt-bindings: display: imx: Add EPDC
` [RFC PATCH 2/6] drm: Add skeleton for EPDC driver
` [RFC PATCH 3/6] drm: mxc-epdc: Add display and waveform initialisation
` [RFC PATCH 4/6] drm: mxc-epdc: Add update management
` [RFC PATCH 5/6] ARM: dts: imx6sll: add EPDC
` [RFC PATCH 6/6] arm: dts: imx6sl: Add EPDC

[PATCH v2 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2022-02-06  0:26 UTC  (12+ messages)

[PATCH] ARM: dts: Fix boot regression on Skomer
 2022-02-05 23:53 UTC 

[PATCH] media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()
 2022-02-05 23:33 UTC 

[PATCH] ARM: dts: bcm2835/6: Add the missing L1/L2 cache information
 2022-02-05 19:59 UTC 

[PATCH v2 0/2] Add BananaPi R2 Pro board
 2022-02-05 18:59 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: rockchip: Add BananaPi R2 Pro Board
  ` Aw: "

[PATCH] arm64: dts: imx8mm-beacon: Enable PCIe
 2022-02-05 17:31 UTC 

[PATCH v2 1/1] iio: trigger: stm32-timer: Make use of device properties
 2022-02-05 17:31 UTC  (2+ messages)

[PATCH 1/2] iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation
 2022-02-05 17:11 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Simplify "

[PATCH v12 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-02-05 15:54 UTC  (5+ messages)
` [PATCH v12 2/2] pwm: Add support for "

[RFC PATCH 0/2] perf: arm_spe: Fix consistency of CONTEXT packets in SPE driver
 2022-02-05 15:39 UTC  (3+ messages)
` [RFC PATCH 1/2] perf: arm_spe: Fix consistency of PMSCR register bit CX

[PATCH net-next] net: sparx5: remove phylink_config.pcs_poll usage
 2022-02-05 15:20 UTC  (2+ messages)

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-05 14:01 UTC  (4+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field
 2022-02-05 13:38 UTC  (3+ messages)

[PATCH v3 0/4] clk drivers: Terminate clk_div_table with sentinel element
 2022-02-05 13:07 UTC  (10+ messages)
` [PATCH v3 1/4] clk: actions: "
` [PATCH v3 2/4] clk: loongson1: "
` [PATCH v3 4/4] clk: clps711x: "


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