linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 14:43:56 to 2020-05-27 19:40:58 UTC [more...]

[PATCH 1/2] arm64: dts: Add a device tree for the Librem5 phone
 2020-05-27 19:40 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: Add Purism Librem 5 section to the list

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27 19:40 UTC  (119+ messages)
` [PATCH v3 001/105] reset: Move reset-simple header out of drivers/reset
` [PATCH v3 002/105] reset: simple: Add reset callback
` [PATCH v3 003/105] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH v3 004/105] clk: bcm: Add BCM2711 DVP driver
` [PATCH v3 005/105] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v3 006/105] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v3 007/105] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v3 008/105] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v3 009/105] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v3 010/105] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v3 011/105] drm/vc4: drv: Add include guards
` [PATCH v3 012/105] drm/vc4: drv: Support BCM2711
` [PATCH v3 013/105] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v3 014/105] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v3 015/105] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v3 016/105] drm/vc4: plane: Improve LBM usage
` [PATCH v3 017/105] drm/vc4: plane: Move planes creation to its own function
` [PATCH v3 018/105] drm/vc4: plane: Move additional planes creation to driver
` [PATCH v3 019/105] drm/vc4: plane: Register all the planes at once
` [PATCH v3 020/105] drm/vc4: plane: Create overlays for any CRTC
` [PATCH v3 021/105] drm/vc4: plane: Create more planes
` [PATCH v3 022/105] drm/vc4: crtc: Rename SoC data structures
` [PATCH v3 023/105] drm/vc4: crtc: Switch to of_device_get_match_data
` [PATCH v3 024/105] drm/vc4: crtc: Move crtc state to common header
` [PATCH v3 025/105] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v3 026/105] drm/vc4: crtc: Use a shared interrupt
` [PATCH v3 027/105] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v3 028/105] drm/vc4: crtc: Restrict HACT_ACT setup to DSI
` [PATCH v3 029/105] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v3 030/105] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v3 031/105] drm/vc4: crtc: Use local chan variable
` [PATCH v3 032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v3 033/105] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v3 034/105] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v3 035/105] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v3 036/105] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v3 037/105] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v3 038/105] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v3 039/105] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v3 040/105] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v3 041/105] drm/vc4: crtc: Move HVS mode config to HVS file
` [PATCH v3 042/105] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v3 043/105] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v3 044/105] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v3 045/105] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v3 046/105] drm/vc4: hvs: Remove mode_set_nofb
` [PATCH v3 047/105] drm/vc4: crtc: "
` [PATCH v3 048/105] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v3 049/105] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v3 050/105] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v3 051/105] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v3 052/105] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v3 053/105] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v3 054/105] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v3 055/105] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v3 056/105] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v3 057/105] drm/vc4: drv: Disable the CRTC at boot time
` [PATCH v3 058/105] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v3 059/105] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v3 060/105] drm/vc4: crtc: Make state functions public
` [PATCH v3 061/105] drm/vc4: crtc: Split CRTC data in two
` [PATCH v3 062/105] drm/vc4: crtc: Only access the PixelValve registers if we have to
` [PATCH v3 063/105] drm/vc4: crtc: Move the CRTC initialisation to a separate function
` [PATCH v3 064/105] drm/vc4: crtc: Change the HVS5 test for of_device_is_compatible
` [PATCH v3 065/105] drm/vc4: crtc: Move the txp_armed function to the TXP
` [PATCH v3 066/105] drm/vc4: txp: Turn the TXP into a CRTC of its own
` [PATCH v3 067/105] drm/vc4: crtc: Remove the feed_txp tests
` [PATCH v3 068/105] drm/vc4: hdmi: Use debugfs private field
` [PATCH v3 069/105] drm/vc4: hdmi: Move structure to header
` [PATCH v3 070/105] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v3 071/105] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v3 072/105] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v3 073/105] drm/vc4: hdmi: Move accessors "
` [PATCH v3 074/105] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v3 075/105] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v3 076/105] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v3 077/105] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v3 078/105] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v3 079/105] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v3 080/105] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v3 081/105] drm/vc4: hdmi: Add reset callback
` [PATCH v3 082/105] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v3 083/105] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v3 084/105] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v3 085/105] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v3 086/105] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v3 087/105] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v3 088/105] drm/vc4: hdmi: Add CEC support flag
` [PATCH v3 089/105] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v3 090/105] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH v3 091/105] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v3 092/105] drm/vc4: hdmi: Use clk_set_min_rate instead
` [PATCH v3 093/105] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v3 094/105] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v3 095/105] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v3 096/105] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v3 097/105] drm/vc4: hdmi: Deal with multiple ALSA cards
` [PATCH v3 098/105] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v3 099/105] drm/vc4: hdmi: Always recenter the HDMI FIFO
` [PATCH v3 100/105] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v3 101/105] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v3 102/105] drm/vc4: hdmi: Switch to blank pixels when disabled
` [PATCH v3 103/105] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v3 104/105] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v3 105/105] ARM: dts: bcm2711: Enable the display pipeline

[RESEND PATCH v4] ARM: dts: keystone: Rename "msmram" node to "sram"
 2020-05-27 19:35 UTC 

[PATCH] dt-bindings: watchdog: Convert UniPhier watchdog timer to json-schema
 2020-05-27 19:33 UTC  (2+ messages)

[PATCH] arm64: vdso32: force vdso32 to be compiled as -marm
 2020-05-27 19:28 UTC  (9+ messages)

[soc:arm/fixes] BUILD SUCCESS 99706d62fb50486eadb4441eaed311491fd7addf
 2020-05-27 19:26 UTC 

[PATCH 00/14] Adding support for Microchip Sparx5 SoC
 2020-05-27 19:08 UTC  (5+ messages)
` [PATCH 12/14] clk: sparx5: Add Sparx5 SoC DPLL clock driver

[PATCH] clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE
 2020-05-27 19:02 UTC  (2+ messages)

[PATCH] arm64: disable -fsanitize=shadow-call-stack for big-endian
 2020-05-27 19:01 UTC  (6+ messages)

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-27 18:57 UTC  (3+ messages)
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()

[PATCH] [net-next] mtk-star-emac: mark PM functions as __maybe_unused
 2020-05-27 18:33 UTC  (2+ messages)

[PATCH] arm64: fix clang integrated assembler build
 2020-05-27 18:28 UTC  (3+ messages)

[PATCH] net: ethernet: mtk-star-emac: fix error path in RX handling
 2020-05-27 18:25 UTC  (3+ messages)

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-05-27 18:18 UTC  (2+ messages)

[PATCH v2 0/6] Convert adi,adv7511.txt DT bindings to yaml
 2020-05-27 18:18 UTC  (10+ messages)
` [PATCH v2 6/6] dt-bindings: drm: bridge: adi, adv7511.txt: convert "
  ` [PATCH v2 6/6] dt-bindings: drm: bridge: adi,adv7511.txt: "

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-27 16:10 UTC  (5+ messages)

[PATCH v5] Add virtio SCMI device specification
 2020-05-27 17:43 UTC 

[RFC PATCH] iommu/arm-smmu: Add module parameter to set msi iova address
 2020-05-27 17:30 UTC  (2+ messages)

[PATCH v14 0/2] Add support for Xilinx CSI2 Receiver Subsystem
 2020-05-27 17:14 UTC  (4+ messages)
` [PATCH v14 1/2] media: dt-bindings: media: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem

[PATCH] irqchip/irq-mtk-sysirq: drop unnecessary spinlock
 2020-05-27 17:06 UTC  (3+ messages)

[PATCH 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
 2020-05-27 16:57 UTC  (2+ messages)

[PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO
 2020-05-27 16:52 UTC  (3+ messages)

[PATCH v5 00/14] Add PCIe support to TI's J721E SoC
 2020-05-27 16:37 UTC  (7+ messages)
` [PATCH v5 03/14] PCI: cadence: Convert all r/w accessors to perform only 32-bit accesses

[PATCH v9 00/10] exynos-ufs: Add support for UFS HCI
 2020-05-27 16:23 UTC  (4+ messages)
  ` [PATCH v9 08/10] dt-bindings: ufs: Add DT binding documentation for ufs

[PATCH V3] dt-bindings: reset: Convert i.MX reset to json-schema
 2020-05-27 16:14 UTC  (2+ messages)

[PATCH V2] dt-bindings: reset: Convert i.MX7 reset to json-schema
 2020-05-27 16:14 UTC  (2+ messages)

[PATCH] coresight: Use devm_kcalloc() in coresight_alloc_conns()
 2020-05-27 15:58 UTC  (2+ messages)

[PATCH v3 00/25] clk: bcm: rpi: Add support for BCM2711 firmware clocks
 2020-05-27 15:45 UTC  (26+ messages)
` [PATCH v3 01/25] dt-bindings: arm: bcm: Convert BCM2835 firmware binding to YAML
` [PATCH v3 02/25] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH v3 03/25] firmware: rpi: Only create clocks device if we don't have a node for it
` [PATCH v3 04/25] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH v3 05/25] clk: bcm: rpi: Statically init clk_init_data
` [PATCH v3 06/25] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH v3 07/25] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH v3 08/25] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH v3 09/25] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH v3 10/25] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH v3 11/25] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH v3 12/25] clk: bcm: rpi: Use CCF boundaries instead of rolling our own
` [PATCH v3 13/25] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH v3 14/25] clk: bcm: rpi: Add clock id to data
` [PATCH v3 15/25] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v3 16/25] clk: bcm: rpi: Rename is_prepared function
` [PATCH v3 17/25] clk: bcm: rpi: Split pllb clock hooks
` [PATCH v3 18/25] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH v3 19/25] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH v3 20/25] clk: bcm: rpi: Add an enum for the firmware clocks
` [PATCH v3 21/25] clk: bcm: rpi: Discover "
` [PATCH v3 22/25] clk: bcm: rpi: Give firmware clocks a name
` [PATCH v3 23/25] Revert "clk: bcm2835: remove pllb"
` [PATCH v3 24/25] clk: bcm: rpi: Remove the quirks for the CPU clock
` [PATCH v3 25/25] ARM: dts: bcm2711: Add firmware clocks node

[V9, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-27 15:27 UTC  (5+ messages)
` [V9, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[PATCH][V3] arm64: perf: Get the wrong PC value in REGS_ABI_32 mode
 2020-05-27 15:19 UTC  (5+ messages)

[PATCH] media: stm32-dcmi: Set minimum cpufreq requirement
 2020-05-27 15:16 UTC 

[arm:cex7 105/106] drivers/net/phy/qsfp.c:1229:3: warning: misleading indentation; statement is not part of the previous 'if'
 2020-05-27 15:05 UTC 

[PATCH] media: exynos4-is: add the missed check for pinctrl_lookup_state
 2020-05-27 15:06 UTC 

[RFC RESEND 0/3] Introduce cpufreq minimum load QoS
 2020-05-27 15:03 UTC  (10+ messages)

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-05-27 15:00 UTC  (5+ messages)

[PATCH -next] ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()
 2020-05-27 14:58 UTC  (2+ messages)

[PATCH v8 00/14] Add support for mt2701 JPEG ENC support
 2020-05-27 14:46 UTC  (5+ messages)
` [PATCH v8 06/14] media: platform: Improve the implementation of the system PM ops

[PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate
 2020-05-27 14:43 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).