Phone-Devel Archive mirror.
 help / color / mirror / Atom feed
 messages from 2022-07-10 10:13:37 to 2022-07-28 02:36:20 UTC [more...]

[PATCH v4 0/2] Add driver for Novatek NT35596S panel
 2022-07-28  2:35 UTC 

[PATCH v3 0/2] Add driver for Novatek NT35596S panel
 2022-07-28  2:04 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings
` [PATCH v3 2/2] drm: panel: Add novatek nt35596s panel driver

[PATCH] clk: qcom: gcc-sdm660: Use floor ops for SDCC1 clock
 2022-07-28  0:31 UTC  (2+ messages)

[PATCH v2 0/5] PM6125 regulator support
 2022-07-27 23:14 UTC  (17+ messages)
` [PATCH v2 1/5] dt-bindings: regulator: Document the PM6125 SPMI PMIC
` [PATCH v2 2/5] dt-bindings: regulator: Document the PM6125 RPM regulators
` [PATCH v2 3/5] regulator: qcom_spmi: Add support for new regulator types
` [PATCH v2 4/5] regulator: qcom_spmi: Add PM6125 PMIC support
` [PATCH v2 5/5] regulator: qcom_smd: Add PM6125 regulators support

[PATCH v4 00/10] Add support for magnetometer Yamaha YAS537
 2022-07-27 17:46 UTC  (15+ messages)
  ` [PATCH v4 06/10] iio: magnetometer: yas530: Rename functions and registers
  ` [PATCH v4 09/10] iio: magnetometer: yas530: Introduce "chip_info" structure
  ` [PATCH v4 10/10] iio: magnetometer: yas530: Add YAS537 variant

[PATCH 0/4] Initial support for the Pixel 3
 2022-07-27 10:55 UTC  (17+ messages)
` [PATCH 1/4] Documentation: dt-bindings: arm: qcom: add google,blueline
` [PATCH 2/4] arm64: dts: qcom: add sdm845-google-blueline (Pixel 3)
` [PATCH 3/4] dt-bindings: panel: Add LG SW43408 MIPI-DSI panel
` [PATCH 4/4] drm: panel: Add lg sw43408 panel driver

[PATCH v3 0/3] Initial Samsung Galaxy Tab 4 10.1 (SM-T530) support
 2022-07-26 11:14 UTC  (8+ messages)
` [PATCH v3 1/3] ARM: dts: qcom: pm8226: Add node for the GPIOs
` [PATCH v3 2/3] dt-bindings: arm: qcom: Document samsung,matisse-wifi device
` [PATCH v3 3/3] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 10.1 (SM-T530)

[PATCH v6 0/8] MediaTek Helio X10 MT6795 - Clock drivers
 2022-07-25 22:45 UTC  (13+ messages)
` [PATCH v6 1/8] dt-bindings: mediatek: Document MT6795 system controllers bindings
` [PATCH v6 2/8] dt-bindings: clock: Add MediaTek Helio X10 MT6795 clock bindings
` [PATCH v6 3/8] dt-bindings: reset: Add bindings for MT6795 Helio X10 reset controllers
` [PATCH v6 4/8] dt-bindings: clock: mediatek: Add clock driver bindings for MT6795
` [PATCH v6 5/8] clk: mediatek: clk-apmixed: Remove unneeded __init annotation
` [PATCH v6 6/8] clk: mediatek: Export required symbols to compile clk drivers as module
` [PATCH v6 7/8] clk: mediatek: clk-apmixed: Add helper function to unregister ref2usb_tx
` [PATCH v6 8/8] clk: mediatek: Add MediaTek Helio X10 MT6795 clock drivers

[PATCH] dt-bindings: crypto: Add ST-Ericsson Ux500 CRYP
 2022-07-25 22:38 UTC  (2+ messages)

[PATCH 00/15 v2] Ux500 hash cleanup
 2022-07-25 14:05 UTC  (16+ messages)
` [PATCH 01/15 v2] crypto: ux500/hash: Pass ctx to hash_setconfiguration()
` [PATCH 02/15 v2] crypto: ux500/hash: Get rid of custom device list
` [PATCH 03/15 v2] crypto: ux500/hash: Pass context to zero message digest
` [PATCH 04/15 v2] crypto: ux500/hash: Drop custom state save/restore
` [PATCH 05/15 v2] crypto: ux500/hash: Drop bit index
` [PATCH 06/15 v2] crypto: ux500/hash: Break while/do instead of if/else
` [PATCH 07/15 v2] crypto: ux500/hash: Rename and switch type of member
` [PATCH 08/15 v2] crypto: ux500/hash: Stop saving/restoring compulsively
` [PATCH 09/15 v2] crypto: ux500/hash: Get rid of state from request context
` [PATCH 10/15 v2] crypto: ux500/hash: Implement .export and .import
` [PATCH 11/15 v2] crypto: ux500/hash: Drop custom uint64 type
` [PATCH 12/15 v2] crypto: ux500/hash: Drop regulator handling
` [PATCH 13/15 v2] crypto: ux500/hash: Convert to regmap MMIO
` [PATCH 14/15 v2] crypto: ux500/hash: Use AMBA core primecell IDs
` [PATCH 15/15 v2] crypto: ux500/hash: Implement runtime PM

[PATCH v2 0/3] Initial Samsung Galaxy Tab 4 10.1 (SM-T530) support
 2022-07-23 20:39 UTC  (6+ messages)
` [PATCH v2 1/3] ARM: dts: qcom: pm8226: Add node for the GPIOs
` [PATCH v2 2/3] dt-bindings: arm: qcom: Document samsung,matisse-wifi device
` [PATCH v2 3/3] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 10.1 (SM-T530)

[PATCH 00/15] Ux500 hash cleanup
 2022-07-22 11:25 UTC  (17+ messages)
` [PATCH 01/15] crypto: ux500/hash: Pass ctx to hash_setconfiguration()
` [PATCH 02/15] crypto: ux500/hash: Get rid of custom device list
` [PATCH 03/15] crypto: ux500/hash: Pass context to zero message digest
` [PATCH 04/15] crypto: ux500/hash: Drop custom state save/restore
` [PATCH 05/15] crypto: ux500/hash: Drop bit index
` [PATCH 06/15] crypto: ux500/hash: Break while/do instead of if/else
` [PATCH 07/15] crypto: ux500/hash: Rename and switch type of member
` [PATCH 08/15] crypto: ux500/hash: Stop saving/restoring compulsively
` [PATCH 09/15] crypto: ux500/hash: Get rid of state from request context
` [PATCH 10/15] crypto: ux500/hash: Implement .export and .import
` [PATCH 11/15] crypto: ux500/hash: Drop custom uint64 type
` [PATCH 12/15] crypto: ux500/hash: Convert to regmap MMIO
` [PATCH 13/15] crypto: ux500/hash: Use AMBA core primecell IDs
` [PATCH 14/15] crypto: ux500/hash: Implement runtime PM
` [PATCH 15/15] crypto: ux500/hash: Drop regulator handling

[PATCH v5 0/7] MediaTek Helio X10 MT6795 - Clock drivers
 2022-07-22  8:50 UTC  (7+ messages)
` [PATCH v5 7/7] clk: mediatek: Add MediaTek Helio X10 MT6795 clock drivers

[PATCH v5 00/12] leds: Fix/Add is31fl319{0,1,3} support
 2022-07-21 17:14 UTC  (15+ messages)
` [PATCH v5 01/12] dt-bindings: leds: Convert is31fl319x to dtschema
` [PATCH v5 02/12] dt-bindings: leds: is31fl319x: Document variants specificities
` [PATCH v5 03/12] leds: is31fl319x: Add missing si-en compatibles
` [PATCH v5 04/12] leds: is31fl319x: Use non-wildcard names for vars, structs and defines
` [PATCH v5 05/12] leds: is31fl319x: Move chipset-specific values in chipdef struct
` [PATCH v5 06/12] leds: is31fl319x: Add support for is31fl319{0,1,3} chips
` [PATCH v5 07/12] leds: is31fl319x: Cleanup formatting and dev_dbg calls
` [PATCH v5 08/12] leds: is31fl319x: Make use of device properties
` [PATCH v5 09/12] leds: is31fl319x: Make use of dev_err_probe()
` [PATCH v5 10/12] leds: is31fl319x: Fix devm vs. non-devm ordering
` [PATCH v5 11/12] leds: is31fl319x: use simple i2c probe function
` [PATCH v5 12/12] leds: is31fl319x: sort header inclusion alphabetically

[PATCH v4 1/2] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
 2022-07-21 17:12 UTC  (3+ messages)
` [PATCH v4 2/2] leds: qcom-lpg: Add PM660L configuration and compatible

[PATCH] ARM: dts: DBx500 cryp and hash used power domain
 2022-07-21 15:36 UTC 

[PATCH 0/3] Initial Samsung Galaxy Tab 4 10.1 (SM-T530) support
 2022-07-21  9:25 UTC  (10+ messages)
` [PATCH 1/3] ARM: dts: qcom: pm8226: Add node for the GPIOs
` [PATCH 2/3] dt-bindings: arm: qcom: Document samsung,matissewifi device
` [PATCH 3/3] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 10.1 (SM-T530)

[PATCH v4 1/2] dt-bindings: arm: qcom: Document lg,judyln and lg,judyp devices
 2022-07-20 18:09 UTC  (2+ messages)
` (subset) "

[PATCH v6 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings
 2022-07-20 18:09 UTC  (6+ messages)
` [PATCH v6 2/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s

[PATCH v5 0/5] Add support for Silicon Mitus SM5703 MFD
 2022-07-20 14:19 UTC  (13+ messages)
` [PATCH v5 4/5] mfd: sm5703: Add support for "

[RESEND PATCH] leds: ledtrig-pattern: Use last_repeat when applying hw pattern
 2022-07-19 21:30 UTC 

[PATCH v3 1/4] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
 2022-07-19 21:23 UTC  (3+ messages)

[PATCH 1/5] dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp
 2022-07-19 18:21 UTC  (3+ messages)
` [PATCH 3/5] ARM: dts: qcom: msm8226: Add ADSP node

[PATCH 0/4] Initial support for the Pixel 3
 2022-07-18 21:21 UTC  (2+ messages)
` [PATCH 1/4] Documentation: dt-bindings: arm: qcom: add google,blueline

[PATCH v3 0/5] Add interconnect support for SM6350
 2022-07-18  9:46 UTC  (6+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: sm6350: Add interconnect support

[PATCH] ARM: dts: qcom: msm8974-hammerhead: Add notification LED
 2022-07-17  3:08 UTC  (2+ messages)
` (subset) "

[PATCH] ARM: dts: qcom: msm8974-FP2: Add notification LED
 2022-07-17  3:08 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/2] power: supply: introduce support for the Qualcomm smb2 charger
 2022-07-16 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] power: supply: add Qualcomm PMI8998 SMB2 Charger driver

[PATCH] arm64: dts: qcom: sm6350: Replace literal rpmpd indices with constants
 2022-07-16 15:19 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: msm8998: Make regulator voltages multiple of step-size
 2022-07-16 15:19 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/2] MediaTek SoC ARM/ARM64 System Timer
 2022-07-15 22:42 UTC  (3+ messages)

[PATCH 1/5] arm64: dts: sdm845-xiaomi-beryllium: rename beryllium.dts into beryllium-common.dtsi
 2022-07-14 17:27 UTC  (5+ messages)
` [PATCH 2/5] arm64: dts: qcom: sdm845-xiaomi-beryllium-common: generalize the display panel node

[PATCH v3 00/11] drm/msm/dsi_phy: Replace parent names with clk_hw pointers
 2022-07-14 10:19 UTC  (2+ messages)

[PATCH 0/5] Add support for Xiaomi Poco F1 EBBG variant
 2022-07-13  6:51 UTC  (4+ messages)

[PATCH 1/5 RESEND] arm64: dts: sdm845-xiaomi-beryllium: rename beryllium.dts into beryllium-common.dtsi
 2022-07-13  4:22 UTC  (5+ messages)
` [PATCH 2/5 RESEND] arm64: dts: qcom: sdm845-xiaomi-beryllium-common: generalize the display panel node
` [PATCH 3/5 RESEND] arm64: dts: qcom: sdm845-xiaomi-beryllium: introduce tianma variant
` [PATCH 4/5 RESEND] arm64: dts: qcom: sdm845-xiaomi-beryllium: introduce ebbg variant
` [PATCH 5/5 RESEND] arm64: dts: qcom: Makefile: split beryllium into tianma and "

[PATCH 0/5 RESEND] Add support for Xiaomi Poco F1 EBBG variant
 2022-07-13  4:22 UTC 

[PATCH v3 1/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s
 2022-07-12 14:26 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings
 2022-07-12 14:08 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings
 2022-07-12 13:23 UTC  (2+ messages)

[PATCH v5 1/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s
 2022-07-12  7:58 UTC  (5+ messages)
` [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

[PATCH v3 0/6] leds: Fix/Add is31fl319{0,1,3} support
 2022-07-11 21:40 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).