Detailed description for this pull request: - Remove unused deprecated exported function : extcon_register_interest/extcon_unregister_interest are replaced with extcon_register_notifier/extcon_unregister_notifier. - Add missing property for extcon max77843 / sm5502 devicectree binding doc : max77843 / sm5502 extcon driver uses the 'schemas/connector/usb-connector.yaml' for device binding. So add the missing property information. - Add mising POWER_SUPPLY config depencenty to extcon-intel-cht-wc.c in order to remove build error. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEsSpuqBtbWtRe4rLGnM3fLN7rz1MFAmTihL4ACgkQnM3fLN7r z1Ma7xAAwKYxU20yGwtZ0XNMZFs2+0VW1hMmXkRa7oiLDoICxHsZ41TIMr6dU3j6 4MUGsH1Qe3vp3X3yBnEwUXZgv3yf0pDW8L63wFQf3j5bt85y3FtIZnHyD/T4JmO1 ptCawJSPk9MuTmzNDCoBjDD/KJDZ116R+frufQBie4R0N4Lt+z+mIpxlBKQxAqgY tXtxf3D4Ild2wJhzNj2hJlTWWMBIBbt4WZhWLsLnMDIb4THwLJHbrlWKTs7RMvPz vS/Cc5lxF758v7fuNBjTZsOAvq5zsttuA3y0kU9IKzd/wzOoi0fjN63WtESvZ6C+ 7k1yXHqEwuaSrERtwXmIlEetauI7uI/CXpjLHhTlnxcp5Vwl5f+gsXdU+Ma8N1eT ZFBm4rUri5y+crQQTp2kjWg6Yr9DDrFcjJzTcJB9UAmrO45NIGcq7H/N/f1aX9Sg UmlejwToWQI5B2FneHjfHojowWlHPwoe4vnhM1vl53sgWoY5LQznWx0KiquaqtJ6 WqLNMFAXHk9FRCJnRDskLUBVkzZF388Wz/ZRPBxpFZXvHVhlLO3FyoK4VvpQz+vn VV3qxhTt4NanZrvnzIB1s9a8iWdAMTmp/pSahtIgllTrH8bsbfzQ7oJHpDlxGEND C5NrMQ/M8hQ/+uZPTL2EunzSNca3eT+mMUwAsVBWEpTPoGKhB9E= =76JC -----END PGP SIGNATURE----- Merge tag 'extcon-next-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next Chanwoo writes: Update extcon next for v6.6 Detailed description for this pull request: - Remove unused deprecated exported function : extcon_register_interest/extcon_unregister_interest are replaced with extcon_register_notifier/extcon_unregister_notifier. - Add missing property for extcon max77843 / sm5502 devicectree binding doc : max77843 / sm5502 extcon driver uses the 'schemas/connector/usb-connector.yaml' for device binding. So add the missing property information. - Add mising POWER_SUPPLY config depencenty to extcon-intel-cht-wc.c in order to remove build error. * tag 'extcon-next-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: extcon: cht_wc: add POWER_SUPPLY dependency dt-bindings: extcon: siliconmitus,sm5502-muic: document connector dt-bindings: extcon: maxim,max77843: restrict connector properties extcon: Remove unused inline functions
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.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%