mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
688b53c7af9d2e250b493589a4e8336cdfbed26d
rockchip_pwm_driver_init() -> rockchip_pwm_probe() -> devm_pwmchip_add() -> pwmchip_add() -> pwmchip_sysfs_export() pwmchip_sysfs_export() depends on pwm_sysfs_init() to init pwm_class. But rockchip_pwm_driver_init() and pwm_sysfs_init() are both in the same subsys_initcall level. Fix this by move pwm_sysfs_init() to the postcore_initcall level. Change-Id: If865768904be463732a5d2cb9f6ee2e9b333c0b3 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
…
…
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
…
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%