linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 07:59:00 to 2019-09-16 06:38:47 UTC [more...]

[PATCH v2] scsi: allow auto suspend override by low-level driver
 2019-09-16  6:38 UTC  (7+ messages)
` [PATCH v2 1/3] scsi: core: "
` [PATCH v2 3/3] scsi: ufs-mediatek: enable auto suspend capability

[PATCH v5] gpio/mpc8xxx: change irq handler from chained to normal
 2019-09-16  5:58 UTC 

[PATCH v3 0/7] add support USB for MT8183
 2019-09-16  5:45 UTC  (4+ messages)
` [PATCH v3 3/7] usb: mtu3: support ip-sleep wakeup "

[RFC PATCH V4 0/4] media: support Mediatek sensor interface driver
 2019-09-16  5:36 UTC  (9+ messages)
` [RFC PATCH V4 1/4] media: platform: mtk-isp: Add "
` [RFC PATCH V4 2/4] media: platform: Add Mediatek sensor interface driver KConfig
` [RFC PATCH V4 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings
` [RFC PATCH V4 4/4] dts: arm64: mt8183: Add sensor interface nodes

[PATCH 1/2] clk: at91: fix update bit maps on CFG_MOR write
 2019-09-16  5:25 UTC  (4+ messages)
` [PATCH 2/2] clk: at91: select parent if main oscillator or bypass is enabled

SCMI & Devfreq
 2019-09-16  5:22 UTC  (2+ messages)
  ` [EXT] "

[PATCH] i2c: at91: Send bus clear command if SCL or SDA is down
 2019-09-16  5:20 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx7d: Correct speed grading fuse settings
 2019-09-16  2:55 UTC  (3+ messages)

[PATCH V4 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-16  2:52 UTC  (5+ messages)
` [PATCH V4 2/5] input: keyboard: imx_sc: Add i.MX system controller key support
` [PATCH V4 3/5] arm64: dts: imx8qxp: Add scu key node
` [PATCH V4 4/5] arm64: dts: imx8qxp-mek: Enable scu key
` [PATCH V4 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_KEY as module

linux-next: manual merge of the akpm-current tree with the dma-mapping tree
 2019-09-16  2:46 UTC 

[PATCH V3 1/5] dt-bindings: fsl: scu: add scu key binding
 2019-09-16  2:44 UTC  (4+ messages)
` [PATCH V3 2/5] input: keyboard: imx_sc: Add i.MX system controller key support

[PATCH 0/6] Add the Mobiveil EP and Layerscape Gen4 EP driver support
 2019-09-16  2:17 UTC  (7+ messages)
` [PATCH 1/6] PCI: mobiveil: Add the "
` [PATCH 2/6] dt-bindings: Add DT binding for PCIE GEN4 EP of the layerscape
` [PATCH 3/6] PCI: mobiveil: Add PCIe Gen4 EP driver for NXP Layerscape SoCs
` [PATCH 4/6] PCI: mobiveil: Add workaround for unsupported request error
` [PATCH 5/6] arm64: dts: lx2160a: Add PCIe EP node
` [PATCH 6/6] misc: pci_endpoint_test: Add the layerscape PCIe GEN4 EP device support

[PATCH V7 0/3] arm64/mm: Enable memory hot remove
 2019-09-16  1:44 UTC  (9+ messages)
` [PATCH V7 1/3] mm/hotplug: Reorder memblock_[free|remove]() calls in try_remove_memory()
` [PATCH V7 2/3] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V7 3/3] arm64/mm: Enable memory hot remove

[PATCH] imx_v6_v7_defconfig: Build USB_CONFIGFS into kernel
 2019-09-16  0:37 UTC  (2+ messages)

[arm:cex7 21/21] drivers/bus/fsl-mc/fsl-mc-uapi.c:14:10: fatal error: uapi/linux/fsl_mc.h: No such file or directory
 2019-09-15 23:09 UTC 

[RESEND PATCH] ARM: module: Drop 'rel->r_offset < 0' statement
 2019-09-15 22:21 UTC  (2+ messages)

[PATCH v1] ubifs: support page statistics in vmstat
 2019-09-15 22:05 UTC  (3+ messages)

[PATCH] crypto: sun4i-ss: erase key after use
 2019-09-15 20:16 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Axe a useless test in 'arm_smmu_master_alloc_smes()'
 2019-09-15 19:34 UTC 

[PATCH v2] net: stmmac: socfpga: re-use the `interface` parameter from platform data
 2019-09-15 18:51 UTC  (2+ messages)

[PATCH] arm: fix page faults in do_alignment
 2019-09-15 18:34 UTC  (9+ messages)

[PATCH] ARM: dts: imx6dl: SolidRun: add phy node with 100Mb/s max-speed
 2019-09-15 14:58 UTC  (9+ messages)

[PATCH] ARM: dts: dir685: Drop spi-cpol from the display
 2019-09-15 13:54 UTC 

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-15 10:22 UTC  (17+ messages)
` [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch
` [RFC PATCH 02/15] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [RFC PATCH 04/15] iio: imu: adis: convert cs_change_delay to spi_delay struct
` [RFC PATCH 05/15] spi: sprd: convert transfer word delay "
` [RFC PATCH 06/15] spi: orion: use new `word_delay` field for SPI transfers
` [RFC PATCH 07/15] spi: spidev: use new `word_delay` field for spi transfers
` [RFC PATCH 08/15] spi: core, atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [RFC PATCH 09/15] spi: introduce `delay` field for `spi_transfer` + spi_transfer_exec()
` [RFC PATCH 10/15] spi: use new `spi_transfer_delay` helper where straightforward
` [RFC PATCH 11/15] spi: tegra114: use `spi_transfer_delay` helper
` [RFC PATCH 12/15] spi: spi-loopback-test: use new `delay` field
` [RFC PATCH 13/15] spi: spidev: use new `delay` field for spi transfers
` [RFC PATCH 14/15] spi: tegra114: change format for `spi_set_cs_timing()` function
` [RFC PATCH 15/15] spi: implement SW control for CS times

[PATCH] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
 2019-09-15 10:05 UTC  (2+ messages)

[PATCH v6 0/5] media: Allwinner A10 CSI support
 2019-09-15  8:54 UTC  (4+ messages)
` [PATCH v6 1/5] dt-bindings: media: Add Allwinner A10 CSI binding

[PATCH 0/9] added helper macros to remove duplicate code from probe functions of the platform drivers
 2019-09-15  7:32 UTC  (7+ messages)
` [PATCH 1/9] probe/dma : added helper macros to remove redundant/duplicate code from probe functions of the dma controller drivers
  ` [PATCH 3/9] probe/dma/zx: removed redundant code from zx dma controller's probe function
  ` [PATCH 5/9] probe/dma/mtk-hs: removed redundant code from mediatek hs "
  ` [PATCH 6/9] probe/dma/sun6i: removed redundant code from sun6i "
  ` [PATCH 7/9] probe/dma/sun4i: removed redundant code from sun4i "
  ` [PATCH 9/9] probe/dma/owl: removed redundant code from owl "

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-09-15  5:03 UTC  (15+ messages)

[PATCH] drm: sun8i-ui/vi: Fix layer zpos change/atomic modesetting
 2019-09-14 22:15 UTC  (2+ messages)

[PATCH] pinctrl: at91-pio4: implement .get_multiple and .set_multiple
 2019-09-14 19:36 UTC  (2+ messages)

[PATCH v5 0/9] i2c: add support for filters
 2019-09-14 19:32 UTC  (2+ messages)

[RESEND PATCH v3 0/3] arm64: meson-g12b: Add support for the Ugoos AM6
 2019-09-14 17:40 UTC  (3+ messages)
` [RESEND PATCH v3 3/3] arm64: dts: meson-g12b-ugoos-am6: add initial device-tree

[PATCH v4 0/4] arm64: Add basic support for Amlogic A1 SoC Family
 2019-09-14 17:28 UTC  (2+ messages)

[PATCH v5 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-09-14 16:11 UTC  (4+ messages)
  ` [PATCH v5 2/2] drm/bridge: "

[PATCH] arm64: dts: renesas: Add /soc dma-ranges
 2019-09-14 15:50 UTC  (3+ messages)

[PATCH 0/6] ARM, arm64: Remove arm_pm_restart()
 2019-09-14 15:25 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: h6: Use sigma-delta modulation for audio PLL
 2019-09-14 13:51 UTC 

[PATCH v3 0/8] OMAP3: convert opp-v1 to opp-v2 and read speed binned / 720MHz grade bits
 2019-09-14  9:30 UTC  (4+ messages)
` [PATCH v3 6/8] ARM: dts: omap36xx: using OPP1G needs to control the abb_ldo

[PATCH 0/6] media: Introduce Allwinner H3 deinterlace driver
 2019-09-14  6:42 UTC  (11+ messages)
` [PATCH 5/6] media: sun4i: Add "
` [PATCH 3/6] ARM: dts: sunxi: h3/h5: Add MBUS controller node

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-14  6:37 UTC  (20+ messages)
` [PATCH v3 08/11] PCI: layerscape: Modify the MSIX to the doorbell mode
` [PATCH v3 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a
` [PATCH v3 10/11] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCH v3 11/11] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[arm:cex7 20/20] make[4]: *** No rule to make target 'drivers/bus/fsl-mc/fsl-mc-uapi.o', needed by 'drivers/bus/fsl-mc/built-in.a'
 2019-09-14  2:58 UTC 

[PATCH] arm64: dts: meson: Add capacity-dmips-mhz attributes to G12B
 2019-09-14  2:49 UTC 

[PATCH] arm64: dts: ls1028a: fix a compatible issue
 2019-09-14  2:42 UTC  (2+ messages)

[PATCH v5 00/13] Common patches from downstream development
 2019-09-14  2:30 UTC  (2+ messages)

[arm:cex7 11/20] drivers/net/ethernet/freescale/dpaa2/dpmac.c:67:30: sparse: sparse: incorrect type in assignment (different base types)
 2019-09-13 23:14 UTC 

[PATCH V2 00/13] ARM: Add minimal Raspberry Pi 4 support
 2019-09-13 23:02 UTC  (7+ messages)
` [PATCH V2 05/13] clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support

[PATCH] iommu/arm-smmu: Report USF more clearly
 2019-09-13 22:59 UTC  (6+ messages)

[RFC PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load
 2019-09-13 22:50 UTC  (2+ messages)
` [RFC PATCH v1 1/1] "

[PATCH v1 1/2] iommu: pass cell_count = -1 to of_for_each_phandle with cells_name
 2019-09-13 21:58 UTC  (3+ messages)
` [PATCH v1 2/2] of: Let of_for_each_phandle fallback to non-negative cell_count

[RFC PATCH V3 1/5] dt-bindings: mt8183: Added DIP dt-bindings
 2019-09-13 21:48 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in handle_vmptrld
 2019-09-13 21:39 UTC  (11+ messages)

[RFC PATCH v2 00/12] Unify SMP stop generic logic to common code
 2019-09-13 18:27 UTC  (14+ messages)
` [RFC PATCH v2 01/12] smp: add generic SMP-stop support "
` [RFC PATCH v2 02/12] smp: unify crash_ and smp_send_stop() logic
` [RFC PATCH v2 03/12] smp: coordinate concurrent crash/smp stop calls
` [RFC PATCH v2 04/12] smp: address races of starting CPUs while stopping
` [RFC PATCH v2 05/12] arm64: smp: use generic SMP stop common code
` [RFC PATCH v2 06/12] arm64: smp: use SMP crash-stop "
` [RFC PATCH v2 07/12] arm64: smp: add arch specific cpu parking helper
` [RFC PATCH v2 08/12] x86: smp: use generic SMP stop common code
` [RFC PATCH v2 09/12] x86: smp: use SMP crash-stop "
` [RFC PATCH v2 10/12] arm: smp: use generic SMP stop "
` [RFC PATCH v2 11/12] arm: smp: use SMP crash-stop "
` [RFC PATCH v2 12/12] sparc64: smp: use generic SMP stop "

[PATCH] arm64: dts: mt8183: Add node for the Mali GPU
 2019-09-13 18:17 UTC  (4+ messages)

[PATCH V3 00/15] arm64: dts: imx8: architecture improvement and adding imx8qm support
 2019-09-13 16:43 UTC  (3+ messages)

[PATCH v3 0/2] fix double page fault on arm64
 2019-09-13 16:32 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: mm: implement arch_faults_on_old_pte() "
` [PATCH v3 2/2] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH 1/3] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL
 2019-09-13 15:11 UTC  (4+ messages)

[PATCH] reset: uniphier-glue: Add Pro5 USB3 support
 2019-09-13 14:36 UTC  (2+ messages)

[RFC PATCH 1/2] dt-bindings: pwm: Convert PWM bindings to json-schema
 2019-09-13 14:36 UTC  (3+ messages)
` [RFC PATCH 2/2] dt-bindings: pwm: Convert Samsung "

[PATCH] dt-bindings: timer: Convert Exynos MCT bindings to json-schema
 2019-09-13 14:36 UTC  (2+ messages)

[PATCH 0/6] arm64: dts: meson-g12: add support for PCIe
 2019-09-13 14:36 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: pci: amlogic,meson-pcie: Add G12A bindings
  ` [PATCH 1/6] dt-bindings: pci: amlogic, meson-pcie: "

[PATCH] irqchip/atmel-aic5: add support for sam9x60 irqchip
 2019-09-13 14:36 UTC  (2+ messages)

[PATCH 0/4] OMAP3: convert opp-v1 to opp-v2 and read speed binned / 720MHz grade bits
 2019-09-13 14:36 UTC  (3+ messages)
` [PATCH 4/4] DTS: bindings: omap: update bindings documentation

[PATCH] dt-bindings: memory-controllers: Convert Samsung Exynos SROM bindings to json-schema
 2019-09-13 14:36 UTC  (2+ messages)

[PATCH 0/3] Exynos5 DMC minor fixes
 2019-09-13 14:36 UTC  (6+ messages)
  ` [PATCH 3/3] dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories

[PATCH 0/3] Amazon's Annapurna Labs Memory Controller EDAC
 2019-09-13 14:36 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: edac: al-mc-edac: "

[PATCH 0/3] Add support for ADC on stm32mp157a-dk1
 2019-09-13 14:34 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: stm32: Enable VREFBUF "
` [PATCH 2/3] ARM: dts: stm32: add ADC pins used "
` [PATCH 3/3] ARM: dts: stm32: enable ADC support "

[v2] ACPI: support for NXP i2c controller
 2019-09-13 14:13 UTC  (2+ messages)

[PATCH 5.2 28/37] usb: chipidea: imx: fix EPROBE_DEFER support during driver probe
 2019-09-13 13:07 UTC 

[PATCH] arm64: simplify syscall wrapper ifdeffery
 2019-09-13 12:55 UTC 

[PATCH 0/9] crypto: add sun8i-ce driver for Allwinner crypto engine
 2019-09-13 12:11 UTC  (13+ messages)
` [PATCH 3/9] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine
` [PATCH 9/9] sunxi_defconfig: add new crypto options

[PATCH v2] dt-bindings: arm: renesas: Convert 'renesas, prr' to json-schema
 2019-09-13 12:02 UTC  (3+ messages)
` [PATCH v2] dt-bindings: arm: renesas: Convert 'renesas,prr' "

[PATCH v6 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-09-13 11:53 UTC  (4+ messages)
` [PATCH v6 1/3] coresight: etm4x: save/restore state "
` [PATCH v6 2/3] dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpu
` [PATCH v6 3/3] coresight: etm4x: save/restore state for external agents

[PATCH] arm64: fix function types in COND_SYSCALL
 2019-09-13 11:33 UTC  (4+ messages)

[PATCH v4 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
 2019-09-13 10:41 UTC  (5+ messages)
` [PATCH v4 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal
` [PATCH v4 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

[PATCH v5 0/4] Raspberry Pi 4 DMA addressing support
 2019-09-13 10:39 UTC  (10+ messages)

[PATCH v5 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-09-13 10:32 UTC  (12+ messages)
` [PATCH v5 1/3] coresight: etm4x: save/restore state "
` [PATCH v5 2/3] dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpu
` [PATCH v5 3/3] coresight: etm4x: save/restore state for external agents

[GIT PULL] arm64 updates for 5.4
 2019-09-13 10:20 UTC 

[PATCH 0/4] Cleanup arm64 driver dependencies
 2019-09-13 10:12 UTC  (3+ messages)
` [PATCH 3/4] arm64: Kconfig: Fix VEXPRESS "

[PATCH V2 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-13 10:01 UTC  (6+ messages)
` [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture "

[PATCH net] net: stmmac: Hold rtnl lock in suspend/resume callbacks
 2019-09-13  9:50 UTC 

Applied "spi: mediatek: support large PA" to the spi tree
 2019-09-13  9:42 UTC 

Applied "dt-bindings: spi: update bindings for MT6765 SoC" to the spi tree
 2019-09-13  9:42 UTC 

Applied "spi: mediatek: add spi support for mt6765 IC" to the spi tree
 2019-09-13  9:42 UTC 

[PATCH v5 0/5] Add HDMI jack support on RK3288
 2019-09-13  9:32 UTC  (7+ messages)

[PATCH] mm/pgtable/debug: Fix test validating architecture page table helpers
 2019-09-13  8:51 UTC  (6+ messages)

[PATCH v3] drm: bridge/dw_hdmi: add audio sample channel status setting
 2019-09-13  8:46 UTC  (6+ messages)

[PATCH v2] arm: dts: imx6qdl: add gpio expander pca9535
 2019-09-13  8:38 UTC  (5+ 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).