linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-23 13:04:25 to 2020-02-24 09:32:32 UTC [more...]

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-24  9:07 UTC  (66+ messages)
` [PATCH 01/89] dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schema
` [PATCH 02/89] dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C binding
` [PATCH 03/89] i2c: brcmstb: Support BCM2711 HDMI BSC controllers
` [PATCH 04/89] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH 05/89] clk: Return error code when of provider pointer is NULL
` [PATCH 06/89] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 08/89] clk: bcm: rpi: Statically init clk_init_data
` [PATCH 09/89] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH 10/89] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH 11/89] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH 12/89] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH 13/89] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH 14/89] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH 16/89] clk: bcm: rpi: Add clock id to data
` [PATCH 17/89] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function
` [PATCH 19/89] clk: bcm: rpi: Split pllb clock hooks
` [PATCH 20/89] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH 21/89] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH 22/89] clk: bcm: rpi: Discover the firmware clocks
` [PATCH 23/89] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH 24/89] reset: Move reset-simple header out of drivers/reset
` [PATCH 25/89] reset: simple: Add reset callback
` [PATCH 26/89] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH 27/89] clk: bcm: Add BCM2711 DVP driver
` [PATCH 28/89] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH 29/89] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH 30/89] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH 31/89] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH 32/89] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH 33/89] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH 34/89] drm/vc4: drv: Add include guards
` [PATCH 35/89] drm/vc4: drv: Support BCM2711
` [PATCH 36/89] drm/vc4: drv: Add support for the BCM2711 HVS5
` [PATCH 37/89] drm/vc4: plane: Improve LBM usage
` [PATCH 38/89] drm/vc4: plane: Move planes creation to its own function
` [PATCH 39/89] drm/vc4: plane: Move additional planes creation to driver
` [PATCH 40/89] drm/vc4: plane: Register all the planes at once
` [PATCH 41/89] drm/vc4: plane: Create overlays for any CRTC
` [PATCH 42/89] drm/vc4: plane: Create more planes
` [PATCH 43/89] drm/vc4: crtc: Rename SoC data structures
` [PATCH 44/89] drm/vc4: crtc: Move crtc state to common header
` [PATCH 45/89] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH 46/89] drm/vc4: crtc: Use a shared interrupt
` [PATCH 47/89] drm/vc4: crtc: Turn static const variable into a define
` [PATCH 48/89] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH 49/89] drm/vc4: crtc: Rename HVS channel to output
` [PATCH 50/89] drm/vc4: crtc: Use local chan variable
` [PATCH 51/89] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH 52/89] drm/vc4: crtc: Assign output to channel automatically
` [PATCH 53/89] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH 54/89] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH 55/89] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH 56/89] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH 57/89] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH 58/89] drm/vc4: crtc: Disable color management for HVS5
` [PATCH 59/89] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH 60/89] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH 61/89] drm/vc4: hdmi: Use debugfs private field
` [PATCH 63/89] drm/vc4: hdmi: rework connectors and encoders
` [PATCH 64/89] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH 66/89] drm/vc4: hdmi: Move accessors to vc4_hdmi
` [PATCH 68/89] drm/vc4: hdmi: Add container_of macros for encoders and connectors

[PATCH net-next v1 00/18] Clean driver, module and FW versions
 2020-02-24  9:03 UTC  (20+ messages)
` [PATCH net-next v1 01/18] net/bond: Delete driver and module versions
` [PATCH net-next v1 02/18] net/dummy: Ditch "
` [PATCH net-next v1 03/18] net/3com: Delete driver and module versions from 3com drivers
` [PATCH net-next v1 04/18] net/adaptec: Clean driver versions
` [PATCH net-next v1 05/18] net/aeroflex: Clean ethtool_info struct assignments
` [PATCH net-next v1 06/18] net/aeroflex: Don't assign FW if it is not available
` [PATCH net-next v1 07/18] net/agere: Delete unneeded driver version
` [PATCH net-next v1 08/18] net/alacritech: Delete "
` [PATCH net-next v1 09/18] net/allwinner: Remove "
` [PATCH net-next v1 10/18] net/alteon: Properly report FW version
` [PATCH net-next v1 11/18] net/althera: Delete hardcoded driver version
` [PATCH net-next v1 12/18] net/amazon: Ensure that driver version is aligned to the linux kernel
` [PATCH net-next v1 13/18] net/amd: Remove useless driver version
` [PATCH net-next v1 14/18] net/apm: "
` [PATCH net-next v1 15/18] net/apm: Properly mark absence of FW
` [PATCH net-next v1 16/18] net/aquantia: Delete module version
` [PATCH net-next v1 17/18] net/arc: Delete driver version
` [PATCH net-next v1 18/18] net/atheros: Clean atheros code from "

[PATCH v6 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
 2020-02-24  8:53 UTC  (4+ messages)

[PATCH v6 0/4] add mt8183 dpi driver
 2020-02-24  8:46 UTC  (4+ messages)
` [PATCH v6 1/4] dt-bindings: display: mediatek: update dpi supported chips

[PATCH] docs: dt: fix several broken doc references
 2020-02-24  8:45 UTC  (2+ messages)

[PATCH V2 1/6] ARM: dts: stm32: Add Ethernet0 RMII pins A pinmux entry on stm32mp1
 2020-02-24  8:35 UTC  (5+ messages)
` [PATCH V2 6/6] ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board

[PATCH v3 0/8] arm64: dts: librem5-devkit: description updates
 2020-02-24  7:55 UTC  (10+ messages)
` [PATCH v3 1/8] arm64: dts: librem5-devkit: enable sai2 and sai6 audio interface
` [PATCH v3 2/8] arm64: dts: librem5-devkit: add the simcom 7100 modem and sgtl5000 audio codec
` [PATCH v3 3/8] arm64: dts: librem5-devkit: allow modem to wake the system from suspend
` [PATCH v3 4/8] arm64: dts: librem5-devkit: add a vbus supply to usb0
` [PATCH v3 5/8] arm64: dts: librem5-devkit: add the regulators for DVFS
` [PATCH v3 6/8] arm64: dts: librem5-devkit: allow the redpine card to be removed
` [PATCH v3 7/8] arm64: dts: librem5-devkit: increase the VBUS current in the kernel
` [PATCH v3 8/8] arm64: dts: librem5-devkit: add lsm9ds1 mount matrix

[PATCH 1/7] Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
 2020-02-24  7:52 UTC  (5+ messages)

[PATCH V2] arm64: dts: imx8mn: Adjust 1.2GHz OPP voltage to OD mode
 2020-02-24  7:51 UTC  (2+ messages)

[PATCH] clk: imx: clk-sscg-pll: Drop unnecessary initialization
 2020-02-24  7:49 UTC  (2+ messages)

[PATCH] ARM: dts: imx: Align ocotp node name
 2020-02-24  7:46 UTC  (2+ messages)

[PATCH] clk: imx: pll14xx: Return error if pll type is invalid
 2020-02-24  7:43 UTC  (2+ messages)

[PATCH] ARM: dts: imx: make wdog node name generic
 2020-02-24  7:43 UTC  (2+ messages)

[PATCH v2 0/8] firmware: imx: Align imx SC msg structs to 4
 2020-02-24  7:30 UTC  (13+ messages)
` [PATCH v2 1/8] clk: imx: Align imx sc clock "
` [PATCH v2 2/8] clk: imx: Align imx sc clock parent "
` [PATCH v2 3/8] firmware: imx: misc: Align imx sc "
` [PATCH v2 4/8] firmware: imx: scu-pd: "
` [PATCH v2 5/8] firmware: imx: Align imx_sc_msg_req_cpu_start "
` [PATCH v2 8/8] soc: imx-scu: Align imx sc msg structs "

[PATCH v3 1/2] ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
 2020-02-24  7:15 UTC  (5+ messages)

[PATCH] firmware: imx: scu: Ensure sequential TX
 2020-02-24  7:03 UTC  (2+ messages)

[PATCH] firmware: imx: scu: Fix corruption of header
 2020-02-24  6:49 UTC  (2+ messages)

[PATCH] firmware: imx: Remove IMX_SC_RPC_SVC_ABORT
 2020-02-24  6:46 UTC  (2+ messages)

[PATCH][next] soc: fsl: dpio: fix dereference of pointer p before null check
 2020-02-24  6:35 UTC  (2+ messages)

[PATCH 0/4] Add support for charger LED for AXP813 and TBS A711 Tablet
 2020-02-24  6:31 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: leds: Add a binding for AXP813 charger led
` [PATCH 2/4] leds: axp20x: Support charger LED on AXP20x like PMICs
` [PATCH 3/4] ARM: dts: axp813: Add charger LED
` [PATCH 4/4] ARM: dts: sun8i-a83t-tbs-a711: Enable charging LED
    ` [linux-sunxi] Re: [PATCH 0/4] Add support for charger LED for AXP813 and TBS A711 Tablet

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-02-24  6:25 UTC  (9+ messages)
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo

[PATCH v2 0/3] Add Aster carrier board support for Colibri iMX7 CoM
 2020-02-24  6:23 UTC  (2+ messages)

[PATCHv10 00/13] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-24  6:11 UTC  (34+ messages)
` [PATCHv10 01/13] PCI: mobiveil: Introduce a new structure mobiveil_root_port
` [PATCHv10 02/13] PCI: mobiveil: Move the host initialization into a function
` [PATCHv10 03/13] PCI: mobiveil: Collect the interrupt related operations "
` [PATCHv10 05/13] PCI: mobiveil: Add callback function for interrupt initialization
` [PATCHv10 07/13] PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init host
` [PATCHv10 08/13] PCI: mobiveil: Add 8-bit and 16-bit CSR register accessors
` [PATCHv10 09/13] PCI: mobiveil: Add Header Type field check
` [PATCHv10 11/13] PCI: mobiveil: Add PCIe Gen4 RC driver for NXP Layerscape SoCs
` [PATCHv10 12/13] arm64: dts: lx2160a: Add PCIe controller DT nodes
` [PATCHv10 13/13] arm64: defconfig: Enable CONFIG_PCIE_LAYERSCAPE_GEN4

[PATCH v8 0/6] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-24  5:52 UTC  (10+ messages)

[PATCHv1 0/2] Add FSYS2 power domain for MMC driver
 2020-02-24  5:49 UTC  (5+ messages)

[PATCH] watchdog: imx2_wdt: Drop .remove callback
 2020-02-24  4:04 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx7-colibri: Fix frequency for sd/mmc
 2020-02-24  3:42 UTC  (2+ messages)

[PATCH RESEND v3 0/4] clk: imx: imx8m: fix a53 cpu clock
 2020-02-24  3:39 UTC  (4+ messages)
` [PATCH RESEND v3 4/4] clk: imx: imx8mp: "

[PATCH 1/3] clk: imx8mp: Rename the IMX8MP_CLK_HDMI_27M clock
 2020-02-24  3:04 UTC  (3+ messages)
` [PATCH 3/3] clk: imx8mp: Correct the enet_qos parent clock

[PATCH] scsi: arm: list_for_each() -> list_for_each_entry()
 2020-02-24  2:53 UTC  (2+ messages)

[PATCH 1/3] watchdog: imx_sc_wdt: Remove unused includes
 2020-02-24  2:54 UTC  (6+ messages)
` [PATCH 3/3] watchdog: imx2_wdt: Remove unused include of init.h

[PATCH] irqchip/gic-v3-its: Clear Valid before writing any bits else in VPENDBASER
 2020-02-24  2:50 UTC 

[PATCH v2 0/9] arm64: dts: librem5-devkit: description updates
 2020-02-24  2:02 UTC  (7+ messages)
` [PATCH v2 1/9] arm64: dts: librem5-devkit: add sai2 and sai6 pinctrl definitions
` [PATCH v2 3/9] arm64: dts: librem5-devkit: add the simcom 7100 modem and sgtl5000 audio codec
` [PATCH v2 4/9] arm64: dts: librem5-devkit: allow modem to wake the system from suspend

[PATCH] arm64: dts: imx8mn-ddr4-evk: Adjust 1.2GHz OPP voltage to OD mode
 2020-02-24  2:01 UTC  (3+ messages)

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-24  1:58 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp-evk: Add GPIO LED support
 2020-02-24  1:50 UTC  (2+ messages)

[PATCH 0/4] thermal: k3: Add support for bandgap sensors
 2020-02-24  1:16 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH v3 0/4] thermal: k3: Add support for bandgap sensors
 2020-02-24  1:14 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation

[PATCH v2 0/4] thermal: k3: Add support for bandgap sensors
 2020-02-24  1:12 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24  0:52 UTC  (4+ messages)
` [PATCH v2 02/18] ARM: replace setup_irq() by request_irq()
` [PATCH v2 08/18] MIPS: Replace "
` [PATCH v2 16/18] clocksource: "

[PATCH 2/7] docs: dt: fix several broken references due to renames
 2020-02-24  0:07 UTC  (2+ messages)

[PATCH] drm: aspeed: Fix GENMASK misuse
 2020-02-24  0:06 UTC  (2+ messages)

[PATCH 0/5] arm64: add the time namespace support
 2020-02-23 23:30 UTC  (4+ messages)
` [PATCH 5/5] arm64/vdso: Restrict splitting VVAR VMA

[PATCH] soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SM
 2020-02-23 23:16 UTC  (4+ messages)

[PATCH v2 0/1] scsi: ufs: fix waiting time for reference clock
 2020-02-23 22:41 UTC  (3+ messages)
` [PATCH v2 1/1] scsi: ufs: ufs-mediatek: add "
  ` [EXT] "

[PATCH v3 01/15] cpu: Add new {add,remove}_cpu() functions
 2020-02-23 19:29 UTC  (6+ messages)
` [PATCH v3 02/15] smp: Create a new function to shutdown nonboot cpus
` [PATCH v3 04/15] arm: Don't use disable_nonboot_cpus()
` [PATCH v3 05/15] arm64: "
` [PATCH v3 06/15] arm64: hibernate.c: Create a new function to handle cpu_up(sleep_cpu)
` [PATCH v3 12/15] firmware: psci: Replace cpu_up/down with add/remove_cpu

[PATCH 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-02-23 19:25 UTC  (4+ messages)
` [PATCH 1/3] mm: use_mm: fix for arches checking mm_users to optimize TLB flushes
` [PATCH 2/3] arm64: select CPUMASK_OFFSTACK if NUMA
` [PATCH 3/3] arm64: tlb: skip tlbi broadcast

[PATCH v3 0/7] arm64: ARMv8.4 Activity Monitors support
 2020-02-23 18:49 UTC  (4+ messages)
` [PATCH v3 6/7] arm64: use activity monitors for frequency invariance

[PATCH] ARM: dts: bcm283x: Add missing properties to the PWR LED
 2020-02-23 18:03 UTC 

[PATCH v2] irqchip/bcm2835: Quiesce IRQs left enabled by bootloader
 2020-02-23 17:59 UTC 

[PATCH 0/3] Add support for Pine64 PinePhone Linux Smartphone
 2020-02-23 17:29 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: sun50i-a64: Add i2c2 pins
` [PATCH 2/3] dt-bindings: arm: sunxi: Add PinePhone 1.0 and 1.1 bindings
` [PATCH 3/3] arm64: dts: allwinner: Add initial support for Pine64 PinePhone

[PATCH v2] usb: gadget: f_fs: try to fix AIO issue under ARM 64 bit TAGGED mode
 2020-02-23 15:49 UTC 

[PATCH] PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30
 2020-02-23 15:09 UTC  (2+ messages)

[PATCHv1 0/3] Odroid N2 failes to boot using upstream kernel using microSD card
 2020-02-23 13:34 UTC  (6+ messages)
` [PATCHv1 3/3] clk: meson: g12a: set cpu clock divider flags too CLK_IS_CRITICAL

[PATCH] lib: iov_iter.c: fix a possible calculation error on remaining bytes
 2020-02-23 13:15 UTC  (3+ messages)

[PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
 2020-02-23 13:02 UTC 


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