zephyr/drivers/charger
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with zephyr/
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
bq24190.h
charger_bq24190.c drivers: charger: bq24190: fix api and init functions references 2024-01-10 20:54:04 -05:00
charger_bq25180.c drivers: charger: bq25180: fix return value check 2024-02-19 09:38:50 -06:00
charger_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
charger_max20335.c drivers: charger: charger_max20355: handle thermistor mode 2024-03-26 16:18:31 -04:00
CMakeLists.txt charger: add a driver for bq25180 2024-01-05 09:00:21 +01:00
emul_sbs_charger.c drivers: charger: Updates drivers to use charge_enable handler 2023-12-12 10:49:39 -06:00
Kconfig samples: charger: Demos new output limit properties 2024-02-26 11:33:24 +00:00
Kconfig.bq24190
Kconfig.bq25180 charger: add a driver for bq25180 2024-01-05 09:00:21 +01:00
Kconfig.max20335 drivers: charger: charger_max20335: introduce int utilization 2024-03-05 18:23:12 +00:00
Kconfig.sbs_charger
sbs_charger.c drivers: charger: Updates drivers to use charge_enable handler 2023-12-12 10:49:39 -06:00
sbs_charger.h