devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 13:31:47 to 2019-08-14 09:54:45 UTC [more...]

[PATCH v3 0/3] drm/meson: convert bindings to YAML schemas
 2019-08-14  9:54 UTC  (2+ messages)

[v1 2/3] dt/bindings: clk: Add DT bindings for LS1028A Display output interface
 2019-08-14  9:49 UTC  (3+ messages)
  ` [EXT] "

[PATCH v2 1/2] dt-bindings: pwm: sprd: Add Spreadtrum PWM documentation
 2019-08-14  9:46 UTC  (14+ messages)
` [PATCH v2 2/2] pwm: sprd: Add Spreadtrum PWM support

[PATCH v3 1/3] ARM: dts: imx6ul: Add csi node
 2019-08-14  9:42 UTC  (2+ messages)

[PATCH v2 1/2] mfd: madera: Update DT binding document to support clock supplies
 2019-08-14  9:21 UTC  (2+ messages)
` [PATCH v2 2/2] mfd: madera: Add support for requesting the supply clocks

[PATCH v2] scripts/dtc: dtx_diff - add color output support
 2019-08-14  9:18 UTC 

[PATCH v2] scripts/dtc: dtx_diff - make help text formatting consistent
 2019-08-14  9:17 UTC 

[PATCH v2 0/5] soundwire: Add support to Qualcomm SoundWire master
 2019-08-14  9:08 UTC  (21+ messages)
` [PATCH v2 1/5] soundwire: Add compute_params callback
` [PATCH v2 3/5] ASoC: core: add support to snd_soc_dai_get_sdw_stream()
  ` [alsa-devel] "

[PATCH v4 00/14] net: phy: adin: add support for Analog Devices PHYs
 2019-08-14  9:08 UTC  (5+ messages)
` [PATCH v4 13/14] net: phy: adin: add ethtool get_stats support

[PATCH 1/2] dt-bindings: media: Add YAML schemas for the generic RC bindings
 2019-08-14  9:03 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: media: Convert Allwinner A10 IR to a schema

[PATCH 0/2] Venus interconnect support for sdm845
 2019-08-14  8:47 UTC  (3+ messages)
` [PATCH 1/2] venus: use on-chip interconnect API
` [PATCH 2/2] arm64: dts: sdm845: Add interconnect properties for Venus

[PATCH 0/3] ARM: dts: aspeed: Deprecate g[45]-style compatibles
 2019-08-14  8:41 UTC  (5+ messages)
` [PATCH 3/3] dt-bindings: aspeed: Remove mention of deprecated compatibles

[PATCH v8 00/21] SC7 entry and exit support for Tegra210
 2019-08-14  8:33 UTC  (5+ messages)
` [PATCH v8 01/21] pinctrl: tegra: Fix write barrier placement in pmx_writel
` [PATCH v8 02/21] pinctrl: tegra: Add write barrier after all pinctrl register writes

[PATCH 0/2] Add support for i.MX8QM
 2019-08-14  8:29 UTC  (3+ messages)
` [PATCH 1/2] ASoC: fsl_sai: Add support for imx8qm
` [PATCH 2/2] ASoC: dt-bindings: Introduce compatible string "

[PATCH v9 00/21] MT8183 IOMMU SUPPORT
 2019-08-14  8:24 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: stm32: Fix 'st,syscfg' schema
 2019-08-14  8:14 UTC  (2+ messages)

[PATCH 0/3] CP115 pinctrl support
 2019-08-14  8:12 UTC  (3+ messages)

[PATCH 00/10] Improvements and fixes for mxsfb DRM driver
 2019-08-14  8:05 UTC  (4+ messages)
` [PATCH 05/10] dt-bindings: display: Add max-res property for mxsfb
    ` [EXT] "

[v7 0/2] gpio: aspeed: Add SGPIO driver
 2019-08-14  7:59 UTC  (3+ messages)
` [v7 1/2] dt-bindings: gpio: aspeed: Add SGPIO support

[PATCH 1/2] ARM: dts: imx6: replace simple-bus by simple-mfd for anatop
 2019-08-14  7:55 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6: drop gpmi-nand address and size cells

[PATCH V3 1/4] staging: iio: adc: ad7192: Add low_pass_3db_filter_frequency
 2019-08-14  7:31 UTC  (4+ messages)
` [PATCH V3 2/4] iio: adc: ad_sigma_delta: Export ad_sd_calibrate
` [PATCH V3 3/4] staging: iio: adc: ad7192: Add system calibration support
` [PATCH V3 4/4] dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192

[PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
 2019-08-14  7:26 UTC  (4+ messages)
` [PATCH v1 2/4] soc: fsl: guts: Add definition for LS1028A
` [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg
` [PATCH v1 4/4] mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-14  7:18 UTC  (23+ messages)
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 10/18] kunit: test: add tests for kunit test abort
  ` [PATCH v13 01/18] kunit: test: add KUnit test runner core
  ` [PATCH v13 02/18] kunit: test: add test resource management API
  ` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
  ` [PATCH v13 05/18] kunit: test: add the concept of expectations
  ` [PATCH v13 06/18] kbuild: enable building KUnit
  ` [PATCH v13 09/18] kunit: test: add support for test abort
  ` [PATCH v13 11/18] kunit: test: add the concept of assertions
  ` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
  ` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
  ` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
  ` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework

[v2 0/2] Add Q6SSTOP clock controller for QCS404
 2019-08-14  6:41 UTC  (5+ messages)
` [v2 1/2] dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings

[v2 2/3] dt/bindings: display: Add optional property node defined for Mali DP500
 2019-08-14  6:35 UTC  (3+ messages)
  ` [EXT] "

[PATCH] ARM: dts: sunxi: Add mdio bus sub-node to GMAC
 2019-08-14  6:17 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: mfd: Convert Allwinner GPADC bindings to a schema
 2019-08-14  4:44 UTC  (10+ messages)
` [PATCH 2/5] dt-bindings: watchdog: Convert Allwinner watchdog "
` [PATCH 3/5] dt-bindings: watchdog: sun4i: Add the watchdog interrupts
` [PATCH 4/5] ARM: dts: sun8i: a83t: Remove the watchdog clock
` [PATCH 5/5] ARM: dts: sunxi: Add missing watchdog interrupts

[PATCH next v9 00/11] add USB GPIO based connection detection driver
 2019-08-14  4:33 UTC  (4+ messages)
` [PATCH next v9 07/11] usb: roles: Add fwnode_usb_role_switch_get() function

[PATCH V2 1/2] usb: dwc3: Add node to update cache type setting
 2019-08-14  3:34 UTC  (6+ messages)

[PATCH] arm64: dts: qcom: qcs404-evb: Mark WCSS clocks protected
 2019-08-14  3:09 UTC 

[PATCH v5 00/18] add thermal driver for h6
 2019-08-14  3:01 UTC  (7+ messages)
` [PATCH v5 08/18] thermal: sun8i: support mod clocks

[PATCH AUTOSEL 5.2 120/123] dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board
 2019-08-14  2:10 UTC 

[PATCH 0/2] Add OSM L3 Interconnect Provider
 2019-08-14  0:43 UTC  (6+ messages)
` [PATCH 2/2] interconnect: qcom: Add OSM L3 interconnect provider support

[PATCH] devicetree: Expose dtbs_check and dt_binding_check some more
 2019-08-13 22:44 UTC  (3+ messages)

[PATCH v5 0/2] mmc: Add support for the ASPEED SD controller
 2019-08-13 22:14 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: mmc: Document Aspeed "

[PATCH v5 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-13 22:02 UTC  (5+ messages)
` [PATCH v5 01/10] dt-bindings: add powercontroller

[PATCHv3] drivers/amba: add reset control to amba bus probe
 2019-08-13 21:49 UTC  (2+ messages)

[PATCH V2 1/4] staging: iio: adc: ad7192: Add low_pass_3db_filter_frequency
 2019-08-13 21:34 UTC  (3+ messages)
` [PATCH V2 4/4] dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192

[PATCH v3 2/2] arm64: dts: imx: Add i.mx8mq nitrogen8m basic dts support
 2019-08-13 21:22 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support

[PATCH 0/9] dt-bindings: first tentative of conversion to yaml format
 2019-08-13 21:19 UTC  (2+ messages)

[PATCH v6 0/4] net: phy: Add support for DT configuration of PHY LEDs and use it for RTL8211E
 2019-08-13 20:46 UTC  (10+ messages)
` [PATCH v6 1/4] dt-bindings: net: phy: Add subnode for LED configuration
` [PATCH v6 2/4] net: phy: Add support for generic LED configuration through the DT
` [PATCH v6 3/4] net: phy: realtek: Add helpers for accessing RTL8211x extension pages
` [PATCH v6 4/4] net: phy: realtek: Add LED configuration support for RTL8211E

[PATCH v3 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-13 20:46 UTC  (5+ messages)
` [PATCH v3 5/8] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding

[PATCH V2 00/13] ARM: Add minimal Raspberry Pi 4 support
 2019-08-13 20:42 UTC  (16+ messages)
` [PATCH V2 01/13] ARM: dts: bcm283x: Enable HDMI at board level
` [PATCH V2 02/13] ARM: dts: bcm283x: Move BCM2835/6/7 specific to bcm2835-common.dtsi
` [PATCH V2 03/13] dt-bindings: bcm2835-cprman: Add bcm2711 support
` [PATCH V2 04/13] clk: bcm2835: Introduce SoC specific clock registration
` [PATCH V2 05/13] clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support
` [PATCH V2 06/13] clk: bcm2835: Mark PLLD_PER as CRITICAL
` [PATCH V2 07/13] dt-bindings: i2c: bcm2835: Add brcm, bcm2711 compatible
` [PATCH V2 08/13] i2c: bcm2835: Avoid clk stretch quirk for BCM2711
` [PATCH V2 09/13] dt-bindings: arm: Convert BCM2835 board/soc bindings to json-schema
` [PATCH V2 10/13] dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
` [PATCH V2 11/13] ARM: bcm: Add support for BCM2711 SoC
` [PATCH V2 12/13] ARM: dts: Add minimal Raspberry Pi 4 support
` [PATCH V2 13/13] MAINTAINERS: Add BCM2711 to BCM2835 ARCH

[PATCH v4 1/2] dt-bindings: Add docs for EL15203000
 2019-08-13 20:37 UTC  (5+ messages)
` [PATCH v4 2/2] leds: add LED driver for EL15203000 board

[PATCH 1/3] macb: bindings doc: update sifive fu540-c000 binding
 2019-08-13 18:42 UTC  (7+ messages)
` [PATCH 2/3] macb: Update compatibility string for SiFive FU540-C000

[PATCH v2 0/2] act8865 regulator modes and suspend states
 2019-08-13 18:32 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: act8865: operating mode and suspend state support
` [PATCH v2 2/2] dt-bindings: regulator: act8865 regulator modes and suspend states

[PATCH v2 0/6] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2019-08-13 17:49 UTC  (10+ messages)
` [PATCH v2 4/6] irqchip/irq-pruss-intc: Add helper functions to configure internal mapping

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (21+ messages)
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder

[PATCH 1/4] mailbox: arm_mhuv2: add device tree binding documentation
 2019-08-13 16:36 UTC  (7+ messages)

[PATCH V16 00/13] PCI: tegra: Add Tegra194 PCIe support
 2019-08-13 16:33 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add PHYTEC i.MX6 UL/ULL devicetree bindings
 2019-08-13 16:04 UTC  (2+ messages)

[PATCH v2 0/6] MIPS: ralink: add CPU clock detection for MT7621
 2019-08-13 15:51 UTC  (3+ messages)
` [PATCH v2 4/6] dt: bindings: add mt7621-pll dt binding documentation

[RFC,v2 0/6] TI camera serdes and I2C address translation
 2019-08-13 15:44 UTC  (3+ messages)
` [RFC,v2 3/6] media: dt-bindings: add DS90UB954-Q1 video deserializer

[PATCH v5 0/5] Add QCS404 interconnect provider driver
 2019-08-13 15:32 UTC  (3+ messages)
` [PATCH v5 1/5] dt-bindings: interconnect: Add Qualcomm QCS404 DT bindings

[PATCH 2/6] irqchip: Add Realtek RTD129x intc driver
 2019-08-13 15:15 UTC  (4+ messages)

[PATCH v3 0/9] Exynos Adaptive Supply Voltage support
 2019-08-13 15:08 UTC  (10+ messages)
    ` [PATCH v3 1/9] soc: samsung: Add exynos chipid driver support
    ` [PATCH v3 2/9] soc: samsung: Convert exynos-chipid driver to use the regmap API
    ` [PATCH v3 3/9] soc: samsung: Add Exynos Adaptive Supply Voltage driver
    ` [PATCH v3 4/9] ARM: EXYNOS: enable exynos_chipid for ARCH_EXYNOS
    ` [PATCH v3 5/9] ARM64: "
    ` [PATCH v3 6/9] ARM: EXYNOS: Enable exynos-asv driver "
    ` [PATCH v3 7/9] soc: samsung: Update the CHIP ID DT binding documentation
    ` [PATCH v3 8/9] ARM: dts: Add "syscon" compatible string to chipid node
    ` [PATCH v3 9/9] ARM: dts: Add samsung,asv-bin property for odroidxu3-lite

[PATCH] riscv: dts: sifive: Add missing "clock-frequency" to cpu0/cpu1 nodes
 2019-08-13 15:00 UTC  (2+ messages)

[PATCH 0/7] PM / devfreq: Add initial imx support
 2019-08-13 14:59 UTC  (6+ messages)
` [PATCH 2/7] dt-bindings: devfreq: Add bindings for generic imx buses

[PATCH v2 0/3] Add IMX290 CMOS image sensor support
 2019-08-13 14:18 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: media: i2c: Add IMX290 CMOS sensor binding

[PATCH 1/2] dt-bindings: irq: Convert Allwinner IRQ Controller to a schema
 2019-08-13 13:53 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: irq: Convert Allwinner NMI "

[PATCH 1/1] dt-bindings: smiapp: Align documentation with current practices
 2019-08-13 13:45 UTC 

[PATCH 1/2] dt-bindings: pwm: sprd: Add Spreadtrum PWM documentation
 2019-08-13 13:43 UTC  (5+ messages)
` [PATCH 2/2] pwm: sprd: Add Spreadtrum PWM support

[PATCH] tpm/tpm_ftpm_tee: trivial checkpatch fixes
 2019-08-13 13:37 UTC  (2+ messages)

[PATCH v3 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel
 2019-08-13 13:36 UTC  (2+ messages)

[v4, 0/8] Add cpufreq and cci devfreq for mt8183, and SVS support
 2019-08-13 13:31 UTC  (8+ messages)
` [v4, 2/8] cpufreq: mediatek: add clock enable for intermediate clock
  ` [v4, 3/8] cpufreq: mediatek: Add support for mt8183
  ` [v4, 7/8] cpufreq: mediatek: add opp notification for SVS support
` [v4, 4/8] dt-bindings: devfreq: add compatible for mt8183 cci devfreq
` [v4, 5/8] devfreq: add mediatek "
` [v4, 6/8] PM / OPP: Support adjusting OPP voltages at runtime
` [v4, 8/8] devfreq: mediatek: cci devfreq register opp notification for SVS support


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