Go to file
Arnd Bergmann b062e5b79c arm64: dts: Amlogic updates for v4.20, round 3
- AXG: fix eMMC
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEe4dGDhaSf6n1v/EMWTcYmtP7xmUFAlu15UwACgkQWTcYmtP7
 xmWjPw/8DZfKQp13ojoGjam31mYYeKgfYHOk7RU96vLkHSHsJEsH0uo4haJvRZND
 7n2bbPxiMUpPXmpwgTrcB3X/7HDgAwtA8me4+k1MwsKxC2S5g9zfJcVLy/Q3Vvho
 Pt3emwxyE4MXXis2RC8TqWNU6ZXD52XwP3XKWPWJyteX2a/eN2QdwDb5JfGfLvnL
 ke855Yg3d2p59Ax1WaDWS0E4nAsJ+XlVB6K+f/ItXFLKMUyQNsAOWwiWPU9SyKkJ
 KirBFR4u0qpk6OEw4NT9EfKPfCQz+xUo386+IFKfBNpxRIjDjJeSdHU4eQGxNSyt
 CEF39ONbct2JXOAVsxstw63ynYFJouWOvfc5hvvWCvGMlsDHcDOaeofPFxEuGqJi
 5+034qGnq9rOEPmDGC22dPHTove2GTOaTk5nm+omD+LYINv9n4qLbvoIJMIqghFz
 tl9/oVshObKchpujdyD/JGhDvPF0Pq9/tFJmwVhaGKYiJpexvvw9XkVaa6X18owp
 sRugeqm46tCabcHqop27gnYqLEZpqfWHjVYpFXkLJFYBBY44kLDV75Zbc0CJTo9x
 HuacQKlFob1SOdqybAu01MB49jAIMgCM0dzEPVq+/9cw5/Fm1W5ImkwUZtQkFib4
 8vUMooKhjxhy8NYozwzGuVnjavebe6dDMBcHTC8AL8jvEWMmgOU=
 =/0cS
 -----END PGP SIGNATURE-----

Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/dt

arm64: dts: Amlogic updates for v4.20, round 3
- AXG: fix eMMC

* tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
  arm64: dts: meson-axg: s400: disable emmc
  arm64: dts: meson-axg: s400: add missing emmc pwrseq

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-10-04 17:08:52 +02:00
arch arm64: dts: Amlogic updates for v4.20, round 3 2018-10-04 17:08:52 +02:00
block block: bsg: move atomic_t ref_count variable to refcount API 2018-08-27 19:17:02 -06:00
certs
crypto
Documentation Nodes for the newly support rk3188 display controller, a fix for a new 2018-10-04 16:41:16 +02:00
drivers Devicetree updates for 4.19-rc2: 2018-09-02 10:56:01 -07:00
firmware
fs Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-09-02 09:41:45 -07:00
include Actions Semi arm64 based SoC DT for v4.20 2018-10-02 11:19:36 +02:00
init Kbuild updates for v4.19 (2nd) 2018-08-25 13:40:38 -07:00
ipc ipc/util.c: update return value of ipc_getref from int to bool 2018-08-22 10:52:52 -07:00
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-09-02 10:09:35 -07:00
lib Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-09-02 09:41:45 -07:00
LICENSES
mm notifier: Remove notifier header file wherever not used 2018-08-30 12:56:40 +02:00
net Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-09-02 09:41:45 -07:00
samples
scripts Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-09-02 10:11:30 -07:00
security + Cleanups 2018-08-24 13:00:33 -07:00
sound Merge branch 'akpm' (patches from Andrew) 2018-08-23 19:20:12 -07:00
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-08-27 11:59:39 -07:00
usr
virt ARM: Support for Group0 interrupts in guests, Cache management 2018-08-22 13:52:44 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Fix up libata MAINTAINERS entry 2018-08-27 08:07:25 -07:00
Makefile Linux 4.19-rc2 2018-09-02 14:37:30 -07:00
README

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

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

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.