linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 15:03:00 to 2019-09-16 13:17:16 UTC [more...]

[PATCH 0/6] ARM, arm64: Remove arm_pm_restart()
 2019-09-16 13:17 UTC  (4+ messages)

[PATCH] drm/stm: dsi: higher pll out only in video burst mode
 2019-09-16 13:16 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-udoo: Add Pincfgs for OTG
 2019-09-16 13:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1] arm64: dts: freescale: add initial support for colibri imx8x
 2019-09-16 13:04 UTC 

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-16 13:04 UTC  (7+ messages)
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic

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

[PATCH v2 0/6] arm64: dts: meson-g12: add support for PCIe
 2019-09-16 12:50 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: pci: amlogic, meson-pcie: Add G12A bindings
` [PATCH v2 2/6] PCI: amlogic: Fix probed clock names
` [PATCH v2 3/6] PCI: amlogic: meson: Add support for G12A
` [PATCH v2 4/6] phy: meson-g12a-usb3-pcie: Add support for PCIe mode
` [PATCH v2 5/6] arm64: dts: meson-g12a: Add PCIe node
` [PATCH v2 6/6] arm64: dts: khadas-vim3: add commented support for PCIe

[PATCH] arm64: tegra: Add CPU and cache topology for Tegra194
 2019-09-16 12:36 UTC 

[RFCv4 0/7] interconnect: Add imx support via devfreq
 2019-09-16 12:34 UTC  (2+ messages)

[PATCH v3 0/3] scsi: core: allow auto suspend override by low-level driver
 2019-09-16 12:33 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] scsi: ufs: override auto suspend tunables for ufs
  ` [EXT] "
` [PATCH v3 3/3] scsi: ufs-mediatek: enable auto suspend capability

[PATCH 00/11] ARM: dts: qcom: msm8974: add support for external display
 2019-09-16 12:25 UTC  (13+ messages)
    ` [PATCH 05/11] drm/bridge: analogix-anx78xx: correct value of TX_P0

[PATCH] arm64: use generic free_initrd_mem()
 2019-09-16 12:23 UTC  (2+ messages)

[PATCH v5 00/11] Add arm64/signal initial kselftest support
 2019-09-16 12:14 UTC  (13+ messages)
` [PATCH v5 01/11] kselftest: arm64: add skeleton Makefile
` [PATCH v5 02/11] kselftest: arm64: add common utils and one testcase

[PATCH] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
 2019-09-16 11:47 UTC  (3+ messages)

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

[1/3] soc: fsl: fix that flextimer cannot wakeup system in deep sleep on LS1021A
 2019-09-16 10:48 UTC  (4+ messages)
` [2/3] arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep
` [3/3] Documentation: dt: binding: fsl: Add 'fsl,rcpm-scfg' property

[PATCH] iommu/arm-smmu: Axe a useless test in 'arm_smmu_master_alloc_smes()'
 2019-09-16 10:46 UTC  (2+ messages)

[PATCH v3] ARM: dts: imx6qdl-rex: add gpio expander pca9535
 2019-09-16 10:43 UTC 

linux-next: manual merge of the arm64 tree with the compiler-attributes tree
 2019-09-16 10:42 UTC 

SCMI & Devfreq
 2019-09-16 10:15 UTC  (3+ messages)
  ` [EXT] "

[PATCH v2 0/3] Exynos5 DMC minor fixes
 2019-09-16 10:07 UTC  (4+ messages)
    ` [PATCH v2 1/3] memory: Exynos5422: minor fixes in DMC
    ` [PATCH v2 2/3] ARM: dts: exynos: fix too long line in memory device
    ` [PATCH v2 3/3] dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories

[PATCH V3] arm: xen: mm: use __GPF_DMA32 for arm64
 2019-09-16  9:51 UTC 

[PATCH 0/3] Exynos5 DMC minor fixes
 2019-09-16  9:49 UTC  (7+ messages)
  ` [PATCH 3/3] dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories

[PATCH V6 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-16  9:44 UTC  (3+ messages)
` [PATCH V6 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V6 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH v3] mm/kasan: dump alloc and free stack for page allocator
 2019-09-16  9:42 UTC  (7+ messages)

[RFC PATCH v2 00/12] Unify SMP stop generic logic to common code
 2019-09-16  9:38 UTC  (15+ 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 v3 0/2] fix double page fault on arm64
 2019-09-16  9:35 UTC  (6+ 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 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-09-16  9:14 UTC  (2+ messages)

[PATCH][next] memory: exynos5422: fix spelling mistake "counld" -> "could"
 2019-09-16  9:12 UTC 

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-16  8:54 UTC  (21+ 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

[PATCH 1/2] perf/imx_ddr: add enhanced AXI ID filter support
 2019-09-16  8:34 UTC  (2+ messages)

[PATCH] crypto: sun4i-ss: erase key after use
 2019-09-16  8:30 UTC  (3+ messages)

[PATCH] ARM: dts: imx7s: Correct GPT's ipg clock source
 2019-09-16  8:29 UTC 

[PATCH] mfd: mt6360: add pmic mt6360 driver
 2019-09-16  8:06 UTC  (3+ messages)

[PATCH 0/4] Fix UART DMA freezes for iMX6
 2019-09-16  8:02 UTC  (2+ messages)

[PATCH v3 00/14] Clean up "mediatek,larb" after adding device_link
 2019-09-16  7:55 UTC  (3+ messages)
` [PATCH v3 12/14] drm/mediatek: Add pm runtime support for ovl and rdma

[PATCH v3] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-09-16  7:45 UTC  (4+ messages)

[PATCH v3] net: stmmac: socfpga: re-use the `interface` parameter from platform data
 2019-09-16  7:22 UTC  (2+ messages)

[PATCH net] net: stmmac: Hold rtnl lock in suspend/resume callbacks
 2019-09-16  7:12 UTC  (2+ messages)

[PATCH] Documentation: document earlycon without options for more platforms
 2019-09-16  7:03 UTC 

[PATCH v2] net: stmmac: socfpga: re-use the `interface` parameter from platform data
 2019-09-16  6:58 UTC  (3+ messages)

[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

[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  (5+ 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] 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] 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 

[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] 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] 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  (7+ messages)
` [PATCH 5/6] media: sun4i: Add "

[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  (3+ 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)

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

[PATCH 1/3] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL
 2019-09-13 15:11 UTC  (4+ 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).