Skip to content

Samsung Manta: improve battery support, add sensors, fix WiFi and RTC

Alexandre Marquet requested to merge alexmrqt/linux:manta into master

This MR proposes the changes described below.

Improve battery support:

Add support for sensors:

  • BMP182 (pressure)
  • BH1750 (light)
  • MPU6050 (IMU)
  • AK8963 (magnetometer) -> Looking for a way to check the orientation matrix on this one

Fix WiFi:

  • WiFi was slow and caused many messages in dmesg, due to the bus being configured at too high of a speed. The original value was the one from the downstream kernel, but digging a bit revealed that several users experienced WiFi slowdowns on Nexus10 stock.

Fix RTC:

Misc:

  • updated defconfig
  • fix display on some devices (and dmesg complains about it on most, maybe all). See postmarketOS/pmaports#2615.
  • 7461591a could be merged with f2a4eaff, since it is just that CLKS_NR was moved from bindings to clock drivers in 835dc5ac.
Edited by Alexandre Marquet

Merge request reports