Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into...
authorOlof Johansson <olof@lixom.net>
Sun, 10 Dec 2017 04:22:46 +0000 (20:22 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Dec 2017 04:22:46 +0000 (20:22 -0800)
commit3dda7f63e0e46db96b5373e740d03be2c44529c7
tree4fa7be8d76b9342860127b776fa65854df86970f
parent69b8df5d6a4222fd6996227ae8ef60fe44db74fc
parentb69f63ebf553504739cc8534cbed31bd530c6f0b
Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes

bus: ARM CCN and CCI PMU driver fixes

This is a bunch of fixes CCN and (guest starring this time) CCI drivers.

* Check for potential of failed allocation for the driver name string
* Manage CPU ID properly at allocation (both CCN and CCI)
* Fix module unload warnings related to objects release order
* Small improvements like using allocating printfs and proper
  attributes constification

The one fixing potential issues have been cc-ed to stable.

* tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux:
  bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left.
  bus: arm-cci: Fix use of smp_processor_id() in preemptible context
  bus: arm-ccn: Fix use of smp_processor_id() in preemptible context
  bus: arm-ccn: Simplify code
  bus: arm-ccn: Check memory allocation failure
  bus: arm-ccn: constify attribute_group structures.

Signed-off-by: Olof Johansson <olof@lixom.net>