linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-20 22:02:03 to 2019-02-21 13:28:42 UTC [more...]

[PATCH v5 0/10] Add support for OLPC XO 1.75 Embedded Controller
 2019-02-21 13:28 UTC  (7+ messages)
` [PATCH v5 01/10] dt-bindings: olpc, xo1.75-ec: Add OLPC XO-1.75 EC bindings
  ` [PATCH v5 01/10] dt-bindings: olpc,xo1.75-ec: "
` [PATCH v5 06/10] Platform: OLPC: Add XO-1.75 EC driver

[RFC PATCH 13/27] mtd: nand: ecc: Clarify the software Hamming introductory line
 2019-02-21 13:22 UTC  (15+ messages)
` [RFC PATCH 14/27] mtd: nand: ecc: Turn the software Hamming implementation generic
` [RFC PATCH 15/27] mtd: nand: Remove useless include about software Hamming ECC
` [RFC PATCH 16/27] mtd: nand: ecc: Let the software BCH ECC engine be a module
` [RFC PATCH 17/27] mtd: nand: ecc: Let the software Hamming ECC engine be unselected
` [RFC PATCH 18/27] mtd: nand: ecc: Create the software BCH engine instance
` [RFC PATCH 19/27] mtd: nand: ecc: Create the software Hamming "
` [RFC PATCH 20/27] mtd: nand: Let software ECC engines be retrieved from the NAND core
` [RFC PATCH 21/27] mtd: spinand: Fix typo in comment
` [RFC PATCH 22/27] mtd: spinand: Let the SPI-NAND core flag a SPI-NAND chip
` [RFC PATCH 23/27] mtd: spinand: Move the ECC helper functions into a separate file
` [RFC PATCH 24/27] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
` [RFC PATCH 25/27] mtd: nand: Add helpers to manage ECC engines and configurations

[RFC PATCH 00/27] Introduce the generic ECC engine abstraction
 2019-02-21 13:01 UTC  (28+ messages)
` [RFC PATCH 01/27] mtd: nand: Move nand_device forward declaration to the top
` [RFC PATCH 02/27] mtd: nand: Compile in the NAND core by default
` [RFC PATCH 03/27] mtd: nand: Introduce the ECC engine abstraction
` [RFC PATCH 04/27] mtd: Fix typo in mtd_ooblayout_set_databytes() description
` [RFC PATCH 05/27] mtd: nand: Move standard OOB layouts to the NAND core
` [RFC PATCH 06/27] mtd: nand: Move ECC specific functions to ecc/engine.c
` [RFC PATCH 07/27] mtd: nand: ecc: Move BCH code into the ecc/ directory
` [RFC PATCH 08/27] mtd: nand: ecc: Use SPDX license identifier for the software BCH code
` [RFC PATCH 09/27] mtd: nand: ecc: Turn the software BCH implementation generic
` [RFC PATCH 10/27] mtd: rawnand: Get rid of chip->ecc.priv
` [RFC PATCH 11/27] mtd: nand: ecc: Move Hamming code into the ecc/ directory
` [RFC PATCH 12/27] mtd: nand: ecc: Use SPDX license identifier for the software Hamming code

[RFC PATCH 26/27] mtd: spinand: Use the external ECC engine logic
 2019-02-21 13:01 UTC 

[RFC PATCH 27/27] mtd: spinand: Propagate ECC information to the MTD structure
 2019-02-21 13:02 UTC 

[PATCH v3 3/4] uaccess: Check no rescheduling function is called in unsafe region
 2019-02-21 12:46 UTC  (13+ messages)
        ` [PATCH] sched/x86: Save [ER]FLAGS on context switch

[PATCH v2 0/6] Initial support for CVADP
 2019-02-21 12:39 UTC  (8+ messages)
` [PATCH v2 1/6] arm64: Handle trapped DC CVADP
` [PATCH v2 2/6] arm64: HWCAP: add support for AT_HWCAP2
` [PATCH v2 3/6] arm64: HWCAP: encapsulate elf_hwcap
` [PATCH v2 4/6] arm64: Expose DC CVADP to userspace
` [PATCH v2 5/6] arm64: add CVADP support to the cache maintenance helper
` [PATCH v2 6/6] arm64: Advertise ARM64_HAS_DCPODP cpu feature

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-02-21 12:39 UTC  (8+ messages)
` [PATCH v5 01/26] KVM: Documentation: Document arm64 core registers in detail
` [PATCH v5 02/26] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [PATCH v5 17/26] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus

[GIT PULL 1/3] ARM: defconfig: NXP LPC32xx and LPC18xx/LPC43xx changes for 5.1
 2019-02-21 12:35 UTC  (4+ messages)
` [GIT PULL 3/3] ARM: lpc32xx: NXP LPC32xx platform "

[PATCH v6 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-21 12:34 UTC  (9+ messages)
` [PATCH v6 1/6] arm64/kvm: preserve host HCR_EL2 value
` [PATCH v6 2/6] arm64/kvm: preserve host MDCR_EL2 value
` [PATCH v6 3/6] arm64/kvm: context-switch ptrauth registers
` [PATCH v6 4/6] arm64/kvm: add a userspace option to enable pointer authentication

[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
 2019-02-21 11:35 UTC  (14+ messages)
` [PATCH v2 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH v2 02/13] x86/mm: "
` [PATCH v2 03/13] mm: Add generic p?d_large() macros
` [PATCH v2 04/13] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v2 05/13] mm: pagewalk: Allow walking without vma
` [PATCH v2 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v2 07/13] mm: pagewalk: Add test_p?d callbacks
` [PATCH v2 08/13] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v2 09/13] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v2 10/13] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v2 11/13] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v2 12/13] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v2 13/13] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH v2 0/2] clk: samsung: Fix kfree() of const memory on setting driver_override
 2019-02-21 11:45 UTC  (3+ messages)
` [PATCH v2 1/2] clk: samsung: exynos5: Fix possible NULL pointer exception on platform_device_alloc() failure
` [PATCH v2 2/2] clk: samsung: exynos5: Fix kfree() of const memory on setting driver_override

[RFC 0/4] clk/driver: platform: Fix kfree() of const memory on setting driver_override
 2019-02-21 11:43 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix architecturally invalid reset value for FPEXC32_EL2
 2019-02-21 11:42 UTC 

[PATCH RESEND net] net: phy: xgmiitorgmii: Support generic PHY status read
 2019-02-21 11:03 UTC  (9+ messages)

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-02-21 11:02 UTC  (3+ messages)
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid

[PATCH] soc: fsl: guts: make fsl_guts_get_svr() static
 2019-02-21 10:37 UTC 

[PATCH] clk: imx8mq: Fix the CLKO2 source select list
 2019-02-21 10:34 UTC  (5+ messages)

[PATCH net-next 0/7] net: phy: marvell10g: Add 2.5GBaseT
 2019-02-21 10:31 UTC  (10+ messages)
` [PATCH net-next 1/7] net: phy: marvell10g: Use get_features to get the PHY abilities
` [PATCH net-next 2/7] net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bit
` [PATCH net-next 3/7] net: phy: marvell10g: Use 2500BASEX when using 2.5GBASET
` [PATCH net-next 4/7] net: phy: marvell10g: Use a #define for 88X3310 family id
` [PATCH net-next 5/7] net: phy: marvell10g: Force reading of 2.5/5G
` [PATCH net-next 6/7] net: mvpp2: Add 2.5GBaseT support
` [PATCH net-next 7/7] net: phy: marvell10g: add support for the 88x2110 PHY

[PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode
 2019-02-21 10:30 UTC  (5+ messages)
` [PATCH 1/2] mmc: mmci: introduce a quirks property into variant struct
` [PATCH 2/2] mmc: mmci: add quirk property to add stm32 transfer mode

[PATCH v4 0/9] PCI: DWC/Keystone: MSI configuration cleanup
 2019-02-21 10:15 UTC  (10+ messages)
` [PATCH v4 1/9] PCI: keystone: Cleanup interrupt related macros
` [PATCH v4 2/9] PCI: keystone: Add separate functions for configuring MSI and legacy interrupt
` [PATCH v4 3/9] PCI: keystone: Convert to using hierarchy domain for legacy interrupts
` [PATCH v4 4/9] PCI: keystone: Use hwirq to get the MSI IRQ number offset
` [PATCH v4 5/9] PCI: keystone: Cleanup ks_pcie_msi_irq_handler
` [PATCH v4 6/9] PCI: dwc: Add support to use non default msi_irq_chip
` [PATCH v4 7/9] PCI: keystone: Use Keystone specific msi_irq_chip
` [PATCH v4 8/9] PCI: dwc: Remove Keystone specific dw_pcie_host_ops
` [PATCH v4 9/9] PCI: dwc: Do not write to MSI control registers if the platform doesn't use it

[PATCH] irqchip: brcmstb-l2: use _irqsave variants in non-interrupt code
 2019-02-21 10:15 UTC  (2+ messages)

[PATCH v3 00/30] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2019-02-21 10:10 UTC  (6+ messages)
` [PATCH v3 27/30] ARM: dts: sun8i: h3: use calibration for ths
          ` Allwinner SID THS calibration data cell representation?

[RFC PATCH] ARM: enable irq in translation/section permission fault handlers
 2019-02-21  9:57 UTC  (6+ messages)

[PATCH 4/5] arm64: defconfig: enable RX-8581 config option
 2019-02-21  9:40 UTC 

[PATCH V4 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-02-21  9:19 UTC  (4+ messages)
` [PATCH V4 2/4] firmware: imx: enable imx scu general irq function
` [PATCH V4 3/4] arm64: dts: freescale: imx8qxp: enable scu general irq channel
` [PATCH V4 4/4] rtc: imx-sc: add rtc alarm support

[PATCH 00/15] mtd: rawnand: 5th batch of cleanups
 2019-02-21  9:15 UTC  (16+ messages)
` [PATCH 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg
` [PATCH 02/15] mtd: nand: Add an helper returning the number of eraseblocks per target
` [PATCH 03/15] mtd: nand: Add an helper to retrieve the number of pages "
` [PATCH 04/15] mtd: spinand: Implement mtd->_max_bad_blocks
` [PATCH 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node()
` [PATCH 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer
` [PATCH 07/15] mtd: rawnand: Fill memorg during detection
` [PATCH 08/15] mtd: rawnand: Initialize the nand_device object
` [PATCH 09/15] mtd: rawnand: Provide an helper to get chip->data_buf
` [PATCH 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct
` [PATCH 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks()
` [PATCH 12/15] mtd: rawnand: Get rid of chip->bits_per_cell
` [PATCH 13/15] mtd: rawnand: Get rid of chip->chipsize
` [PATCH 14/15] mtd: rawnand: Get rid of chip->numchips
` [PATCH 15/15] mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds

[GIT PULL] Actions ARM64 DT updates for v5.1
 2019-02-21  9:33 UTC  (3+ messages)

[PATCH 0/6] mtd: rawnand: 6th batch of cleanups
 2019-02-21  9:27 UTC  (7+ messages)
` [PATCH 1/6] mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
` [PATCH 2/6] mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm
` [PATCH 3/6] mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
` [PATCH 4/6] mtd: rawnand: Change Kconfig titles and re-order a bit the list
` [PATCH 5/6] mtd: rawnand: Clarify Kconfig entry MTD_NAND
` [PATCH 6/6] mtd: nand: Remove useless line in Kconfig

[PATCH v3 0/9] PCI: DWC/Keystone: MSI configuration cleanup
 2019-02-21  9:18 UTC  (6+ messages)
` [PATCH v3 3/9] PCI: keystone: Use hwirq to get the legacy IRQ number offset

[PATCH 00/17 v1] ARM: ixp4xx: Modernize and DT support
 2019-02-21  8:55 UTC  (7+ messages)
` [PATCH 05/17 v1] gpio: ixp4xx: Add driver for the IXP4xx GPIO
` [PATCH 14/17 v1] gpio: ixp4xx: Add OF probing support

[PATCH v5 0/6] Add support for mt8183 SCP
 2019-02-21  8:47 UTC  (5+ messages)
` [PATCH v5 1/6] dt-bindings: Add a binding for Mediatek SCP
` [PATCH v5 2/6] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v5 3/6] remoteproc: mt8183: add reserved memory manager API
` [PATCH v5 4/6] rpmsg: add rpmsg support for mt8183 SCP

[PATCH v4 00/12] Mediatek MT8183 clock and scpsys support
 2019-02-21  8:36 UTC  (4+ messages)

[PATCH 1/8] include/fsl: add common FlexTimer #defines in a separate header
 2019-02-21  8:28 UTC  (5+ messages)
` [PATCH 5/8] iio/counter: add FlexTimer Module Quadrature decoder counter driver

da850 dt cpufreq support
 2019-02-21  7:50 UTC  (3+ messages)

[PATCH] usb: dwc2: suppress confusing warnings on BCM2835
 2019-02-21  7:34 UTC  (2+ messages)

[RFC PATCH V0 0/4] media: support Mediatek sensor interface driver
 2019-02-21  7:21 UTC  (4+ messages)
` [RFC PATCH V0 2/4] media: platform: Add Mediatek sensor interface driver KConfig
` [RFC PATCH V0 3/4] dt-bindings: mt8183: Added sensor interface dt-bindings
` [RFC PATCH V0 4/4] dts: arm64: mt8183: Add sensor interface nodes

[PATCH V7 0/8] Add CPUidle support for Tegra210
 2019-02-21  7:21 UTC  (9+ messages)
` [PATCH V7 1/8] dt-bindings: timer: add Tegra210 timer
` [PATCH V7 2/8] clocksource: tegra: add Tegra210 timer support
` [PATCH V7 3/8] soc/tegra: default select TEGRA_TIMER for Tegra210
` [PATCH V7 4/8] arm64: tegra: fix timer node "
` [PATCH V7 5/8] arm64: tegra: add CPU idle states properties "
` [PATCH V7 6/8] arm64: tegra: Enable CPU idle support for Jetson TX1
` [PATCH V7 7/8] arm64: tegra: Enable CPU idle support for Smaug
` [PATCH V7 8/8] arm64: tegra: Enable CPU idle support for Shield

[PATCH v3 00/11] Analogix ANX6345 RGB-(e)DP bridge support
 2019-02-21  6:41 UTC  (9+ messages)
` [PATCH v3 06/11] drm/sun4i: rgb: Add DT property to disable strict clock rate check

[PATCH V8 1/4] dt-bindings: fsl: scu: add thermal binding
 2019-02-21  6:38 UTC  (4+ messages)
` [PATCH V8 2/4] thermal: imx_sc: add i.MX system controller thermal support
` [PATCH V8 3/4] defconfig: arm64: "
` [PATCH V8 4/4] arm64: dts: imx: add i.MX8QXP "

[PATCHv7 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-02-21  3:16 UTC  (4+ messages)
` [PATCHv7 2/4] arm64: dts: Add the PCIE EP node in dts
` [PATCHv7 3/4] pci: layerscape: Add the EP mode support
` [PATCHv7 4/4] misc: pci_endpoint_test: Add the layerscape EP device support

[PATCHv6 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-02-21  3:18 UTC  (6+ messages)
` [PATCHv6 3/4] pci: layerscape: Add the EP mode support

[PATCH v2] clk: fractional-divider: check parent rate only if flag is set
 2019-02-21  2:55 UTC  (2+ messages)

[PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-02-21  2:41 UTC  (2+ messages)

[PATCH V5 0/8] make mt7623 clock of hdmi stable
 2019-02-21  2:34 UTC  (4+ messages)
` [PATCH V5 5/8] clk: mediatek: add MUX_GATE_FLAGS_2

[PATCH V7 1/4] dt-bindings: fsl: scu: add thermal binding
 2019-02-21  1:08 UTC  (5+ messages)
` [PATCH V7 2/4] thermal: imx_sc: add i.MX system controller thermal support
` [PATCH V7 4/4] arm64: dts: imx: add i.MX8QXP "

[PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs
 2019-02-21  0:37 UTC  (3+ messages)

[PATCH v3 9/9] ARM: configs: Add Milbeaut M10V defconfig
 2019-02-21  0:36 UTC  (8+ messages)

[PATCH 6/6] net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver
 2019-02-21  0:18 UTC  (4+ messages)

[PATCH] drm/rockchip: vop: reset scale mode when win is disabled
 2019-02-20 22:40 UTC 

[PATCH] clk: samsung: s3c2443: Mark expected switch fall-through
 2019-02-20 22:26 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).