Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Arnd Bergmann 80c25006bc Driver changes for omaps for genpd for v5.11 merge window
This series of changes allows booting am335x with genpd and
 device tree data without the legacy platform data. Also at
 least am437x can be booted with gendp with power domain and
 dts data. The SoC specific dts changes will be a separate
 pull request.
 
 We need the following driver changes merged before the dts
 changes can be done:
 
 - platform code needs a few improvments to probe l4_wkup first
   for clocks, and to bail out when there is no platform data
 
 - ti-sysc driver needs a non-urgent fix for asserting rstctrl
   reset only after disabling the clocks, to probe modules with
   no known control registers, and added quirk handling for gpmc
   devices
 
 - omap-prm driver needs a non-urgent fix for reset status bit,
   support added for pm_clk, and then we add the rest of am335x
   power domain data
 
 - clock driver for am335x needs to keep l3_main clock enabled
   with genpd for suspend and resume to work
 
 - wkup_m3 remoteproc driver needs support added for reset
   control if available instead of the legacy pdata callbacks
 
 - pm33xx driver needs PM runtime support added for genpd
 
 The am335x specific driver changes for the clock, wkup_m3,
 pm33xx and remoteproc drivers are quite trivial and have not
 caused merge conflicts in Linux next. I did not get acks for
 these changes except from Santosh but had already pushed out
 the branch already at that point. So I've added the related
 driver maintainers to Cc.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEkgNvrZJU/QSQYIcQG9Q+yVyrpXMFAl/F39ARHHRvbnlAYXRv
 bWlkZS5jb20ACgkQG9Q+yVyrpXPlMxAAopqsCU/8vqw9EiLrvwhxuXQ6ZesvoqWO
 5JjIyksRA9DOtQvgLzQCnIzeJs/Rdb5dFR9Qs3DS3WCAVWE5aSQ298xSRbBVuGte
 E0idXRpib7LAtyMqkvYjtbm6vullINI0+LzhKuo4aeBQjW2go6jf+XEDUlopV3WF
 /PxpQ0jhBrJ3uaBA5PyKtDvj/d2rqMv87Dcw77PJYxxg39JbmAJhfuaGfA1eCm+k
 f4tIEcYVzyxV727NY5eHoUVWwlQ+JfBf0GtjVbYMeTABaWOZX2NfLje/zNK3Ub+j
 ZDzLhtFEyU12HQnth0cetEFUb71RGR32jzzoV2Z2jMO7hdxa5qDI/tv+YtX843e8
 kgibmNVoSt4RModNZVM9tUvsHF7xdEWcxdTqKLhbWfr6iMHFMY05IF+f6p59eEMm
 zBkw7lGk8j84CpzuYVtSekDiZ3Qcj8nwSjssDXSrb82zm0dyaDH/Gegcuo33WW+c
 cHgH9L2i+roQ1L3Fzdh/CEf6Ij97FnLTGqw4ReZaiT1YWiS0MeoBIB5wNWds91XR
 EBhtatqH5p8czt5c0nzcponTuyNCKyQtOPCoiUN94HCSg8Z7U38ehia5wDT8ARTX
 OnXFnSNGKSpS1OsOUJ+WgUI9La5WCL0ewp8eOk/e5G4b7oM8N2cyrhcypQ9KgT2R
 /ks8kVb0l4k=
 =V41a
 -----END PGP SIGNATURE-----

Merge tag 'omap-for-v5.11/genpd-drivers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpd

Driver changes for omaps for genpd for v5.11 merge window

This series of changes allows booting am335x with genpd and
device tree data without the legacy platform data. Also at
least am437x can be booted with gendp with power domain and
dts data. The SoC specific dts changes will be a separate
pull request.

We need the following driver changes merged before the dts
changes can be done:

- platform code needs a few improvments to probe l4_wkup first
  for clocks, and to bail out when there is no platform data

- ti-sysc driver needs a non-urgent fix for asserting rstctrl
  reset only after disabling the clocks, to probe modules with
  no known control registers, and added quirk handling for gpmc
  devices

- omap-prm driver needs a non-urgent fix for reset status bit,
  support added for pm_clk, and then we add the rest of am335x
  power domain data

- clock driver for am335x needs to keep l3_main clock enabled
  with genpd for suspend and resume to work

- wkup_m3 remoteproc driver needs support added for reset
  control if available instead of the legacy pdata callbacks

- pm33xx driver needs PM runtime support added for genpd

The am335x specific driver changes for the clock, wkup_m3,
pm33xx and remoteproc drivers are quite trivial and have not
caused merge conflicts in Linux next. I did not get acks for
these changes except from Santosh but had already pushed out
the branch already at that point. So I've added the related
driver maintainers to Cc.

* tag 'omap-for-v5.11/genpd-drivers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  remoteproc/wkup_m3: Use reset control driver if available
  soc: ti: pm33xx: Enable basic PM runtime support for genpd
  soc: ti: omap-prm: am3: add genpd support for remaining PRM instances
  soc: ti: omap-prm: Add pm_clk for genpd
  clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
  bus: ti-sysc: Implement GPMC debug quirk to drop platform data
  bus: ti-sysc: Support modules without control registers
  ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
  ARM: OMAP2+: Check for inited flag
  bus: ti-sysc: Assert reset only after disabling clocks
  soc: ti: omap-prm: Do not check rstst bit on deassert if already deasserted
  bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw
  bus: ti-sysc: Fix reset status check for modules with quirks
  ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF
  ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2020-12-09 21:11:40 +01:00
arch ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus 2020-11-16 12:57:21 +02:00
block block-5.10-2020-10-24 2020-10-24 12:46:42 -07:00
certs .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
crypto drivers-5.10-2020-10-12 2020-10-13 13:04:41 -07:00
Documentation xen: branch for v5.10-rc1c 2020-10-25 10:55:35 -07:00
drivers remoteproc/wkup_m3: Use reset control driver if available 2020-11-16 12:57:40 +02:00
fs treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
include bus: ti-sysc: Implement GPMC debug quirk to drop platform data 2020-11-16 12:57:27 +02:00
init linux-kselftest-kunit-5.10-rc1 2020-10-18 14:45:59 -07:00
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype 2020-09-05 12:14:29 -07:00
kernel treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
lib random32: make prandom_u32() less predictable 2020-10-25 10:40:08 -07:00
LICENSES LICENSES/deprecated: add Zlib license text 2020-09-16 14:33:49 +02:00
mm Refactored code for 5.10: 2020-10-23 11:33:41 -07:00
net mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
samples bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static 2020-10-22 01:46:52 +02:00
scripts treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
security SafeSetID changes for v5.10 2020-10-25 10:45:26 -07:00
sound ARM: SoC platform updates 2020-10-24 10:33:08 -07:00
tools treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-08-07 13:29:39 -07:00
virt kvm: x86/mmu: Support dirty logging for the TDP MMU 2020-10-23 03:42:13 -04:00
.clang-format RDMA 5.10 pull request 2020-10-17 11:18:18 -07:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore .gitignore: docs: ignore sphinx_*/ directories 2020-09-10 10:44:31 -06:00
.mailmap MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org 2020-10-16 11:11:19 -07:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS networking changes for the 5.10 merge window 2020-10-15 18:42:13 -07:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
Makefile Linux 5.10-rc1 2020-10-25 15:14:11 -07:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.

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.