devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 10:51:05 to 2019-08-12 22:10:29 UTC [more...]

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

[PATCH v5 0/4] add mt8183 dpi driver
 2019-08-12 21:51 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: display: mediatek: update dpi supported chips

[PATCH] at91/dt: ariettag25: style cleanup
 2019-08-12 21:32 UTC  (5+ messages)

[PATCH v3 00/19] Enhance CP110 COMPHY support
 2019-08-12 21:29 UTC  (3+ messages)
` [PATCH v3 13/19] dt-bindings: phy: Add Marvell COMPHY clocks

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-12 21:12 UTC  (15+ messages)

[PATCH] Add optional chip erase functionality to AT25 EEPROM driver
 2019-08-12 21:03 UTC  (3+ messages)

[PATCH] arm64: dts: ls1028a: fix gpio nodes
 2019-08-12 21:01 UTC  (3+ messages)

[PATCH 1/4] arm64: dts: ls1088a: Fix incorrect I2C clock divider
 2019-08-12 20:59 UTC  (3+ messages)

[PATCH 0/2] at91: add support for Arietta G25
 2019-08-12 20:54 UTC  (3+ messages)
` [PATCH 1/2] dts: add vendor prefix "acme" for "Acme Systems srl"

[PATCH v8 00/21] SC7 entry and exit support for Tegra210
 2019-08-12 20:28 UTC  (13+ messages)
` [PATCH v8 14/21] clk: tegra210: Add suspend and resume support

[PATCH v10 00/15] memory: tegra: Introduce Tegra30 EMC driver
 2019-08-12 20:19 UTC  (9+ messages)
` [PATCH v10 09/15] dt-bindings: memory: tegra30: Convert to Tegra124 YAML
` [PATCH v10 10/15] dt-bindings: memory: Add binding for NVIDIA Tegra30 Memory Controller
` [PATCH v10 11/15] dt-bindings: memory: Add binding for NVIDIA Tegra30 External "

[PATCH 0/7] PM / devfreq: Add initial imx support
 2019-08-12 19:51 UTC  (10+ messages)
` [PATCH 1/7] clk: imx8m: Set CLK_GET_RATE_NOCACHE on dram_alt/apb
` [PATCH 2/7] dt-bindings: devfreq: Add bindings for generic imx buses
` [PATCH 3/7] PM / devfreq: Add generic imx bus driver
` [PATCH 4/7] dt-bindings: devfreq: Add bindings for imx ddr controller
` [PATCH 5/7] PM / devfreq: Add dynamic scaling "
` [PATCH 6/7] PM / devfreq: imx-ddrc: Measure bandwidth with perf
` [PATCH 7/7] arm64: dts: imx8mm: Add devfreq nodes

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

[PATCH v2 0/9] DRM panel drivers for omapdrm
 2019-08-12 19:21 UTC  (7+ messages)
` [PATCH v2 2/9] dt-bindings: Add legacy 'toppoly' vendor prefix
` [PATCH v2 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel

[PATCH v3 1/2] dt-bindings: Add ipsps1 as a trivial device
 2019-08-12 19:11 UTC  (2+ messages)

[PATCH v2] ARM: dts: add device tree for Mecer Xtreme Mini S6
 2019-08-12 19:11 UTC  (2+ messages)

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

[PATCH v4 00/14] net: phy: adin: add support for Analog Devices PHYs
 2019-08-12 19:02 UTC  (23+ messages)
` [PATCH v4 01/14] "
` [PATCH v4 02/14] net: phy: adin: hook genphy_{suspend,resume} into the driver
` [PATCH v4 03/14] net: phy: adin: add support for interrupts
` [PATCH v4 04/14] net: phy: adin: add {write,read}_mmd hooks
` [PATCH v4 05/14] net: phy: adin: configure RGMII/RMII/MII modes on config
` [PATCH v4 06/14] net: phy: adin: make RGMII internal delays configurable
` [PATCH v4 07/14] net: phy: adin: make RMII fifo depth configurable
` [PATCH v4 08/14] net: phy: adin: add support MDI/MDIX/Auto-MDI selection
` [PATCH v4 09/14] net: phy: adin: add EEE translation layer from Clause 45 to Clause 22
` [PATCH v4 10/14] net: phy: adin: implement PHY subsystem software reset
` [PATCH v4 11/14] net: phy: adin: implement Energy Detect Powerdown mode
` [PATCH v4 12/14] net: phy: adin: implement downshift configuration via phy-tunable
` [PATCH v4 13/14] net: phy: adin: add ethtool get_stats support
` [PATCH v4 14/14] dt-bindings: net: add bindings for ADIN PHY driver

[PATCH v2 0/6] Add initial support for S32V234-EVB
 2019-08-12 18:58 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

[PATCH 00/19] Initial support for Marvell MMP3 SoC
 2019-08-12 18:57 UTC  (3+ messages)
` [PATCH 01/19] dt-bindings: arm: cpu: Add Marvell MMP3 SMP enable method

[PATCH] arm64: dts: allwinner: a64: Drop PMU node
 2019-08-12 18:22 UTC  (13+ messages)

[PATCH v3 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-12 18:05 UTC  (8+ messages)
` [PATCH v3 6/8] PCI: al: Add support for DW based driver type
` [PATCH v3 8/8] PCI: dw: Add support for PCI_PROBE_ONLY/PCI_REASSIGN_ALL_BUS flags

[PATCH v1 1/1] i2c: iproc: Add i2c repeated start capability
 2019-08-12 17:33 UTC  (2+ messages)

[PATCH v1 0/2] Remove smbus quick cmd and update adapter name
 2019-08-12 17:29 UTC  (5+ messages)
` [PATCH v1 1/2] i2c: iproc: Stop advertising support of SMBUS quick cmd
` [PATCH v1 2/2] i2c: iproc: Add full name of devicetree node to adapter name

[PATCH v5 1/3] dt-bindings: vendor-prefixes: Add Anvo-Systems
 2019-08-12 16:59 UTC  (3+ messages)
` [PATCH v5 2/3] dt-bindings: eeprom: at25: Add Anvo ANV32E61W
` [PATCH v5 3/3] ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards

[v4 0/6] platform: dwc: Adding DesignWare MIPI CSI-2 Host and D-PHY
 2019-08-12 16:50 UTC  (6+ messages)
` [v4 2/6] media: platform: dwc: Add MIPI CSI-2 controller driver

[PATCH v3 0/4] NVIDIA Tegra Video Decoder driver improvements
 2019-08-12 16:42 UTC  (3+ messages)
` [PATCH v3] ARM: dts: tegra30: Connect SMMU with Video Decoder Engine

[PATCH v3 0/3] drm/meson: convert bindings to YAML schemas
 2019-08-12 16:31 UTC  (3+ messages)
` [PATCH v3 3/3] MAINTAINERS: Update with Amlogic DRM bindings converted as YAML

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

[PATCH v3 02/11] dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree
 2019-08-12 15:54 UTC  (6+ messages)

[PATCH v5 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-12 15:38 UTC  (15+ messages)
` [PATCH v5 01/10] dt-bindings: add powercontroller
` [PATCH v5 02/10] dt-bindings: add missing mt6397 rtc
` [PATCH v5 03/10] rtc: mt6397: move some common definitions into rtc.h
` [PATCH v5 04/10] rtc: mt6397: improvements of rtc driver
` [PATCH v5 05/10] mfd: mt6323: some improvements of mt6397-core
` [PATCH v5 06/10] rtc: mt6397: add compatible for mt6323
` [PATCH v5 07/10] mfd: mt6323: add mt6323 rtc+pwrc
` [PATCH v5 08/10] power: reset: add driver for mt6323 poweroff
` [PATCH v5 09/10] MAINTAINERS: add Mediatek shutdown drivers
` [PATCH v5 10/10] arm: dts: mt6323: add keys, power-controller, rtc and codec

[PATCH 1/2] mmc: sdhci-of-at91: add quirk for broken HS200
 2019-08-12 15:38 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d27_som1_ek: add mmc capabilities for SDMMC0

[PATCH 00/15] thermal: qcom: tsens: Add interrupt support
 2019-08-12 15:28 UTC  (6+ messages)

[PATCH v1 1/3] gpio: mpc8xxx: add ls1088a platform gpio node DT binding description
 2019-08-12 15:27 UTC  (3+ messages)
` [PATCH v1 2/3] arm64: dts: fix gpio node

[PATCH v4 00/21] Common patches from downstream development
 2019-08-12 14:21 UTC  (22+ messages)
` [PATCH v4 01/21] ARM: dts: imx7-colibri: make sure module supplies are always on
` [PATCH v4 02/21] ARM: dts: imx7-colibri: disable HS400
` [PATCH v4 03/21] ARM: dts: imx7-colibri: prepare module device tree for FlexCAN
` [PATCH v4 04/21] ARM: dts: imx7-colibri: Add sleep mode to ethernet
` [PATCH v4 05/21] ARM: dts: imx7-colibri: add recovery for I2C for iMX7
` [PATCH v4 06/21] ARM: dts: imx7-colibri: add GPIO wakeup key
` [PATCH v4 07/21] ARM: dts: imx7-colibri: fix 1.8V/UHS support
` [PATCH v4 08/21] ARM: dts: imx7-colibri: Add touch controllers
` [PATCH v4 09/21] ARM: dts: imx6qdl-colibri: add phy to fec
` [PATCH v4 10/21] ARM: dts: imx6qdl-colibri: Add missing pin declaration in iomuxc
` [PATCH v4 11/21] ARM: dts: imx6qdl-apalis: Add sleep state to can interfaces
` [PATCH v4 12/21] ARM: dts: imx6-apalis: Add touchscreens used on Toradex eval boards
` [PATCH v4 13/21] ARM: dts: imx6-colibri: Add missing pinmuxing to Toradex eval board
` [PATCH v4 14/21] ARM: dts: imx6ull-colibri: Add sleep mode to fec
` [PATCH v4 15/21] ARM: dts: imx6ull-colibri: reduce v_batt current in power off
` [PATCH v4 16/21] ARM: dts: imx6ull-colibri: Add watchdog
` [PATCH v4 17/21] ARM: dts: imx6ull: improve can templates
` [PATCH v4 18/21] ARM: dts: imx6ull-colibri: Add general wakeup key used on Colibri
` [PATCH v4 19/21] ARM: dts: imx6ull-colibri: Add touchscreen used with Eval Board
` [PATCH v4 20/21] ARM: dts: imx7-colibri: Add UHS support to eval board
` [PATCH v4 21/21] ARM: dts: imx6qdl-colibri.dtsi: UHS-I support for v1.1a hw

[PATCH v9 5/6] usb:cdns3 Add Cadence USB3 DRD Driver
 2019-08-12 14:20 UTC  (2+ messages)

[PATCH v2] arm64: dts: ls1028a: Add Thermal Monitor Unit node
 2019-08-12 14:11 UTC  (2+ messages)

[PATCH v5 0/5] Add QCS404 interconnect provider driver
 2019-08-12 14:07 UTC  (4+ messages)
` [PATCH v5 1/5] dt-bindings: interconnect: Add Qualcomm QCS404 DT bindings

[PATCH v4] arm64: dts: ls1028a: Add esdhc node in dts
 2019-08-12 13:55 UTC  (2+ messages)

[PATCH v2 0/5]Add support for mt2701 JPEG ENC support
 2019-08-12 13:18 UTC  (3+ messages)
` [PATCH 3/5] media: platform: Add jpeg enc feature

[PATCH v3 00/21] Common patches from downstream development
 2019-08-12 13:14 UTC  (10+ messages)
` [PATCH v3 05/21] ARM: dts: add recovery for I2C for iMX7
` [PATCH v3 19/21] ARM: dts: imx6/7-colibri: switch dr_mode to otg
` [PATCH v3 20/21] ARM: dts: imx6ull-colibri: Add touchscreen used with Eval Board

[PATCH 1/3] dt-bindings: regulator: twl6030: Add retain-on-reset property
 2019-08-12 13:10 UTC  (2+ messages)
` Applied "dt-bindings: regulator: twl6030: Add retain-on-reset property" to the regulator tree

[PATCH 2/3] regulator: twl6030: use variable for device node
 2019-08-12 13:10 UTC  (2+ messages)
` Applied "regulator: twl6030: use variable for device node" to the regulator tree

[PATCH 3/3] regulator: twl6030: workaround the VMMC reset behavior
 2019-08-12 13:10 UTC  (2+ messages)
` Applied "regulator: twl6030: workaround the VMMC reset behavior" to the regulator tree

[PATCH 1/2] ASoC: fsl_esai: Add compatible string for imx6ull
 2019-08-12 13:09 UTC  (2+ messages)
` Applied "ASoC: fsl_esai: Add compatible string for imx6ull" to the asoc tree

[PATCH 2/2] ASoC: fsl_esai: Add new compatible string for imx6ull
 2019-08-12 13:09 UTC  (2+ messages)
` Applied "ASoC: fsl_esai: Add new compatible string for imx6ull" to the asoc tree

[Patch V6 0/8] Tegra XUSB gadget driver support
 2019-08-12 13:00 UTC  (5+ messages)
` [Patch V6 7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller

[PATCH V4 1/4] dt-bindings: arm: imx: Add the soc binding for i.MX8MN
 2019-08-12 12:32 UTC  (4+ messages)
` [PATCH V4 4/4] dt-bindings: arm: imx: Add the soc binding for i.MX8MQ

[PATCH v4 0/7] Allwinner H6 SPDIF support
 2019-08-12 12:10 UTC  (7+ messages)

[PATCH v3 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-12 11:51 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: add powercontroller
    ` Aw: "
      `  "
        ` Aw: "
          `  "
` [PATCH v3 06/10] mfd: mt6323: some improvements of mt6397-core
    ` Aw: "
      `  "

[PATCHv3 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-08-12 11:35 UTC  (4+ messages)
  ` [EXT] "

[PATCH 00/14] serial: tegra: Tegra186 support and fixes
 2019-08-12 11:28 UTC  (15+ messages)
` [PATCH 01/14] serial: tegra: add internal loopback functionality
` [PATCH 02/14] serial: tegra: add support to ignore read
` [PATCH 03/14] serial: tegra: avoid reg access when clk disabled
` [PATCH 04/14] serial: tegra: protect IER against LCR.DLAB
` [PATCH 05/14] serial: tegra: flush the RX fifo on frame error
` [PATCH 06/14] serial: tegra: report error to upper tty layer
` [PATCH 07/14] serial: tegra: add compatible for new chips
` [PATCH 08/14] serial: tegra: check for FIFO mode enabled status
` [PATCH 09/14] serial: tegra: set maximum num of uart ports to 8
` [PATCH 10/14] serial: tegra: add support to use 8 bytes trigger
` [PATCH 11/14] serial: tegra: DT for Adjusted baud rates
` [PATCH 12/14] serial: tegra: add support to adjust baud rate
` [PATCH 13/14] serial: tegra: report clk rate errors
` [PATCH 14/14] serial: tegra: Add PIO mode support

[PATCH] arm64: dts: allwinner: Enable DDC regulator for Beelink GS1
 2019-08-12 11:26 UTC  (2+ messages)

[PATCH 01/11] dt-bindings: timer: Convert Allwinner A10 Timer to a schema
 2019-08-12 11:24 UTC  (6+ messages)
` [PATCH 03/11] clocksource: sun4i: Add missing compatibles

[PATCH v6 0/2] Allwinner H6 SPDIF support
 2019-08-12 11:23 UTC  (4+ messages)
  ` [PATCH v6 1/2] arm64: dts: allwinner: Add SPDIF node for Allwinner H6
  ` [PATCH v6 2/2] arm64: dts: allwinner: h6: Enable SPDIF for Beelink GS1

[PATCH 0/2] act8865 regulator modes and suspend states
 2019-08-12 11:11 UTC  (5+ messages)
` [PATCH 1/2] regulator: act8865: operating mode and suspend state support
` [PATCH 2/2] dt-bindings: regulator: act8865 regulator modes and suspend states

[PATCH v4 00/10] Add Support for MediaTek PMIC MT6358
 2019-08-12 11:00 UTC  (7+ messages)
` [PATCH v4 02/10] mfd: mt6397: extract irq related code from core driver
` [PATCH v4 03/10] mfd: mt6397: modify suspend/resume behavior
` [PATCH v4 06/10] mfd: Add support for the MediaTek MT6358 PMIC

[PATCH] ARM64: dts: allwinner: Add devicetree for pine H64 modelA evaluation board
 2019-08-12 10:56 UTC  (2+ messages)

[PATCH 0/6] pwm: sun4i: Add support for Allwinner H6
 2019-08-12 10:51 UTC  (4+ messages)
` [linux-sunxi] Re: [PATCH 4/6] pwm: sun4i: Add support for H6 PWM
  `  "

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-18 19:22 UTC 


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