linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-08 12:29:42 to 2020-07-08 18:28:30 UTC [more...]

[PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board
 2020-07-08 18:07 UTC  (10+ messages)
` [PATCH 1/8] dt-bindings: serial: renesas, scif: Document r8a774e1 bindings
` [PATCH 2/8] dt-bindings: serial: renesas, hscif: "
` [PATCH 3/8] dt-bindings: irqchip: renesas-irqc: "
` [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support
` [PATCH 5/8] arm64: defconfig: Enable R8A774E1 SoC
` [PATCH 6/8] arm64: dts: renesas: Initial r8a774e1 SoC device tree
` [PATCH 8/8] arm64: dts: renesas: Add HiHope RZ/G2H sub board support

[PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
 2020-07-08 18:20 UTC  (11+ messages)

[RFC PATCH] mm: avoid access flag update TLB flush for retried page fault
 2020-07-08 18:13 UTC  (5+ messages)

[PATCH RESEND 0/3] usb: gadget: udc: atmel: assorted fixes
 2020-07-08 18:04 UTC  (3+ messages)
` [PATCH RESEND 2/3] usb: gadget: udc: atmel: fix uninitialized read in debug printk
` [PATCH RESEND 3/3] usb: gadget: udc: atmel: implement .pullup callback

[xlnx:master 40/56] drivers/misc/xilinx-ai-engine/ai-engine-mem.c:109:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'phys_addr_t' {aka 'unsigned int'}
 2020-07-08 17:51 UTC 

[PATCH v2 0/5] Add initial Keem Bay SoC / Board support
 2020-07-08 17:50 UTC  (5+ messages)
` [PATCH v2 1/5] arm64: Add config for Keem Bay SoC
` [PATCH v2 3/5] MAINTAINERS: Add maintainers "
` [PATCH v2 4/5] arm64: dts: keembay: Add device tree "
` [PATCH v2 5/5] arm64: dts: keembay: Add device tree for Keem Bay EVM board

[PATCH] ARM: dts: imx6qdl: only enable pcie in the pcie dts file
 2020-07-08 17:48 UTC  (2+ messages)

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-07-08 17:42 UTC  (76+ messages)
` [PATCH v4 01/78] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v4 02/78] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v4 03/78] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v4 04/78] drm/vc4: plane: Change LBM alignment constraint on LBM
` [PATCH v4 05/78] drm/vc4: plane: Optimize the LBM allocation size
` [PATCH v4 06/78] drm/vc4: plane: Create more planes
` [PATCH v4 07/78] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v4 08/78] drm/vc4: crtc: Use a shared interrupt
` [PATCH v4 09/78] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v4 10/78] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v4 11/78] drm/vc4: crtc: Use local chan variable
` [PATCH v4 12/78] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v4 13/78] drm/vc4: kms: Convert to for_each_new_crtc_state
` [PATCH v4 14/78] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v4 15/78] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v4 16/78] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v4 17/78] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v4 18/78] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v4 19/78] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v4 20/78] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v4 21/78] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v4 22/78] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v4 23/78] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v4 24/78] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v4 25/78] drm/vc4: crtc: Remove mode_set_nofb
` [PATCH v4 26/78] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v4 27/78] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v4 28/78] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v4 29/78] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v4 30/78] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v4 31/78] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v4 32/78] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v4 33/78] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v4 34/78] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v4 35/78] drm/vc4: drv: Disable the CRTC at boot time
` [PATCH v4 36/78] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v4 37/78] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v4 38/78] drm/vc4: hdmi: Use debugfs private field
` [PATCH v4 39/78] drm/vc4: hdmi: Move structure to header
` [PATCH v4 40/78] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v4 41/78] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v4 42/78] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v4 43/78] drm/vc4: hdmi: Move accessors "
` [PATCH v4 44/78] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v4 45/78] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v4 46/78] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v4 47/78] drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
` [PATCH v4 48/78] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v4 49/78] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v4 50/78] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v4 51/78] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v4 52/78] drm/vc4: hdmi: Add reset callback
` [PATCH v4 53/78] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v4 56/78] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v4 57/78] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v4 58/78] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v4 59/78] drm/vc4: hdmi: Add CEC support flag
` [PATCH v4 60/78] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v4 62/78] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v4 63/78] drm/vc4: hdmi: Use clk_set_min_rate instead
` [PATCH v4 64/78] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v4 65/78] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v4 66/78] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v4 67/78] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v4 68/78] drm/vc4: hdmi: Deal with multiple ALSA cards
` [PATCH v4 69/78] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v4 70/78] drm/vc4: hdmi: Always recenter the HDMI FIFO
` [PATCH v4 71/78] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v4 72/78] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v4 73/78] drm/vc4: hdmi: Switch to blank pixels when disabled
` [PATCH v4 74/78] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v4 75/78] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v4 76/78] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v4 77/78] drm/vc4: drv: Support BCM2711
` [PATCH v4 78/78] ARM: dts: bcm2711: Enable the display pipeline

[PATCH] ARM: dts: imx6qp-sabreauto: enable sata on imx6qp sabreauto board
 2020-07-08 17:41 UTC  (4+ messages)
` [PATCH] ARM: dts: imx6qp-sabresd: enable sata on imx6qp sabresd board

[PATCH v2] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
 2020-07-08 17:08 UTC  (3+ messages)

[PATCH v5 00/13] Add support for Kontron sl28cpld
 2020-07-08 17:00 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix definition of PAGE_HYP_DEVICE
 2020-07-08 16:59 UTC  (2+ messages)

[PATCH 0/6] Fix unwinding through sigreturn trampolines
 2020-07-08 16:57 UTC  (4+ messages)

[Question] How to testing SDEI client driver
 2020-07-08 16:49 UTC  (5+ messages)

[PATCH v2 1/3] arm64/numa: export memory_add_physaddr_to_nid as EXPORT_SYMBOL_GPL
 2020-07-08 16:47 UTC  (15+ messages)

[PATCH v2 00/17] Modularizing Versatile Express
 2020-07-08 16:39 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Preliminary NV patches
 2020-07-08 16:39 UTC  (3+ messages)
` [PATCH v3 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file

[PATCH] ASoC: atmel-pdmic: remove codec component
 2020-07-08 16:33 UTC 

[PATCH] net: ethernet: mtk_eth_soc: fix mtu warning
 2020-07-08 16:32 UTC  (2+ messages)

[PATCH v3 0/2] synquacer: add TPM support
 2020-07-08 16:30 UTC  (6+ messages)
` [PATCH v3 1/2] tpm: tis: add support for MMIO TPM on SynQuacer
` [PATCH v3 2/2] dt-bindings: Add SynQucer TPM MMIO as a trivial device

[PATCH] clk: rockchip: mark pclk_uart2 as critical on rk3328
 2020-07-08 16:28 UTC  (3+ messages)

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-07-08 16:22 UTC  (11+ messages)
` [PATCH v10 01/17] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v10 07/17] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v10 08/17] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v10 12/17] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v10 13/17] mtd: spi-nor: core: perform a Soft Reset on shutdown

[PATCH 00/16] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-07-08 16:17 UTC  (7+ messages)
` [PATCH 08/16] arm64: dts: allwinner: h6: Add HDMI audio node
` [PATCH 13/16] arm64: dts: allwinner: a64: Add HDMI audio

[PATCH v3 0/2] arm64/acpi: restrict AML opregion memory access
 2020-07-08 16:17 UTC  (2+ messages)

[PATCH 04/11] media: exynos4-is: Correct missing entity function initialization
 2020-07-08 16:15 UTC  (21+ messages)
` [PATCH 06/11] media: exynos4-is: Properly set JPEG options when not using CSIS
  ` [PATCH 01/11] media: exynos4-is: Remove static driver data for S5PV210 FIMC variants
  ` [PATCH 02/11] media: exynos4-is: Request syscon only if ISP writeback is present
  ` [PATCH 03/11] media: exynos4-is: Fix nullptr when no CSIS device present
  ` [PATCH 08/11] media: exynos4-is: Remove inh_sensor_ctrls
  ` [PATCH 09/11] media: exynos4-is: Remove unused struct member input_index
  ` [PATCH 11/11] media: exynos4-is: Correct parallel port probing

[PATCH RFC 0/4] Changes to Support *Virtual* CPU Hotplug for ARM64
 2020-07-08 16:11 UTC  (4+ messages)

[PATCH 1/3] usb: dwc2: override PHY input signals with usb role switch support
 2020-07-08 16:00 UTC  (5+ messages)

[PATCH 0/3] media: uapi: cedrus: Fix decoding interlaced H264 content
 2020-07-08 15:57 UTC  (4+ messages)
` [PATCH 1/3] media: uapi: h264: update reference lists

[PATCH AUTOSEL 4.14 1/5] drm/exynos: fix ref count leak in mic_pre_enable
 2020-07-08 15:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 2/5] arm64/alternatives: use subsections for replacement sequences

[PATCH AUTOSEL 4.19 2/8] drm/exynos: fix ref count leak in mic_pre_enable
 2020-07-08 15:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/8] arm64/alternatives: use subsections for replacement sequences

[PATCH AUTOSEL 5.4 04/16] drm/exynos: Properly propagate return value in drm_iommu_attach_device()
 2020-07-08 15:41 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 05/16] drm/exynos: fix ref count leak in mic_pre_enable
` [PATCH AUTOSEL 5.4 07/16] thermal/drivers: imx: Fix missing of_node_put() at probe time
` [PATCH AUTOSEL 5.4 11/16] dt-bindings: mailbox: zynqmp_ipi: fix unit address
` [PATCH AUTOSEL 5.4 13/16] arm64/alternatives: use subsections for replacement sequences

[PATCH AUTOSEL 5.7 04/30] drm/exynos: Properly propagate return value in drm_iommu_attach_device()
 2020-07-08 15:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 05/30] drm/exynos: fix ref count leak in mic_pre_enable
` [PATCH AUTOSEL 5.7 09/30] thermal/drivers: imx: Fix missing of_node_put() at probe time

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-07-08 15:34 UTC  (3+ messages)
` [PATCH 1/2] memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold
` [PATCH 2/2] ARM: dts: exynos: Remove interrupts from DMC controller in Exynos5422

[RESEND PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-07-08 15:15 UTC  (7+ messages)
` [RESEND PATCH 2/3] drm/mediatek: mtk_dpi: Convert to bridge driver
` [RESEND PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

[PATCH v5] tty: serial: don't do termios for BTIF
 2020-07-08 14:58 UTC  (2+ messages)

[PATCH] drm/vc4: hdmi: Add a name to the codec DAI component
 2020-07-08 14:45 UTC 

[RFC PATCH 0/2] PM / devfreq: Add delayed timer for polling
 2020-07-08 14:25 UTC  (6+ messages)
    ` [RFC PATCH 2/2] memory: samsung: exynos5422-dmc: Use delayed timer as default

[RESEND PATCH] Revert "clk: rockchip: fix wrong mmc sample phase shift for rk3328"
 2020-07-08 14:23 UTC  (2+ messages)

[PATCH v2] drm/bridge/synopsys: dsi: allow LP commands in video mode
 2020-07-08 14:08 UTC 

[PATCH v8] arm64: Expose FAR_EL1 tag bits in siginfo
 2020-07-08 13:58 UTC  (11+ messages)

[PATCH] thermal: sun8i: Be loud when probe fails
 2020-07-08 13:57 UTC  (11+ messages)

[PATCH] arm64: Introduce sysctl to disable pointer authentication
 2020-07-08 13:46 UTC  (3+ messages)

[GIT PULL] firmware: arm_scmi: updates for v5.9
 2020-07-08 13:41 UTC  (7+ messages)

[PATCH v4] kasan: fix KASAN unit tests for tag-based KASAN
 2020-07-08 13:25 UTC 

[PATCH v2 00/28] Clean-up ASoC's W=1 build warnings
 2020-07-08 13:34 UTC  (3+ messages)
` [PATCH v2 20/28] ASoC: sti: uniperif: Mark 'uni_tdm_hw' as __maybe_unused

[PATCHv7 0/3] Variscite DART-6UL SoM support
 2020-07-08 13:31 UTC  (5+ messages)
` [PATCHv7 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

[PATCH V4 0/3] arm64: Enable vmemmap mapping from device memory
 2020-07-08 13:25 UTC  (3+ messages)
` [PATCH V4 2/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_alloc_block_buf()

[PATCH 00/15] Clean-up MMC's W=1 build warnings
 2020-07-08 13:20 UTC  (4+ messages)
` [PATCH 15/15] mmc: host: sdhci-iproc: Tell the compiler that ACPI functions may not be used
  ` [PATCH v2 15/15] mmc: host: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPI

[PATCH 1/1] video: backlight: sky81452-backlight: Fix some kerneldoc issues
 2020-07-08 13:06 UTC  (2+ messages)

[PATCH 0/4] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-07-08 13:00 UTC 

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-07-08 12:54 UTC  (3+ messages)
` [PATCH v9 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
 2020-07-08 12:46 UTC  (2+ messages)

[RFC PATCH v5 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-08 12:40 UTC  (3+ messages)
` [RFC PATCH v5 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [RFC PATCH v5 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH v3] kasan: fix KASAN unit tests for tag-based KASAN
 2020-07-08 12:37 UTC  (2+ messages)

[PATCH v3] phy: samsung: Use readl_poll_timeout function
 2020-07-08 12:31 UTC  (4+ messages)

[PATCH v10 0/5] NVIDIA ARM SMMU Implementation
 2020-07-08 12:28 UTC  (3+ messages)
` [PATCH v10 5/5] iommu/arm-smmu: Add global/context fault implementation hooks


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