No description
Find a file
Linus Walleij 088413bc0b gpio: omap: Give unique labels to each GPIO bank/chip
As we need to add GPIO lookup tables to the OMAP platforms, we
need to reference each GPIO chip with a unique label. Use the GPIO
base to name each chip, "gpio-0-31", "gpio-32-63" etc.

Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: Kevin Hilman <khilman@kernel.org>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2018-01-03 08:46:08 +01:00
arch w1: w1-gpio: Convert to use GPIO descriptors 2017-12-08 15:32:53 +01:00
block
certs
crypto
Documentation dt-bindings: gpio: rcar: Correct SoC family name for R8A7778 2017-12-21 10:52:41 +01:00
drivers gpio: omap: Give unique labels to each GPIO bank/chip 2018-01-03 08:46:08 +01:00
firmware
fs
include gpio: sysfs: change 'value' attribute to prealloc 2017-12-20 10:28:05 +01:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools tools/gpio: Fix build error with musl libc 2017-12-21 13:51:01 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add myself as reviewer for gpio-mockup 2017-12-02 22:42:32 +01:00
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.