https://github.com/torvalds/linux
Revision d43be80a4ab0a7146d2251247e556f9da7bb14cc authored by Linus Torvalds on 11 March 2018, 20:05:15 UTC, committed by Linus Torvalds on 11 March 2018, 20:05:15 UTC
Pull GPIO fix from Linus Walleij:
 "This is a single GPIO fix for the v4.16 series affecting the Renesas
  driver, and fixes wakeup from external stuff"

* tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: rcar: Use wakeup_path i.s.o. explicit clock handling
2 parent s 3266b5b + 9ac79ba
Raw File
Tip revision: d43be80a4ab0a7146d2251247e556f9da7bb14cc authored by Linus Torvalds on 11 March 2018, 20:05:15 UTC
Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Tip revision: d43be80
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.
back to top