mbox series

[GIT,PULL] firmware: arm_scmi: updates for v5.3

Message ID 20190613142305.GC7283@e107155-lin (mailing list archive)
State Queued, archived
Commit ac778e62634eee0685b622605b063a49edf2f2d1
Headers show
Series [GIT,PULL] firmware: arm_scmi: updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.3

Message

Sudeep Holla June 13, 2019, 2:23 p.m. UTC
Hi ARM SoC Team,

Please pull !
Note this contains associated/dependent hwmon driver changes that is
Acked by Guenter Roeck

Regards,
Sudeep

-->8

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.3

for you to fetch changes up to ac778e62634eee0685b622605b063a49edf2f2d1:

  hwmon: scmi: Scale values to target desired HWMON units (2019-06-12 12:29:51 +0100)

----------------------------------------------------------------
ARM SCMI updates/fixes for v5.3

1. Correction to ARM document ID referred in SCMI protocol binding
2. Fix to correct bitfield definitions for SENSOR_DESC attributes which
   otherwise will calculate sensor values on wrong scale
3. Adds the missing rate_discrete flag setting so that discrete clocks
   are handled correctly. Without this fix it assumes continuous range
   which is incorrect
4. Adds support to read and scale the sensor values based on the factor
   read from the firmware

----------------------------------------------------------------
Florian Fainelli (2):
      firmware: arm_scmi: fetch and store sensor scale
      hwmon: scmi: Scale values to target desired HWMON units

Peng Fan (1):
      firmware: arm_scmi: update rate_discrete in clock_describe_rates_get

Sudeep Holla (1):
      firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes

Volodymyr Babchuk (1):
      dt-bindings: arm: fix the document ID for SCMI protocol documentation

 Documentation/devicetree/bindings/arm/arm,scmi.txt |  2 +-
 drivers/firmware/arm_scmi/clock.c                  |  2 +
 drivers/firmware/arm_scmi/sensors.c                | 10 ++++-
 drivers/hwmon/scmi-hwmon.c                         | 48 ++++++++++++++++++++++
 include/linux/scmi_protocol.h                      |  1 +
 5 files changed, 60 insertions(+), 3 deletions(-)

Comments

Olof Johansson June 17, 2019, 11:55 a.m. UTC | #1
On Thu, Jun 13, 2019 at 03:23:05PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> Note this contains associated/dependent hwmon driver changes that is
> Acked by Guenter Roeck
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.3
> 
> for you to fetch changes up to ac778e62634eee0685b622605b063a49edf2f2d1:
> 
>   hwmon: scmi: Scale values to target desired HWMON units (2019-06-12 12:29:51 +0100)
> 
> ----------------------------------------------------------------
> ARM SCMI updates/fixes for v5.3
> 
> 1. Correction to ARM document ID referred in SCMI protocol binding
> 2. Fix to correct bitfield definitions for SENSOR_DESC attributes which
>    otherwise will calculate sensor values on wrong scale
> 3. Adds the missing rate_discrete flag setting so that discrete clocks
>    are handled correctly. Without this fix it assumes continuous range
>    which is incorrect
> 4. Adds support to read and scale the sensor values based on the factor
>    read from the firmware

Merged, thanks!


-Olof