mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
6f7a552c479ad37fb44ef49210a499b91ae9dce2
Leaf changes summary: 3 artifacts changed
Changed leaf types summary: 3 leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'enum power_supply_property at power_supply.h:171:1' changed:
type size hasn't changed
1 enumerator insertion:
'power_supply_property::POWER_SUPPLY_PROP_CHARGER_STATUS' value '217'
8 enumerator changes:
'power_supply_property::POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT' from value '217' to '218' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_CHARGE_CHARGER_STATE' from value '218' to '219' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_MODEL_NAME' from value '219' to '220' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_PTMC_ID' from value '220' to '221' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_MANUFACTURER' from value '221' to '222' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_BATTERY_TYPE' from value '222' to '223' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_CYCLE_COUNTS' from value '223' to '224' at power_supply.h:171:1
'power_supply_property::POWER_SUPPLY_PROP_SERIAL_NUMBER' from value '224' to '225' at power_supply.h:171:1
7 impacted interfaces
'struct dma_buf at dma-buf.h:431:1' changed:
type size changed from 2176 to 2240 (in bits)
1 data member insertion:
'atomic_t dma_buf::dent_count', at offset 2176 (in bits) at dma-buf.h:458:1
46 impacted interfaces
'struct usb_gsi_request at gadget.h:137:1' changed:
type size changed from 704 to 768 (in bits)
1 data member insertion:
'device* usb_gsi_request::dev', at offset 704 (in bits) at gadget.h:150:1
one impacted interface
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Test: compile and run ACK kernel on GKI target
Bug: 157994070
Change-Id: Ieaecd34ed7e200c103668d5b756e3be01336b32e
Signed-off-by: Will McVicker <willmcvicker@google.com>
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%