mbox series

[GIT,PULL] firmware: arm_scmi: more fixes for v5.2

Message ID 20190524161606.GD4408@e107155-lin
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: more fixes for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2-2

Message

Sudeep Holla May 24, 2019, 4:16 p.m. UTC
Hi ARM-SoC team,

Please pull !

Regards,
Sudeep

--
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-fixes-5.2-2

for you to fetch changes up to cc6f83a7657e739257a5df1ee81ac0d83e816808:

  firmware: arm_scmi: update rate_discrete in clock_describe_rates_get (2019-05-24 16:29:02 +0100)

----------------------------------------------------------------
ARM SCMI more fixes for v5.2

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

----------------------------------------------------------------
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                | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

Sudeep Holla June 12, 2019, 10:53 a.m. UTC | #1
On Fri, May 24, 2019 at 05:16:06PM +0100, Sudeep Holla wrote:
> Hi ARM-SoC team,
>
> Please pull !
>

Please ignore this as it's not so important to push after -rc4.
I will add these to other updates I have for v5.3 and send the
new pull request.

I have already removed the tag just to be sure. Thanks.

--
Regards,
Sudeep