devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-03 12:45:46 to 2019-07-04 09:15:30 UTC [more...]

[PATCH 1/2] reset: imx7: Add support for i.MX8MM SoC
 2019-07-04  9:15 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: imx8mm: Add "fsl,imx8mq-src" as src's fallback compatible

[PATCH v2 0/7] implement poweroff for mt6323/6397
 2019-07-04  9:13 UTC  (10+ messages)
` [PATCH v2 1/7] docs: dt-bindings: add poweroff
` [PATCH v2 2/7] rtc: mt6397: move some common definitions into rtc.h
` [PATCH v2 3/7] rtc: mt6397: improvements of rtc driver
` [PATCH v2 4/7] mfd: mt6323: some improvements of mt6397-core
` [PATCH v2 5/7] power: reset: add driver for mt6323 poweroff
` [PATCH v2 6/7] MAINTAINERS: add Mediatek shutdown drivers
` [PATCH v2 7/7] arm: dts: mt6323: add keys, power-controller, rtc and codec

[PATCH 0/4] Add support for i.MX8MM thermal sensor driver
 2019-07-04  9:13 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM
` [PATCH 2/4] thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
` [PATCH 3/4] arm64: defconfig: Enable CONFIG_IMX8MM_THERMAL as module
` [PATCH 4/4] arm64: dts: imx8mm: Add thermal zone support

[PATCH v5 00/12] arm/arm64: mediatek: Fix mmsys device probing
 2019-07-04  9:08 UTC  (11+ messages)
` [PATCH v5 08/12] dt-bindings: mediatek: Change the binding for mmsys clocks

[PATCH v2] pinctrl: msm8998: Squash TSIF pins together
 2019-07-04  8:57 UTC 

[PATCH 0/3] Enable imx ddr perfmon on imx8m
 2019-07-04  8:53 UTC  (4+ messages)
` [PATCH 1/3] perf/imx_ddr: Add MODULE_DEVICE_TABLE
` [PATCH 2/3] arm64: dts: imx8m: Add ddr-pmu nodes
` [PATCH 3/3] arm64: defconfig: Build imx8 ddr pmu as module

[RFC,V2,0/2] media: add support for OV02A10 sensor
 2019-07-04  8:46 UTC  (3+ messages)
` [RFC, V2, 1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10
` [RFC,V2,2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

[PATCH v2 0/2] char: tpm: add new driver for tpm i2c ptp
 2019-07-04  8:43 UTC  (2+ messages)

[PATCH 0/3] drm/bridge: sii902x: fix audio mclk management
 2019-07-04  8:29 UTC  (7+ messages)
` [PATCH 1/3] drm/bridge: sii902x: fix missing reference to mclk clock
` [PATCH 2/3] dt-bindings: display: sii902x: Change audio mclk binding
` [PATCH 3/3] drm/bridge: sii902x: make audio mclk optional

[PATCH v5 0/2] Add Macronix raw NAND controller driver
 2019-07-04  8:29 UTC  (3+ messages)
` [PATCH v5 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

[PATCH 1/2] arm64: dts: imx8mq: Assign highest opp as suspend opp
 2019-07-04  8:00 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mm: "

[PATCH v2 0/3] ipinctrl: qcom: Add support for SM8150
 2019-07-04  7:46 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom: Document missing gpio nodes
` [PATCH v2 2/3] dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding

[PATCH V5 00/18] SC7 entry and exit support for Tegra210
 2019-07-04  7:31 UTC  (6+ messages)
` [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support

[PATCH v2 0/4] net: dsa: Add Vitesse VSC73xx parallel mode
 2019-07-04  7:22 UTC  (9+ messages)
` [PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches
` [PATCH v2 2/4] net: dsa: vsc73xx: Split vsc73xx driver
` [PATCH v2 3/4] net: dsa: vsc73xx: add support for parallel mode
` [PATCH v2 4/4] net: dsa: vsc73xx: Assert reset if iCPU is enabled

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-04  7:12 UTC  (7+ messages)
` [PATCH v3 6/6] interconnect: Add OPP table support for interconnects

[PATCHv5 0/2] coresight: Do not default to CPU0 for missing CPU phandle
 2019-07-04  7:02 UTC  (7+ messages)
` [PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property
` [PATCHv5 2/2] coresight: Do not default to CPU0 for missing CPU phandle

[PATCH V4 2/2] gpio: inverter: document the inverter bindings
 2019-07-04  5:01 UTC  (2+ messages)

[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-07-04  3:00 UTC  (12+ messages)
` [PATCHv5 02/20] PCI: mobiveil: Format the code without functionality change
` [PATCHv5 03/20] PCI: mobiveil: Correct the returned error number

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

[PATCH v2 0/8] pinctrl: aspeed: Preparation for AST2600
 2019-07-04  0:28 UTC  (3+ messages)

[PATCH v4 2/2] EDAC: add EDAC driver for DMC520
 2019-07-04  0:16 UTC  (3+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-03 23:40 UTC  (7+ messages)

[PATCH v2 1/7] dt-bindings: net: Add bindings for Realtek PHYs
 2019-07-03 23:23 UTC  (28+ messages)
` [PATCH v2 2/7] net: phy: realtek: Allow disabling RTL8211E EEE LED mode
` [PATCH v2 3/7] dt-bindings: net: realtek: Add property to enable SSC
` [PATCH v2 4/7] net: phy: realtek: Enable accessing RTL8211E extension pages
` [PATCH v2 5/7] net: phy: realtek: Support SSC for the RTL8211E
` [PATCH v2 6/7] dt-bindings: net: realtek: Add property to configure LED mode
` [PATCH v2 7/7] net: phy: realtek: configure RTL8211E LEDs

[patch v3 0/5] *** DMA based UART driver for AST2500 ***
 2019-07-03 23:04 UTC  (11+ messages)
` [patch v3 1/5] AST2500 DMA UART driver
` [patch v3 2/5] build configuration for "
` [patch v3 3/5] DT nodes "
` [patch v3 4/5] defconfig and MAINTAINERS updated "

[PATCH v3 0/4] Solve postboot supplier cleanup and optimize probe ordering
 2019-07-03 22:26 UTC  (4+ messages)

Клиентские базы! Email: prodawez@armyspy.com Узнайте подробнее!
 2019-06-29  7:22 UTC 

[PATCH v5 00/26] Add generic support for composing LED class device name
 2019-07-03 22:05 UTC  (6+ messages)
` [PATCH v5 05/26] leds: core: Add support for composing LED class device names
      ` Various LED complexities was "

[PATCH v7 00/14] Rockchip ISP1 Driver
 2019-07-03 20:16 UTC  (17+ messages)
` [PATCH v7 01/14] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v7 02/14] media: doc: add document for "
` [PATCH v7 03/14] media: rkisp1: Add user space ABI definitions
` [PATCH v7 04/14] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v7 05/14] media: rkisp1: add Rockchip ISP1 subdev driver
` [PATCH v7 06/14] media: rkisp1: add ISP1 statistics driver
` [PATCH v7 07/14] media: rkisp1: add ISP1 params driver
` [PATCH v7 08/14] media: rkisp1: add capture device driver
` [PATCH v7 09/14] media: rkisp1: add rockchip isp1 core driver
` [PATCH v7 10/14] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v7 11/14] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v7 12/14] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v7 13/14] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v7 14/14] MAINTAINERS: add entry for Rockchip ISP1 driver

[PATCH 1/7] dt-bindings: net: mdio: Add a nodename pattern
 2019-07-03 20:14 UTC  (8+ messages)
` [PATCH 3/7] dt-bindings: net: mdio: Add child nodes

[linux,dev-5.1 v1] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-03 20:01 UTC 

[PATCH] dt-bindings: nvmem: SID: Fix the examples node names
 2019-07-03 19:04 UTC  (2+ messages)

[PATCH 0/3] Add IMX290 CMOS image sensor support
 2019-07-03 19:02 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: media: i2c: Add IMX290 CMOS sensor binding
` [PATCH 2/3] media: i2c: Add IMX290 CMOS image sensor driver
` [PATCH 3/3] MAINTAINERS: Add entry for "

[PATCH v8 0/5] MTD: Add Initial Hyperbus support
 2019-07-03 18:14 UTC  (5+ messages)
` [PATCH v8 3/5] mtd: Add support for HyperBus memory devices

[PATCH 1/3] dt-bindings: Add vendor prefix for sensortek
 2019-07-03 18:05 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: iio: light: add stk33xx
` [PATCH 3/3] iio: light: stk3310: Add device tree support

[PATCHv3 0/2] Variscite DART-6UL SoM support
 2019-07-03 16:46 UTC  (3+ messages)

[PATCH 00/25] arm64/ARM: dts: allwinner: Switch to use SPDX identifier
 2019-07-03 15:30 UTC  (29+ messages)
` [PATCH 01/25] arm64: dts: allwinner: Switch A64 dts(i) "
  ` [PATCH 02/25] arm64: dts: allwinner: axp803: Switch "
  ` [PATCH 03/25] arm64: dts: allwinner: Switch H5 dts(i) "
  ` [PATCH 04/25] ARM: dts: sun4i: Switch A10 "
  ` [PATCH 05/25] ARM: dts: sun5i: Switch A10s "
  ` [PATCH 06/25] ARM: dts: sun5i: Switch A13 "
  ` [PATCH 07/25] ARM: dts: sun5i: Switch GR8 "
  ` [PATCH 08/25] ARM: dts: sun6i: Switch A31 "
  ` [PATCH 09/25] ARM: dts: sun6i: Switch A31s "
  ` [PATCH 10/25] ARM: dts: sun7i: Switch A20 "
  ` [PATCH 11/25] ARM: dts: sun8i: t3-cqa3t-bv3: Remove legacy license text
  ` [PATCH 12/25] ARM: dts: sun8i: Switch A23 dts(i) to use SPDX identifier
  ` [PATCH 13/25] ARM: dts: sun8i: Switch A33 "
  ` [PATCH 14/25] ARM: dts: sun8i: Switch A83T "
  ` [PATCH 17/25] ARM: dts: sun8i: Switch R40 "
  ` [PATCH 18/25] ARM: dts: sun8i: Switch V3s "
  ` [PATCH 19/25] ARM: dts: sun9i: Switch A80 "
  ` [PATCH 20/25] ARM: dts: axp152: Switch "
  ` [PATCH 21/25] ARM: dts: axp209: "
  ` [PATCH 22/25] ARM: dts: axp223: "
  ` [PATCH 23/25] ARM: dts: axp22x: "
  ` [PATCH 25/25] ARM: dts: axp81x: "
` [PATCH 15/25] ARM: dts: sun8i: Switch H2+ dts "
` [PATCH 16/25] ARM: dts: sun8i: Switch H3 dts(i) "
` [PATCH 24/25] ARM: dts: axp809: Switch "

[PATCH 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches
 2019-07-03 15:26 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-07-03 15:09 UTC  (5+ messages)
` [PATCH v2 02/17] dt-bindings: soc: qcom: add IPA bindings

[PATCH v6 00/15] memory: tegra: Introduce Tegra30 EMC driver
 2019-07-03 14:05 UTC  (7+ messages)
` [PATCH v6 07/15] dt-bindings: memory: tegra30: Convert to Tegra124 YAML

[PATCH v3] arm64: dts: imx8mq: Add sai3 and sai6 nodes
 2019-07-03 13:58 UTC  (6+ messages)

[PATCH 0/4] Lantiq VRX200/ARX300 PCIe PHY driver
 2019-07-03 13:30 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: phy: add binding for the Lantiq VRX200 and ARX300 PCIe PHYs

[PATCH] ARM: bcm47094: add missing #cells for mdio-bus-mux
 2019-07-03 13:22 UTC 

[PATCH v2] arm64: dts: imx8mq: Init rates and parents configs for clocks
 2019-07-03 13:05 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx8mm: Init rates and parents configs for clocks
 2019-07-03 13:05 UTC  (2+ 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).