devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-18 05:00:09 to 2019-09-19 02:18:23 UTC [more...]

[PATCH 0/4] thermal: Introduce support for monitoring falling temperatures
 2019-09-19  2:18 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: Introduce monitor-falling parameter to thermal trip point binding
` [PATCH 2/4] thermal: Thermal core and sysfs changes needed to support bi-directional monitoring of trip points
` [PATCH 3/4] thermal: of-thermal: Extend thermal dt driver to support bi-directional monitoring of a thermal trip point
` [PATCH 4/4] thermal: step_wise: Extend thermal step-wise governor to monitor falling temperature

[v5,1/2] dt-bindings: rtc: pcf85263/pcf85363: add some properties
 2019-09-19  1:45 UTC  (2+ messages)
` [v5,2/2] rtc: pcf85263/pcf85363: support PM, wakeup device, improve performance

[PATCH 1/2] dt-bindings: ptp: Add binding doc for IDT ClockMatrix based PTP clock
 2019-09-19  0:10 UTC  (4+ messages)
` [PATCH 2/2] ptp: Add a ptp clock driver for IDT ClockMatrix

[PATCH] of: Add of_get_memory_prop()
 2019-09-18 22:32 UTC  (3+ messages)

[PATCH] arm64: dts: mt8183: Add node for the Mali GPU
 2019-09-18 22:16 UTC  (5+ messages)

[PATCH v4 1/9] dt-bindings: display: renesas,cmm: Add R-Car CMM documentation
 2019-09-18 22:08 UTC  (2+ messages)

[PATCH] of: restore old handling of cells_name=NULL in of_*_phandle_with_args()
 2019-09-18 20:19 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v3 0/5] Read-only memremap()
 2019-09-18 19:40 UTC  (5+ messages)
` [PATCH v3 3/5] memremap: Add support for read-only memory mappings
` [PATCH v3 5/5] soc: qcom: cmd-db: Map with read-only mappings

[PATCH] dt-bindings: display: imx: fix native-mode setting
 2019-09-18 19:38 UTC 

[PATCH v2 0/3] Exynos5 DMC minor fixes
 2019-09-18 18:55 UTC  (7+ messages)
  ` [PATCH v2 3/3] dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories
    ` [PATCH v2 1/3] memory: Exynos5422: minor fixes in DMC
    ` [PATCH v2 2/3] ARM: dts: exynos: fix too long line in memory device

[PATCH] regulator: dt-bindings: Fix building error for dt_binding_check
 2019-09-18 18:24 UTC  (3+ messages)

[PATCH v3 0/3] Add Global Clock controller (GCC) driver for SC7180
 2019-09-18 17:52 UTC  (5+ messages)
` [PATCH v3 1/3] clk: qcom: rcg: update the DFS macro for RCG
` [PATCH v3 2/3] dt-bindings: clk: qcom: Add YAML schemas for the GCC clock bindings
` [PATCH v3 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SC7180

[PATCH v2 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2019-09-18 17:47 UTC  (3+ messages)
` [PATCH v2 2/2] EDAC: al-mc-edac: Introduce "

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-09-18 17:31 UTC  (8+ messages)
` [PATCH v2 2/8] dt-bindings: sram: Convert SRAM "
` [PATCH v2 3/8] dt-bindings: sram: Convert Samsung Exynos SYSRAM "
` [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM "
` [PATCH v2 5/8] dt-bindings: watchdog: Convert Samsung SoC watchdog "
` [PATCH v2 6/8] dt-bindings: watchdog: Add missing clocks requirement in Samsung SoC watchdog
` [PATCH v2 7/8] dt-bindings: pwm: Convert PWM bindings to json-schema
` [PATCH v2 8/8] dt-bindings: pwm: Convert Samsung "

[PATCH V6 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-18 17:06 UTC  (20+ messages)
` [PATCH V6 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V6 2/2] mailbox: introduce ARM SMC based mailbox

[v4 1/2] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings
 2019-09-18 17:00 UTC  (5+ messages)
` [v4 2/2] clk: ls1028a: Add clock driver for Display output interface
    ` [EXT] "

[PATCH V2 0/4] update supported sample format
 2019-09-18 16:21 UTC  (6+ messages)
` [PATCH V2 1/4] ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_width
` [PATCH V2 2/4] ASoC: fsl_asrc: update supported sample format
` [PATCH V2 3/4] ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_set_runtime_hwparams
` [PATCH V2 4/4] ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8

[PATCH v7 00/13] Device property improvements, add %pfw format specifier
 2019-09-18 15:22 UTC  (18+ messages)
` [PATCH v7 01/13] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
` [PATCH v7 02/13] software node: Get reference to parent swnode in get_parent op
` [PATCH v7 03/13] software node: Make argument to to_software_node const
` [PATCH v7 04/13] device property: Move fwnode_get_parent() up
` [PATCH v7 05/13] device property: Add functions for accessing node's parents
` [PATCH v7 06/13] device property: Add fwnode_get_name for returning the name of a node
` [PATCH v7 07/13] device property: Add a function to obtain a node's prefix
` [PATCH v7 08/13] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
` [PATCH v7 09/13] lib/vsprintf: Add a note on re-using %pf or %pF
` [PATCH v7 10/13] lib/vsprintf: Make use of fwnode API to obtain node names and separators
` [PATCH v7 11/13] lib/vsprintf: OF nodes are first and foremost, struct device_nodes
` [PATCH v7 12/13] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names
` [PATCH v7 13/13] lib/test_printf: Add tests for %pfw printk modifier

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-09-18 15:05 UTC  (4+ messages)
` [PATCH 1/5] regulator: da9062: fix suspend_enable/disable preparation

[PATCH v1 0/9] Basic sound support for Arndale board / wm8994 updates
 2019-09-18 14:51 UTC  (19+ messages)
    ` [PATCH v1 1/9] ASoC: wm8994: Do not register inapplicable controls for WM1811
    ` [PATCH v1 2/9] mfd: wm8994: Add support for MCLKn clock control
    ` [PATCH v1 3/9] ASoC: wm8994: Add support for setting MCLKn clock rate
    ` [PATCH v1 4/9] ASoC: wm8994: Add support for MCLKn clock gating
    ` [PATCH v1 5/9] ASoC: samsung: arndale: Simplify DAI link initialization
    ` [PATCH v1 6/9] ASoC: dt-bindings: Document "samsung,arndale-wm1811" compatible
    ` [PATCH v1 7/9] ASoC: samsung: arndale: Add support for WM1811 CODEC
    ` [PATCH v1 8/9] ASoC: samsung: arndale: Add missing OF node dereferencing
    ` [PATCH v1 9/9] ARM: dts: arndale: Add audio support (WM1811 CODEC boards)

[PATCH v2] arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
 2019-09-18 14:46 UTC  (2+ messages)

[PATCH] ARM: dts: imx6dl: SolidRun: add phy node with 100Mb/s max-speed
 2019-09-18 14:45 UTC  (10+ messages)

[PATCH 0/6] media: Introduce Allwinner H3 deinterlace driver
 2019-09-18 14:30 UTC  (5+ messages)
` [PATCH 5/6] media: sun4i: Add "

[PATCH v2 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-09-18 14:21 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array
` [PATCH v2 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA

[PATCH 1/2] dt-bindings: sound: Convert Samsung I2S controller to dt-schema
 2019-09-18 13:49 UTC  (7+ messages)
  ` [PATCH v2 "
  ` [PATCH v2 2/2] dt-bindings: sound: Convert Samsung SMDK audio complex

[PATCH v2] spi: dt-bindings: Convert spi-sifive binding to json-schema
 2019-09-18 13:44 UTC  (2+ messages)

[PATCH v2 0/3] Amazon's Annapurna Labs POS Driver
 2019-09-18 13:44 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS

[PATCH] riscv: dts: Add DT support for SiFive FU540 PWM driver
 2019-09-18 13:41 UTC  (4+ messages)

[PATCH 0/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP
 2019-09-18 13:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ufs: ti,j721e-ufs.yaml: Add binding for TI UFS wrapper
` [PATCH 2/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP

[PATCH v2 0/2] dts: arm64: imx8mq: Enable gpu passive throttling
 2019-09-18 13:33 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: etnaviv: Add #cooling-cells

[PATCH] media: dt-bindings: Fix building error for dt_binding_check
 2019-09-18 13:24 UTC  (2+ messages)

[PATCH v2 01/11] dt-bindings: power: syscon-reboot: Convert bindings to json-schema
 2019-09-18 13:17 UTC  (24+ messages)
` [PATCH v2 02/11] dt-bindings: power: syscon-poweroff: "
` [PATCH v2 03/11] dt-bindings: arm: samsung: Convert Samsung board/soc "
` [PATCH v2 04/11] dt-bindings: arm: samsung: Document missing S5Pv210 boards bindings
` [PATCH v2 05/11] dt-bindings: arm: samsung: Document missing Exynos7 "
` [PATCH v2 06/11] dt-bindings: arm: samsung: Convert Exynos Chipid bindings to json-schema
` [PATCH v2 07/11] dt-bindings: arm: samsung: Convert Exynos PMU "
` [PATCH v2 08/11] dt-bindings: arm: samsung: Convert Exynos System Registers "
` [PATCH v2 09/11] dt-bindings: rtc: s3c: Convert S3C/Exynos RTC "
` [PATCH v2 10/11] dt-bindings: iio: adc: exynos: Convert Exynos ADC "
` [PATCH v2 11/11] dt-bindings: iio: adc: exynos: Remove old requirement of two register address ranges

[PATCH v6 00/12] Device property improvements, add %pfw format specifier
 2019-09-18 13:11 UTC  (14+ messages)
` [PATCH v6 01/12] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
` [PATCH v6 11/12] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names

[PATCH 0/3] reset: meson: add Meson-A1 SoC support
 2019-09-18 12:39 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: meson: add reset controller for Meson-A1 SoC
` [PATCH 2/3] dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller

[PATCH] ARM: dts: vesnin: Add power_green led
 2019-09-18 12:38 UTC 

[v7 2/2] dt-bindings: mtd: Add Cadence NAND controller driver
 2019-09-18 12:31 UTC 

[PATCH] dt-bindings: memory-controllers: Convert Samsung Exynos SROM bindings to json-schema
 2019-09-18 12:25 UTC  (3+ messages)

[PATCH v2 0/3] UFS: Add support for SM8150 UFS
 2019-09-18 12:15 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: ufs: Add sm8150 compatible string
` [PATCH v2 2/3] dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy "

[PATCH v1 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC
 2019-09-18 12:08 UTC  (6+ messages)
` [PATCH v1 2/2] spi: cadence-qspi: Add QSPI "

[PATCH] dt-bindings: net: remove un-implemented property
 2019-09-18 12:07 UTC  (2+ messages)

[RFC PATCH 1/2] dt-bindings: pwm: Convert PWM bindings to json-schema
 2019-09-18 11:53 UTC  (4+ messages)
` [RFC PATCH 2/2] dt-bindings: pwm: Convert Samsung "

[PATCH 1/2] dt-bindings: watchdog: Convert Samsung SoC watchdog bindings to json-schema
 2019-09-18 11:26 UTC  (3+ messages)

[PATCHv8 0/7] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-09-18 11:03 UTC  (4+ messages)
` [PATCHv8 1/7] PCI: mobiveil: Refactor Mobiveil PCIe Host Bridge IP driver

[PATCH] dt-bindings: gpu: Convert Samsung Image Scaler to dt-schema
 2019-09-18 10:52 UTC  (2+ messages)

[PATCH v2 0/3] Add Global Clock controller (GCC) driver for SC7180
 2019-09-18  9:44 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: clk: qcom: Add YAML schemas for the GCC clock bindings
` [PATCH v2 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SC7180

[PATCH V6 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-09-18  9:33 UTC  (2+ messages)

[PATCH v8 0/11] Add mt7629 and fix mt7628 pwm
 2019-09-18  9:28 UTC  (12+ messages)
` [PATCH v8 01/11] pwm: mediatek: add a property "num-pwms"
` [PATCH v8 02/11] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v8 03/11] pwm: mediatek: remove a property "has-clks"
` [PATCH v8 04/11] pwm: mediatek: allocate the clks array dynamically
  ` [PATCH v8 05/11] pwm: mediatek: use pwm_mediatek as common prefix
  ` [PATCH v8 06/11] pwm: mediatek: update license and switch to SPDX tag
  ` [PATCH v8 07/11] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
  ` [PATCH v8 08/11] arm64: dts: mt7622: add a property "num-pwms" for PWM
  ` [PATCH v8 10/11] dt-bindings: pwm: update bindings for MT7629 SoC
  ` [PATCH v8 11/11] arm: dts: mediatek: add mt7629 pwm support
` [PATCH v8 09/11] arm: dts: mt7623: add a property "num-pwms" for PWM

[PATCH v6 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-09-18  8:36 UTC  (3+ messages)

[RFC PATCH V4 0/4] media: support Mediatek sensor interface driver
 2019-09-18  8:29 UTC  (7+ messages)
` [RFC PATCH V4 1/4] media: platform: mtk-isp: Add "
` [RFC PATCH V4 2/4] media: platform: Add Mediatek sensor interface driver KConfig
` [RFC PATCH V4 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

[PATCH v2 0/4] spi: dw: Add basic runtime PM support
 2019-09-18  8:04 UTC  (3+ messages)
` [PATCH v2 1/4] dt: spi: Add Renesas RZ/N1 binding documentation
` [PATCH v2 2/4] dt-bindings: snps,dw-apb-ssi: Add optional clock domain information

[PATCH v5] gpio/mpc8xxx: change irq handler from chained to normal
 2019-09-18  7:36 UTC  (2+ messages)

[RFC 0/4] GPIO & PWM support for HiFive Unleashed
 2019-09-18  7:32 UTC  (5+ messages)
` [RFC 4/4] gpio: sifive: Add GPIO driver for SiFive SoCs

[RESEND, PATCH v7 0/11] Add mt7629 and fix mt7628 pwm
 2019-09-18  7:05 UTC  (13+ messages)
` [RESEND, PATCH v7 02/11] pwm: mediatek: droping the check for of_device_get_match_data
` [RESEND, PATCH v7 03/11] pwm: mediatek: remove a property "has-clks"
` [RESEND, PATCH v7 04/11] pwm: mediatek: allocate the clks array dynamically
` [RESEND, PATCH v7 05/11] pwm: mediatek: use pwm_mediatek as common prefix
  ` [RESEND, PATCH v7 01/11] pwm: mediatek: add a property "num-pwms"
  ` [RESEND, PATCH v7 06/11] pwm: mediatek: update license and switch to SPDX tag
  ` [RESEND, PATCH v7 08/11] arm64: dts: mt7622: add a property "num-pwms" for PWM
  ` [RESEND, PATCH v7 09/11] arm: dts: mt7623: "
` [RESEND, PATCH v7 07/11] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
` [RESEND, PATCH v7 10/11] dt-bindings: pwm: update bindings for MT7629 SoC
` [RESEND, PATCH v7 11/11] arm: dts: mediatek: add mt7629 pwm support

[PATCH v3 0/2] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-09-18  6:56 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller

[PATCH 1/2] dt-bindings: documentation: add clock bindings information for Agilex
 2019-09-18  5:00 UTC  (3+ messages)
` [PATCH 2/2] clk: socfpga: agilex: add clock driver for the Agilex platform


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