devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-13 17:48:20 to 2019-05-14 13:28:18 UTC [more...]

[PATCH v12 0/4] Add support for the Purism Librem5 devkit
 2019-05-14 13:28 UTC 

[PATCH v11 0/4] Add support for the Purism Librem5 devkit
 2019-05-14 13:10 UTC  (7+ messages)
` [PATCH v11 1/4] MAINTAINERS: add an entry for for arm63 imx devicetrees
` [PATCH v11 2/4] arm64: dts: fsl: librem5: Add a device tree for the Librem5 devkit
` [PATCH v11 3/4] dt-bindings: Add an entry for Purism SPC
` [PATCH v11 4/4] dt-bindings: arm: fsl: Add the imx8mq boards

[PATCH v2 v2 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-14 13:01 UTC  (5+ messages)
` [PATCH v2 v2 1/3] dt-bindings: i2c: extend existing opencore bindings

[PATCH v2 0/8] Add imx7ulp USBOTG1 support
 2019-05-14 12:23 UTC  (11+ messages)
` [PATCH v2 1/8] doc: dt-binding: mxs-usb-phy: add compatible for 7ulp
` [PATCH v2 2/8] usb: phy: phy-mxs-usb: add imx7ulp support
` [PATCH v2 3/8] doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp
` [PATCH v2 4/8] doc: dt-binding: usbmisc-imx: "
` [PATCH v2 5/8] usb: chipidea: imx: add imx7ulp support
` [PATCH v2 6/8] ARM: dts: imx7ulp: add imx7ulp USBOTG1 support
` [PATCH v2 7/8] ARM: dts: imx7ulp-evk: enable "
` [PATCH v2 8/8] usb: chipidea: imx: "fsl,usbphy" phandle is not mandatory now

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14 12:05 UTC  (30+ messages)

[PATCH 0/8] arm64: dts: meson: g12a: add audio devices
 2019-05-14 11:15 UTC  (9+ messages)
` [PATCH 1/8] arm64: dts: meson: g12a: add audio clock controller
` [PATCH 2/8] arm64: dts: meson: g12a: add audio memory arbitrer
` [PATCH 3/8] arm64: dts: meson: g12a: add audio fifos
` [PATCH 4/8] arm64: dts: meson: g12a: add tdm
` [PATCH 5/8] arm64: dts: meson: g12a: add spdifouts
` [PATCH 6/8] arm64: dts: meson: g12a: add pdm
` [PATCH 7/8] arm64: dts: meson: g12a: add spdifin
` [PATCH 8/8] arm64: dts: meson: g12a: enable hdmi_tx sound dai provider

[PATCH v4 0/8] Allwinner H6 Mali GPU support
 2019-05-14 10:29 UTC  (6+ messages)
` [PATCH v4 5/8] arm64: dts: allwinner: Add mali GPU supply for Pine H64

[PATCH] arm64: dts: meson: g12a: set uart_ao clocks
 2019-05-14 10:22 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: meson: g12a: add mmc B and C
 2019-05-14 10:21 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: meson: g12a: add mmc nodes
` [PATCH 2/3] arm64: dts: meson: u200: add sd and emmc
` [PATCH 3/3] arm64: dts: meson: sei510: "

[PATCH 0/3] arm64: dts: meson: g12a: add i2c
 2019-05-14 10:12 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: meson: g12a: add i2c nodes
` [PATCH 2/3] arm64: dts: meson: u200: enable i2c busses
` [PATCH 3/3] arm64: dts: meson: sei510: enable i2c3

[PATCH v12 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-05-14 10:07 UTC  (21+ messages)
` [PATCH v12 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v12 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF MFD bindings

[PATCH V3 0/8] Add EMC scaling support for Tegra210
 2019-05-14  9:22 UTC  (7+ messages)
` [PATCH V3 4/8] memory: tegra: Add Tegra210 EMC clock driver
` [PATCH V3 5/8] memory: tegra: Add EMC scaling support code for Tegra210

[PATCH/RFC v2] ARM: dts: r8a7791: Move enable-method to CPU nodes
 2019-05-14  8:58 UTC 

[PATCH] dt-bindings: arm-boards: Update pointer to ARM CPU bindings
 2019-05-14  8:53 UTC 

[PATCH] dt-bindings: property-units: Sanitize unit naming
 2019-05-14  8:50 UTC 

[v5 PATCH 0/6] add USB Type-B GPIO connector driver
 2019-05-14  8:47 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: connector: add optional properties for Type-B
  ` [PATCH v5 2/6] dt-bindings: usb: add binding for Type-B GPIO connector driver
` [PATCH v5 3/6] dt-bindings: usb: mtu3: add properties about USB Role Switch
` [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node
` [PATCH v5 5/6] usb: roles: add USB Type-B GPIO connector driver
` [PATCH v5 6/6] usb: mtu3: register a USB Role Switch for dual role mode

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

[PATCH v2] serial: sh-sci: disable DMA for uart_console
 2019-05-14  8:28 UTC  (2+ messages)

[PATCH v4 0/8] stm32 m4 remoteproc on STM32MP157c
 2019-05-14  8:27 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect
` [PATCH v4 2/8] dt-bindings: remoteproc: add bindings for stm32 remote processor driver
` [PATCH v4 3/8] remoteproc: stm32: add an ST stm32_rproc driver
` [PATCH v4 4/8] ARM: dts: stm32: add m4 remoteproc support on STM32MP157c
` [PATCH v4 5/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157c-ed1
` [PATCH v4 6/8] ARM: dts: stm32: enable m4 coprocessor support "
` [PATCH v4 7/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157a-dk1
` [PATCH v4 8/8] ARM: dts: stm32: enable m4 coprocessor support "

[PATCH v6 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-14  8:26 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property
` [PATCH v6 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support
` [PATCH v6 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property
` [PATCH v6 4/6] pinctrl: meson: Rework enable/disable bias part
` [PATCH v6 5/6] pinctrl: meson: add support of drive-strength-microamp
` [PATCH v6 6/6] pinctrl: meson: g12a: add DS bank value

[PATCH] arm64: dts: imx8mq: Remove unnecessary blank lines
 2019-05-14  8:26 UTC  (2+ messages)

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14  8:22 UTC  (6+ messages)

Великденски бонуси
 2019-05-14  7:30 UTC 

[PATCH v4 0/5] cpufreq: Add imx-cpufreq-dt driver for speed grading
 2019-05-14  7:13 UTC  (2+ messages)

[PATCH RFC V2] Add driver for dvfsrc, support for active state of scpsys
 2019-05-14  6:43 UTC  (3+ messages)
` [RFC V2 10/11] interconnect: mediatek: Add mt8183 interconnect provider driver

[RFC][PATCH] dt-bindings: iio: accel: add adi,adxl345.yaml binding
 2019-05-14  6:28 UTC  (5+ messages)

[PATCH V5 00/16] Add Tegra194 PCIe support
 2019-05-14  6:25 UTC  (11+ messages)
` [PATCH V5 07/16] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V5 10/16] dt-bindings: PCI: tegra: Add device tree support for T194

[RFC,V2,07/11] media: platform: Add Mediatek ISP P1 private control
 2019-05-14  6:23 UTC  (3+ messages)

[PATCH v3 00/13] Add mediatek mipicsi driver for Mediatek SOC MT2712
 2019-05-14  6:13 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: media: Add binding for MT2712 MIPI-CSI2
` [PATCH v3 02/13] [media] mtk-mipicsi: add mediatek mipicsi driver for mt2712
` [PATCH v3 03/13] [media] mtk-mipicsi: register the soc_camera host
` [PATCH v3 04/13] [media] mtk-mipicsi: add the check for non-supported color format
` [PATCH v3 05/13] [media] mtk-mipicsi: get the w/h/bytepwerline for mtk_mipicsi
` [PATCH v3 06/13] [media] mtk-mipicsi: add function to support SerDes for link number
` [PATCH v3 07/13] [media] mtk-mipicsi: enable/disable ana clk
` [PATCH v3 08/13] [media] mtk-mipicsi: enable/disable cmos for mt2712
` [PATCH v3 09/13] [media] mtk-mipicsi: add ISR for writing the data to buffer
` [PATCH v3 10/13] [media] mtk-mipicsi: set the output address in HW reg
  ` [PATCH v3 11/13] [media] mtk-mipicsi: add function to get the format
` [PATCH v3 12/13] [media] mtk-mipicsi: add debug message for mipicsi driver
` [PATCH v3 13/13] [media] mtk-mipicsi: add debugfs "

[PATCH V6 00/15] Add Tegra194 PCIe support
 2019-05-14  6:02 UTC  (8+ messages)
` [PATCH V6 02/15] PCI/PME: Export pcie_pme_disable_msi() & pcie_pme_no_msi() APIs
` [PATCH V6 06/15] dt-bindings: PCI: designware: Add binding for CDM register check

[PATCHv1 0/8] qcom: Add cpuidle to some platforms
 2019-05-14  5:57 UTC  (4+ messages)
` [PATCHv1 1/8] arm64: dts: Fix various entry-method properties to reflect documentation

[PATCH] PCI: altera: Allow building as module
 2019-05-14  5:35 UTC  (4+ messages)
` [PATCH] PCI: altera-msi: "

[PATCH] arm64: dts: imx8qxp: Add gpio alias
 2019-05-14  4:57 UTC 

[PATCH] arm64: dts: imx8mq: Add gpio alias
 2019-05-14  3:33 UTC 

[PATCH V2 1/2] dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree
 2019-05-14  2:14 UTC  (7+ messages)

[PATCH] dt-bindings: gpio: Convert Arm PL061 to json-schema
 2019-05-14  0:50 UTC 

[PATCH 0/2] arm64: dts: meson: g12a board node order
 2019-05-13 23:40 UTC  (6+ messages)
` [PATCH 1/2] arm64: dts: meson: sei510: consistently order nodes

[RFC 1/3] arm64: dts: qcom: sdm845-cheza: add initial cheza dt
 2019-05-13 22:48 UTC  (4+ messages)
` [RFC 2/3] arm64: dts: qcom: sdm845-cheza: Re-add reserved memory

[PATCH v2] dt-bindings: sifive: describe sifive-blocks versioning
 2019-05-13 21:51 UTC 

[PATCH 1/5] dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delay
 2019-05-13 21:43 UTC  (9+ messages)
` [PATCH 5/5] net: phy: dp83867: Use unsigned variables to store unsigned properties

[PATCH v2 00/15] usb: Add host and device support for RZ/A2
 2019-05-13 21:24 UTC  (7+ messages)
` [PATCH v2 04/15] dt-bindings: rcar-gen3-phy-usb2: Document use of usb_x1

[PATCH] arm64: dts: qcom: sdm845-mtp: Add Truly display
 2019-05-13 21:07 UTC 

[PATCH] dt-bindings: sifive: describe sifive-blocks versioning
 2019-05-13 21:07 UTC  (3+ messages)

[PATCH V2 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-13 21:05 UTC  (2+ messages)

[PATCH] dt-bindings: Add silabs,si5341
 2019-05-13 20:31 UTC  (7+ messages)
        ` [PATCH v2] dt-bindings: clock: "

[PATCH v4 1/2] dt-bindings: leds: Add binding for spi-byte LED
 2019-05-13 19:33 UTC  (2+ messages)
` [PATCH v4 2/2] leds: spi-byte: add single byte SPI LED driver

[PATCH v10 0/4] Add support for the Purism Librem5 devkit
 2019-05-13 18:53 UTC  (5+ messages)
` [PATCH v10 1/4] MAINTAINERS: add an entry for for arm64 imx devicetrees

[PATCH v2 0/8] Qualcomm QCS404 CDSP improvements and fastrpc
 2019-05-13 18:28 UTC  (4+ messages)
` [PATCH v2 7/8] arm64: dts: qcom: qcs404: Define APPS IOMMU

[PATCH V3 00/29] Enable Tegra PCIe root port features
 2019-05-13 18:07 UTC  (30+ messages)
` [PATCH V3 01/29] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH V3 02/29] PCI: tegra: Handle failure cases in tegra_pcie_power_on()
` [PATCH V3 03/29] PCI: tegra: Rearrange Tegra PCIe driver functions
` [PATCH V3 04/29] PCI: tegra: Mask AFI_INTR in runtime suspend
` [PATCH V3 05/29] PCI: tegra: Fix PCIe host power up sequence
` [PATCH V3 06/29] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH V3 07/29] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH V3 08/29] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH V3 09/29] PCI: tegra: Enable opportunistic UpdateFC and ACK
` [PATCH V3 10/29] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH V3 11/29] PCI: tegra: Process pending DLL transactions before entering L1 or L2
` [PATCH V3 12/29] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH V3 13/29] PCI: tegra: Increase the deskew retry time
` [PATCH V3 14/29] PCI: tegra: Add SW fixup for RAW violations
` [PATCH V3 15/29] PCI: tegra: Update flow control timer frequency in Tegra210
` [PATCH V3 16/29] PCI: tegra: Set target speed as Gen1 before starting LTSSM
` [PATCH V3 17/29] PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
` [PATCH V3 18/29] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH V3 19/29] PCI: tegra: Change PRSNT_SENSE IRQ log to debug
` [PATCH V3 20/29] PCI: tegra: Use legacy IRQ for port service drivers
` [PATCH V3 21/29] PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of soc struct
` [PATCH V3 22/29] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH V3 23/29] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH V3 24/29] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH V3 25/29] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH V3 26/29] PCI: Add DT binding for "reset-gpios" property
` [PATCH V3 27/29] PCI: OF: Add of_pci_get_reset_gpio() to parse reset-gpios from DT
` [PATCH V3 28/29] PCI: tegra: Add support for GPIO based PERST#
` [PATCH V3 29/29] PCI: tegra: Change link retry log level to debug

[PATCH v2 0/3] Add Avenger96 board support
 2019-05-13 18:02 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: arm: stm32: Document Avenger96 devicetree binding

[PATCH] dt-bindings: Convert vendor prefixes to json-schema
 2019-05-13 17:52 UTC  (4+ messages)

[PATCH v2 0/6] soc/fsl/qe: cleanups and new DT binding
 2019-05-13 17:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding

[PATCH V3 1/2] dt-bindings: interrupt-controller: Update csky mpintc
 2019-05-13 17:49 UTC  (2+ messages)

[PATCH v3 0/4] add slow clock support for SAM9X60
 2019-05-13 17:48 UTC  (3+ messages)
` [PATCH v3 3/4] dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller


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