No description
Find a file
Sebastian Reichel cf1eb321d1 Revert "power: supply: sbs-battery: add PEC support"
This depends on the simplification of sbs_read_string_data, which
breaks booting exynos5 based chromebooks. More investigation is
required, so this patch and the simplification patch are reverted
for this merge window.

Note, that this is only a partial revert, since sbs_update_presence()
has not been removed. It is also required for the charger broadcast
disabling.

This reverts commit 79bcd5a4a6.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2020-06-02 16:59:08 +02:00
arch power: supply: olpc_battery: fix the power supply name 2020-05-10 18:56:30 +02:00
block
certs
crypto
Documentation dt-bindings: power: sbs-battery: Convert to yaml 2020-05-29 00:39:35 +02:00
drivers Revert "power: supply: sbs-battery: add PEC support" 2020-06-02 16:59:08 +02:00
fs for-5.7-rc3-tag 2020-05-03 11:30:08 -07:00
include power: supply: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED 2020-05-28 19:25:31 +02:00
init
ipc
kernel
lib lib/test_linear_ranges: add a test for the 'linear_ranges' 2020-05-08 18:18:12 +01:00
LICENSES
mm
net NFS client bugfixes for Linux 5.7 2020-05-02 11:24:01 -07:00
samples
scripts
security
sound sound fixes for 5.7-rc4 2020-05-01 11:05:28 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Immutable branch between MFD, IIO and Power due for the v5.8 merge window 2020-05-28 09:04:26 +02:00
Makefile Linux 5.7-rc4 2020-05-03 14:56:04 -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.

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.