mbox series

[v3,0/2] Add samsung-milletwifi

Message ID 20240219214643.197116-1-bryant@mai.rs
Headers show
Series Add samsung-milletwifi | expand

Message

Bryant Mairs Feb. 19, 2024, 9:43 p.m. UTC
This series adds support for samsung-milletwifi, the smaller cousin
to samsung-matisselte. I've used the manufacturer's naming convention
for consistency.

Hardware currently supported:
- Display
- Cover detection
- Physical buttons
- Touchscreen and touchkeys
- Accelerometer

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bryant Mairs <bryant@mai.rs>
---
Changes in v3:
- Minor style changes to the DTS
- Corrected list of supported hardware peripherals
- Link to v2: https://lore.kernel.org/all/20240215172617.115307-1-bryant@mai.rs/
---
Changes in v2:
- Squashed DTS work into a single commit
- Add touchkeys to the DTS
- Link to v1: https://lore.kernel.org/all/20231105204759.37107-1-bryant@mai.rs/
---

Bryant Mairs (2):
  dt-bindings: arm: qcom: Document samsung,milletwifi device
  ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 8.0 Wi-Fi

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 arch/arm/boot/dts/qcom/Makefile               |   1 +
 .../qcom/qcom-apq8026-samsung-milletwifi.dts  | 573 ++++++++++++++++++
 3 files changed, 575 insertions(+)
 create mode 100644 arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts

Comments

Konrad Dybcio March 8, 2024, 10:16 p.m. UTC | #1
On 19.02.2024 22:43, Bryant Mairs wrote:
> Add support for this tablet based on the MSM8226 SoC, codenamed
> "milletwifi".
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
> Signed-off-by: Bryant Mairs <bryant@mai.rs>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
Bjorn Andersson May 28, 2024, 3:32 a.m. UTC | #2
On Mon, 19 Feb 2024 22:43:15 +0100, Bryant Mairs wrote:
> This series adds support for samsung-milletwifi, the smaller cousin
> to samsung-matisselte. I've used the manufacturer's naming convention
> for consistency.
> 
> Hardware currently supported:
> - Display
> - Cover detection
> - Physical buttons
> - Touchscreen and touchkeys
> - Accelerometer
> 
> [...]

Applied, thanks!

[2/2] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 8.0 Wi-Fi
      commit: 49b9981a0ecae2bbb298d8b0c2b8058220038691

Best regards,