zephyr/drivers
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on struct shell
MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is
frequently problematic because many code uses `const struct shell
*shell`. This causes CI noise every time one of these shell files is
edited, so let's update all of them with `const struct shell *sh`
instead.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-14 12:21:08 +02:00
..
adc shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
audio sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
bbram drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
bluetooth init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
cache cache: aspeed: Fix typo of CACHE_ENABLE bit 2023-03-30 09:43:13 +00:00
can drivers: can: mcux: flexcan: add FlexCAN CANFD variant support 2023-04-13 10:00:03 +02:00
clock_control shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
console init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers: counter: add the support of the RTC to the stm32h5 2023-04-05 10:39:19 +00:00
crypto treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
dac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
dai drivers: dai: intel: dmic: don't set ACE2.x LCTL::OFLEN 2023-04-13 20:51:10 -04:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk drivers: disk: sdmmc_stm32 support for clock divisor 2023-04-12 17:44:48 +02:00
display init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
dma dma_dw: separate intel specific registers from synopsys ones 2023-04-07 13:22:25 +02:00
edac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
entropy treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
espi treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
ethernet drivers: ethernet: eth_mcux: fixed sleep after carrier activation 2023-04-14 09:57:29 +02:00
flash shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
fpga sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
fuel_gauge drivers: sbs_gauge: Rename atRate properties to include 'SBS' 2023-04-03 17:53:42 +02:00
gpio init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
hwinfo init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
i2c drivers: i2c: ite: use correct I2C init priority 2023-04-12 20:35:08 -04:00
i2s treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
i3c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ieee802154 drivers/ieee802154: Cast float abs param to int first 2023-04-05 10:38:34 +02:00
input input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
interrupt_controller init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipm init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
kscan input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
led shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
led_strip sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
lora shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
mbox drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
mdio drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
memc drivers: memc: implement sifive ddr mem controller 2023-04-12 13:05:55 +02:00
mipi_dsi drivers: mipi_dsi: Introduce STM32H7 DSI host driver 2023-04-06 11:51:06 +02:00
misc drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mm sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
modem shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
net drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
neural_net drivers: intel_gna: use cache APIs directly 2023-03-28 18:14:37 -04:00
pcie init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
peci sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
pinctrl init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
pm_cpu_ops arm64: implement arch_system_halt 2022-11-23 11:37:08 +01:00
power_domain power_domain: intel_adsp: wait for the power domain wake up 2023-03-29 19:59:07 -04:00
ps2 treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
ptp_clock drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
pwm shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
regulator drivers: regulator: Added initial voltage configuration 2023-03-22 21:19:51 +01:00
reset drivers: reset: Add support for reset clear register 2022-12-09 09:43:36 -08:00
retained_mem drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
rtc boards/posix/native_posix: Add emulated RTC device driver 2023-04-04 17:03:38 +02:00
sdhc drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
sensor shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
serial drivers: serial: ns16550: Fixed a bug related to shell failure 2023-04-13 20:50:41 -04:00
smbus smbus: Move smbus_utils.h from includes to driver area 2023-03-30 09:45:02 +00:00
spi drivers: spi: Microchip XEC QMSPI-LDMA fix spi buffer usage 2023-04-11 16:57:56 +02:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
usb sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
usb_c usb-c: tcpc: Disable Dead Battery after system starts 2023-03-09 09:20:35 +01:00
video drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
virtualization shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
w1 drivers: ds2482-800: Add driver 2023-04-07 13:11:54 +02:00
watchdog arch: arm: core: aarch32: rename z_NmiHandlerSet 2023-04-12 08:59:36 +02:00
wifi shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
xen init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
CMakeLists.txt include/drivers: Add RTC API header and handlers 2023-04-04 17:03:38 +02:00
Kconfig include/drivers: Add RTC API header and handlers 2023-04-04 17:03:38 +02:00