linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-17 14:47:07 to 2018-06-18 14:58:33 UTC [more...]

[PATCH v4 00/19] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-06-18 14:58 UTC  (10+ messages)
` [PATCH v4 01/19] dt-bindings: sram: sunxi: Add A13, A20 and A33 SRAM controller bindings
` [PATCH v4 02/19] dt-bindings: sram: sunxi: Add A10 binding for the C1 SRAM region
` [PATCH v4 03/19] dt-bindings: sram: sunxi: Add A13 "
` [PATCH v4 04/19] dt-bindings: sram: sunxi: Add A20 "
` [PATCH v4 05/19] dt-bindings: sram: sunxi: Add A33 "
` [PATCH v4 06/19] drivers: soc: sunxi: Add support "
` [PATCH v4 07/19] drivers: soc: sunxi: Add dedicated compatibles for the A13 and A33
` [PATCH v4 08/19] ARM: dts: sun5i: Use dedicated SRAM controller compatible
` [PATCH v4 09/19] ARM: dts: sun7i-a20: Also use "

[PATCH] power: vexpress: fix corruption in notifier registration
 2018-06-18 14:56 UTC  (2+ messages)

[PATCH v2 00/27] Add support for R40 HDMI pipeline
 2018-06-18 14:43 UTC  (6+ messages)
` [linux-sunxi] "

[PATCHv4 0/4] arm/versatile: no-MMU support
 2018-06-18 14:19 UTC  (5+ messages)
` [PATCHv4 1/4] ARM: versatile: support no-MMU mode addressing
` [PATCHv4 2/4] ARM: versatile: define empty debug_ll_io_init() for no-MMU
` [PATCHv4 3/4] ARM: versatile: empty Makefile.boot needed for no-MMU compile
` [PATCHv4 4/4] ARM: versatile: support configuring versatile machine for no-MMU

[PATCH 0/5] RFC: Mezzanine handling for 96boards
 2018-06-18 14:15 UTC  (9+ messages)
` [PATCH 1/5] RFC: gpio: Add API to explicitly name a consumer
` [PATCH 2/5] RFC: eeprom: at24: Allow passing gpiodesc from pdata
` [PATCH 3/5] RFC: spi: Make of_find_spi_device_by_node() available
` [PATCH 4/5] RFC: bus: 96boards Low-Speed Connector
` [PATCH 5/5] RFC: ARM64: dts: Add Low-Speed Connector to ZCU100

[PATCH v5 0/5] ASoC: add driver for Atmel I2S controller
 2018-06-18 14:12 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: clk: at91: add an I2S mux clock
` [PATCH v5 2/5] clk: at91: add I2S clock mux driver
` [PATCH v5 3/5] ARM: dts: at91: sama5d2: add I2S clock muxing nodes
` [PATCH v5 4/5] ARM: dts: at91: sama5d2: add nodes for I2S controllers
` [PATCH v5 5/5] ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S

Regression in Linux next again
 2018-06-18 14:08 UTC  (5+ messages)
  ` [PATCH v2] regulator: core: Enable voltage balancing
        ` [PATCH] regulator: core: Pass max_uV value to regulator_set_voltage_rdev

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-06-18 14:00 UTC  (3+ messages)

[PATCH 1/3] ARM: dts: imx53: Add 'ARM platform' node
 2018-06-18 13:52 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: imx53: Add a label for the PMU node
` [PATCH 3/3] ARM: mx5: Set the DBGEN bit in ARM_GPC register

[PATCH] ARM: NOMMU: Use instr_sync instead of plain isb in common code
 2018-06-18 13:37 UTC  (3+ messages)

[PATCH v2 0/7] arm64: numa/topology/smp: update the cpumasks for CPU hotplug
 2018-06-18 13:18 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: topology: refactor reset_cpu_topology to add support for removing topology
` [PATCH v2 2/7] arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
` [PATCH v2 3/7] arm64: topology: add support to remove cpu topology sibling masks
` [PATCH v2 4/7] arm64: topology: restrict updating siblings_masks to online cpus only
` [PATCH v2 5/7] arm64: smp: remove cpu and numa topology information when hotplugging out CPU
` [PATCH v2 6/7] arm64: topology: rename llc_siblings to align with other struct members
` [PATCH v2 7/7] arm64: topology: re-introduce numa mask check for scheduler MC selection

[PATCH] ARM: dts: imx7d-sdb: Remove duplicate regulator-can2-3v3
 2018-06-18 13:11 UTC 

[PATCH 2/4] ARM: NOMMU: Postpone MPU activation till __after_proc_init
 2018-06-18 12:43 UTC  (2+ messages)

Regression in Linux next again
 2018-06-18 12:37 UTC  (5+ messages)
    ` [PATCH 5/7] regulator: core: Lock dependent regulators

[PATCHv3 00/19] arm64: invoke syscalls with pt_regs
 2018-06-18 12:03 UTC  (20+ messages)
` [PATCHv3 01/19] arm64: consistently use unsigned long for thread flags
` [PATCHv3 02/19] arm64: move SCTLR_EL{1, 2} assertions to <asm/sysreg.h>
` [PATCHv3 03/19] arm64: introduce sysreg_clear_set()
` [PATCHv3 04/19] arm64: kill config_sctlr_el1()
` [PATCHv3 05/19] arm64: kill change_cpacr()
` [PATCHv3 06/19] arm64: move sve_user_{enable, disable} to <asm/fpsimd.h>
` [PATCHv3 07/19] arm64: remove sigreturn wrappers
` [PATCHv3 08/19] arm64: convert raw syscall invocation to C
` [PATCHv3 09/19] arm64: convert syscall trace logic "
` [PATCHv3 10/19] arm64: convert native/compat syscall entry "
` [PATCHv3 11/19] arm64: don't reload GPRs after apply_ssbd
` [PATCHv3 12/19] arm64: zero GPRs upon entry from EL0
` [PATCHv3 13/19] kernel: add ksys_personality()
` [PATCHv3 14/19] kernel: add kcompat_sys_{f,}statfs64()
` [PATCHv3 15/19] arm64: remove in-kernel call to sys_personality()
` [PATCHv3 16/19] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
` [PATCHv3 17/19] arm64: use SYSCALL_DEFINE6() for mmap
` [PATCHv3 18/19] arm64: convert compat wrappers to C
` [PATCHv3 19/19] arm64: implement syscall wrappers

[PATCH v2 1/1] ASoC: stm32: sai: add iec958 controls support
 2018-06-18 12:00 UTC  (2+ messages)
` Applied "ASoC: stm32: sai: add iec958 controls support" to the asoc tree

[PATCH v2 1/3] ASoC: simple-card-utils: move hp and mic detect gpios from simple-card
 2018-06-18 12:00 UTC  (2+ messages)
` Applied "ASoC: simple-card-utils: move hp and mic detect gpios from simple-card" to the asoc tree

[PATCH v3 2/3] ASoC: simple-card: move hp and mic detection to soc_card probe
 2018-06-18 12:00 UTC  (2+ messages)
` Applied "ASoC: simple-card: move hp and mic detection to soc_card probe" to the asoc tree

[PATCH v2 3/3] ASoC: audio-graph-card: add hp and mic detect gpios same as simple-card
 2018-06-18 12:00 UTC  (2+ messages)
` Applied "ASoC: audio-graph-card: add hp and mic detect gpios same as simple-card" to the asoc tree

[PATCH v2] mtd: atmel-quadspi: add suspend/resume hooks
 2018-06-18 12:00 UTC  (4+ messages)

[PATCH v2 1/2] ASoC: pxa: add binding for pxa2xx-ac97 audio complex
 2018-06-18 11:59 UTC  (2+ messages)
` Applied "ASoC: pxa: add binding for pxa2xx-ac97 audio complex" to the asoc tree

[PATCH v2 2/2] ASoC: pxa: add devicetree support
 2018-06-18 11:59 UTC  (2+ messages)
` Applied "ASoC: pxa: add devicetree support" to the asoc tree

[PATCH 00/11] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
 2018-06-18 11:54 UTC  (6+ messages)
` [PATCH 01/11] i2c: add helpers for locking the I2C segment

[PATCH v2 0/4] add mailbox support for i.MX7D
 2018-06-18 11:51 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: mailbox: provide imx-mailbox documentation

[PATCH 0/5] Fixes coding style in xilinx_emaclite.c
 2018-06-18 11:50 UTC  (6+ messages)
` [PATCH 1/5] net: emaclite: Use __func__ instead of hardcoded name
` [PATCH 2/5] net: emaclite: Balance braces in else statement
` [PATCH 3/5] net: emaclite: update kernel-doc comments
` [PATCH 4/5] net: emaclite: Fix block comments style
` [PATCH 5/5] net: emaclite: Remove unnecessary spaces

Charge counter on droid 4
 2018-06-18 11:48 UTC  (7+ messages)

[PATCH] iommu/io-pgtable-arm: Fix pgtable allocation in selftest
 2018-06-18 11:27 UTC 

[PATCH v2 00/10] Add TOSHIBA TC358764 DSI/LVDS bridge driver
 2018-06-18 11:23 UTC  (9+ messages)
  ` [PATCH v2 08/10] drm/bridge: tc358764: Add DSI to LVDS "
  ` [PATCH v2 07/10] dt-bindings: tc358754: add DT bindings

[PATCH v2 0/1] ASoC: stm32: sai: add iec958 controls support
 2018-06-18 11:15 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: Add missing CPU clocks to secondary CPUs on Exynos542x
 2018-06-18 11:09 UTC  (2+ messages)

[PATCH 0/5] Fixes coding style in xilinx_emaclite.c
 2018-06-18 11:08 UTC  (6+ messages)
` [PATCH 1/5] net: emaclite: Use __func__ instead of hardcoded name
` [PATCH 2/5] net: emaclite: Balance braces in else statement
` [PATCH 3/5] net: emaclite: update kernel-doc comments
` [PATCH 4/5] net: emaclite: Fix block comments style
` [PATCH 5/5] net: emaclite: Remove unnecessary spaces

[PATCH v2 1/2] ARM: dts: imx6qdl-sabreauto: Add sensors
 2018-06-18 11:05 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: imx_v6_v7_defconfig: Enable imx6qdl-sabreauto sensors

[PATCH 0/6] coresight: Coresight Address Translation Unit support
 2018-06-18 10:56 UTC  (7+ messages)
` [PATCH 1/6] coresight: Cleanup device subtype struct
` [PATCH 2/6] coresight: Add helper device type
` [PATCH 3/6] coresight: Introduce support for Coresight Address Translation Unit
` [PATCH 4/6] dts: bindings: Document device tree binding for CATU
` [PATCH 5/6] coresight: catu: Add support for scatter gather tables
` [PATCH 6/6] coresight: catu: Plug in CATU as a backend for ETR buffer

[PATCH v3 1/2] dt-bindings: add binding for Rockchip hdmi phy using an Innosilicon IP
 2018-06-18 10:39 UTC  (3+ messages)
` [PATCH v3 2/2] phy: add Rockchip Innosilicon hdmi phy

[PATCH v2] ARM: dts: rockchip: convert rk3288 to operating-points-v2
 2018-06-18 10:23 UTC  (2+ messages)

[PATCH] soc: imx: gpc: fix PDN delay & improve readability
 2018-06-18 10:13 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v8 0/6] Driver for at91 usart in spi mode
 2018-06-18 10:08 UTC  (7+ messages)
` [PATCH v8 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v8 2/6] dt-bindings: add binding for atmel-usart in SPI mode
` [PATCH v8 3/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v8 4/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v8 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v8 6/6] tty/serial: atmel: change the driver to work under at91-usart mfd

[PATCH 1/2] media: stm32-dcmi: drop unnecessary while(1) loop
 2018-06-18  9:49 UTC  (4+ messages)
` [PATCH 2/2] media: stm32-dcmi: add mandatory of_node_put() in success path

[PATCH] media: stm32-dcmi: simplify of_node_put usage
 2018-06-18  9:36 UTC  (2+ messages)

[PATCH v2 0/2] Add R8A77980/Condor PCIe support
 2018-06-18  9:36 UTC  (2+ messages)

[PATCH] ARM: dts: rockchip: convert rk3288 to operating-points-v2
 2018-06-18  9:21 UTC  (2+ messages)

[RFC PATCH] sdhci-of-arasan: card initialization failure -84
 2018-06-18  8:59 UTC  (3+ messages)
` [PATCH v2] mmc: sdhci-of-arasan: Add quirk for unstable clocks

[PATCH V2 0/4] soc: imx: add scu firmware api support
 2018-06-18  8:58 UTC  (2+ messages)
  ` [PATCH V2 4/4] soc: imx: add SC firmware IPC and APIs

[PATCH v3 00/14] ARM: pxa: switch to DMA slave maps
 2018-06-18  8:41 UTC  (18+ messages)
` [PATCH v3 01/14] dmaengine: pxa: use a dma slave map
` [PATCH v3 02/14] ARM: pxa: add "
` [PATCH v3 03/14] dmaengine: pxa: add a default requestor policy
` [PATCH v3 04/14] mmc: pxamci: remove the dmaengine compat need
` [PATCH v3 05/14] media: pxa_camera: "
` [PATCH v3 06/14] mtd: rawnand: marvell: "
` [PATCH v3 07/14] net: smc911x: "
` [PATCH v3 08/14] net: smc91x: "
` [PATCH v3 09/14] ASoC: pxa: "
` [PATCH v3 10/14] ata: pata_pxa: "
` [PATCH v3 11/14] dmaengine: pxa: document pxad_param
` [PATCH v3 12/14] dmaengine: pxa: make the filter function internal
` [PATCH v3 13/14] ARM: pxa: remove the DMA IO resources
` [PATCH v3 14/14] ARM: pxa: change SSP DMA channels allocation

[PATCH] Revert "drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE"
 2018-06-18  8:27 UTC  (2+ messages)

[PATCH 4.14 116/189] spi: bcm2835aux: ensure interrupts are enabled for shared handler
 2018-06-18  8:13 UTC 

[PATCH 4.16 178/279] spi: bcm2835aux: ensure interrupts are enabled for shared handler
 2018-06-18  8:13 UTC  (2+ messages)
` [PATCH 4.16 222/279] perf cs-etm: Support unknown_thread in cs_etm_auxtrace

[PATCH 0/3] ARM: imx: Make DRM_MXSFB and FB_MXS coexist
 2018-06-18  8:13 UTC  (9+ messages)
` [PATCH 1/3] drm: mxsfb: Change driver.name to mxsfb-drm

[PATCH v4 0/3] Add controls for VP8/VP9 profile
 2018-06-18  7:58 UTC  (4+ messages)
` [PATCH v4 1/3] media: v4l2-ctrl: Change control for VP8 profile to menu control
` [PATCH v4 2/3] media: v4l2-ctrl: Add control for VP9 profile
` [PATCH v4 3/3] media: mtk-vcodec: Support VP9 profile in decoder

[PATCH v3 00/27] Fix some doc build warnings/errors and broken links
 2018-06-18  7:57 UTC  (3+ messages)
` [PATCH v3 24/27] devicetree: fix a series of wrong file references

[PATCH] efi/arm: preserve early mapping of UEFI memory map longer for BGRT
 2018-06-18  7:41 UTC 

[PATCH v3 0/4] allwinner: a64: add SRAM controller / system control
 2018-06-18  7:34 UTC  (4+ messages)

[PATCH] dt-bindings: Fix unbalanced quotation marks
 2018-06-18  7:06 UTC  (2+ messages)

[PATCH 0/3] arm64: kexec, kdump: fix boot failures on acpi-only system
 2018-06-18  6:44 UTC  (6+ messages)
` [PATCH 2/3] arm64: acpi, efi: fix alignment fault in accessing ACPI tables at kdump
  ` [PATCH 2/3] arm64: acpi,efi: "
` [PATCH 0/3] arm64: kexec,kdump: fix boot failures on acpi-only system

[PATCH v4 00/26] Fix some doc build warnings/errors and broken links
 2018-06-18  5:49 UTC  (3+ messages)
` [PATCH v4 23/26] devicetree: fix a series of wrong file references

[PATCH v2 0/4] arm: dts: Aspeed SoC device-tree update
 2018-06-18  5:16 UTC  (6+ messages)
` [PATCH v2 1/4] arm: dts: Fix error in Aspeed OpenPower Romulus device-tree
` [PATCH v2 2/4] dt-bindings: misc: Aspeed coprocessor interrupt controller
` [PATCH v2 3/4] arm: dts: Update AST2500 device-tree
` [PATCH v2 4/4] arm: dts: Update AST2400 device-tree

[PATCH v1 0/6] perf cs-etm: Fix tracing packet handling and minor refactoring
 2018-06-18  5:09 UTC  (7+ messages)
` [PATCH v1 1/6] perf cs-etm: Introduce invalid address macro
` [PATCH v1 2/6] perf cs-etm: Bail out immediately for instruction sample failure
` [PATCH v1 3/6] perf cs-etm: Fix start tracing packet handling
` [PATCH v1 4/6] perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet
` [PATCH v1 5/6] perf cs-etm: Generate branch sample when receiving a "
` [PATCH v1 6/6] perf cs-etm: Generate branch sample for "

[PATCH v11 00/27] ARM: davinci: convert to common clock framework​
 2018-06-18  4:47 UTC  (4+ messages)

[PATCHv4 0/2] Improved perf support for imx53/ppd
 2018-06-18  4:00 UTC  (5+ messages)
` [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU

[PATCH] ARM: S3C24XX: fix typo in guard macro for s3c2412.h
 2018-06-17 19:46 UTC 

[PATCH 00/15] arm: dts: Fix OPP and cooling device properties
 2018-06-17 14:47 UTC  (5+ messages)
` [PATCH 04/15] arm: dts: rk322x: Add missing cooling device properties for CPUs
` [PATCH 10/15] arm: dts: rk3288: "


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