No description
Find a file
Arnd Bergmann 6710acf259 ARM SCPI updates/cleanups for v4.15
1. Fixes to get rid of sparse warnings
 2. Use of FIELD_GET and GENMASK for better subfields handling
 3. Make mbox_free_channels device-managed helping in removing unnecessary code
 4. Various other cleanups to simplify and improve code readability
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABCAAGBQJZ23nZAAoJEABBurwxfuKY0P4QALsPA3LlPBMewuHXJgNEiybd
 yTSTquucp//AEBPwW6VKqPnE6rNTFgd2hID8yqxczX/vPKmsPpG8L2MPzHgU2Z/z
 ffGh911nb/PjV5R2PLaJdT2u16YUXa6wq6OvO7eKyOXuLOsi/LI764uscgXo/t1I
 zC4ywG0E5MIt2l/CdgqQU4U7ZxCjZV8mTK/wnJ6N4FOGT8iz4LWOc55gofeDscqJ
 U3Kr4xDxxfUutxeaBWAM939i0qtVvXnoaVFM0Hi617CNNZxRm6/ihqL3f5gEjhiO
 tUa3KYRrXdRlSrnZVoUzdeT50QxDKWmhaLyt1W9WGKeXDRBJozuqs25ASKHCbDto
 pjvK0ZJXFr5xG7LSjglFC8LgvvgQaYD9Xxd2wP8jhJZC5SdnxV50vugfTkFrADGN
 aqV13BC2fCzeKUSV3GnfctXlX8UKoElUbKp/MGlhMso3/msd2tc8ojBh/mxUKNFO
 L5docrK3GV3VXhb+47p9n6b24K/wmM18czSj83YDs8O3svZ/7xctYNwpjEO6WPBo
 JJcKZIMLEgc2blhk80fAa3E/PyFcXeKF+e8xUGUfZSNuOZqCqA/zWTvyQ7Id/QK+
 L6BuxwPoAHyf+SHz5SR3ytqYDLGL7YdIWklvyNXccYLyV00dz/VWtf9monIcx8WQ
 SX8D9M88wgWwXWXXD3LH
 =zIHJ
 -----END PGP SIGNATURE-----

Merge tag 'scpi-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers

Pull "ARM SCPI updates/cleanups for v4.15" from Sudeep Holla:

1. Fixes to get rid of sparse warnings
2. Use of FIELD_GET and GENMASK for better subfields handling
3. Make mbox_free_channels device-managed helping in removing unnecessary code
4. Various other cleanups to simplify and improve code readability

* tag 'scpi-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scpi: silence sparse warnings
  firmware: arm_scpi: remove all single element structures
  firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
  firmware: arm_scpi: improve struct sensor_value
  firmware: arm_scpi: improve handling of protocol and firmware version subfields
  firmware: arm_scpi: improve struct dvfs_info to make code better readable
  firmware: arm_scpi: remove scpi_remove
  firmware: arm_scpi: make freeing mbox channels device-managed
  firmware: arm_scpi: pre-populate dvfs info in scpi_probe
  firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove
  firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to null
2017-10-20 22:29:09 +02:00
arch
block
certs
crypto
Documentation
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.