zephyr/drivers
Jordan Yates 07870934e3 everywhere: replace double words
Treewide search and replace on a range of double word combinations:
    * `the the`
    * `to to`
    * `if if`
    * `that that`
    * `on on`
    * `is is`
    * `from from`

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-22 05:40:22 -04:00
..
adc everywhere: replace double words 2024-06-22 05:40:22 -04:00
audio drivers: audio: mpxxdtyy: Handle PCM block sizes of more than 1 ms 2024-04-17 14:40:14 +02:00
auxdisplay build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
bbram driver: bbram: npcx: fix the way to clear bbram status 2024-06-21 10:07:41 +02:00
bluetooth everywhere: replace double words 2024-06-22 05:40:22 -04:00
cache build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
can everywhere: replace double words 2024-06-22 05:40:22 -04:00
charger build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
clock_control everywhere: replace double words 2024-06-22 05:40:22 -04:00
console drivers: ram_console: add option to link console buffer to given section 2024-06-12 17:09:24 -05:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
crypto drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
dac build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
dai everywhere: replace double words 2024-06-22 05:40:22 -04:00
disk drivers: disk: remove sdmmc_sdhc.h since no longer used 2024-06-14 18:50:47 -04:00
display drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
dma drivers/smartbond: Remove atomic flags from drivers 2024-06-21 08:45:10 -04:00
dp driver: swdp_bitbang: hardcode request lut 2024-06-14 11:14:17 +02:00
edac arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
eeprom everywhere: replace double words 2024-06-22 05:40:22 -04:00
entropy drivers/smartbond: Remove atomic flags from drivers 2024-06-21 08:45:10 -04:00
espi drivers: samples: espi: Adjust terms per eSPI specification 1.5 2024-06-11 19:46:08 -04:00
ethernet drivers: ethernet: stm32: remove deprecated MAC address Kconfigs 2024-06-18 14:33:58 -04:00
flash everywhere: replace double words 2024-06-22 05:40:22 -04:00
fpga build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
fuel_gauge build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
gnss drivers: gnss: make gnss_xxx_config and gnss_driver_api as const 2024-06-12 12:47:34 -04:00
gpio everywhere: replace double words 2024-06-22 05:40:22 -04:00
hwinfo drivers: hwinfo: stm32 driver supports the stm32h7rs serie 2024-06-14 11:13:54 +02:00
hwspinlock build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i2c drivers/smartbond: Remove atomic flags from drivers 2024-06-21 08:45:10 -04:00
i2s build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i3c driver: i3c: fixing i3c init error 2024-06-20 12:48:36 +02:00
ieee802154 driver: ieee802154: remove deprecated Kconfigs 2024-06-18 14:33:58 -04:00
input everywhere: replace double words 2024-06-22 05:40:22 -04:00
interrupt_controller drivers: intc: esp32: fix kconfig visibility 2024-06-21 11:37:33 -04:00
ipm build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
kscan build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
led everywhere: replace double words 2024-06-22 05:40:22 -04:00
led_strip driver: led: add support for TI TLC59731 RGB STRIP controller 2024-05-21 16:50:24 -04:00
lora drivers: lora: implement reyax lora driver 2024-06-14 17:12:49 -04:00
mbox drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature 2024-06-15 04:41:47 -04:00
mdio drivers: mdio_nxp_enet: using MMIO mapped address 2024-06-14 19:21:18 +02:00
memc drivers: fix Kconfig.mspi for issue #74349 2024-06-18 19:55:35 -04:00
mfd drivers: mfd: add new driver "mfd_adp5585" 2024-05-08 16:09:08 -04:00
mipi_dbi everywhere: replace double words 2024-06-22 05:40:22 -04:00
mipi_dsi everywhere: replace double words 2024-06-22 05:40:22 -04:00
misc build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
mm drivers: mm/intel_adsp: Add MMU support to MM driver 2024-06-04 13:40:04 +02:00
modem net: sockets: use z_finalize_typed_fd() to identify as sockets 2024-06-15 07:47:12 -04:00
mspi drivers: mspi: Add Ambiq apollo3p mspi controller 2024-06-14 21:07:00 -04:00
net net: sockets: use z_finalize_typed_fd() to identify as sockets 2024-06-15 07:47:12 -04:00
pcie kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
peci build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
pinctrl drivers: pinctrl_nrf: : Allow applying pins of disabled peripherals 2024-06-20 12:09:24 -04:00
pm_cpu_ops shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
power_domain power_domain: intel_adsp: Use register definitions 2024-05-24 09:53:04 -05:00
ps2 build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
ptp_clock drivers: ptp_clock: ptp_enet: use MMIO mapped address 2024-06-14 19:21:18 +02:00
pwm drivers: ledc: Clock source update to support ESP32C6 2024-06-14 18:51:46 -04:00
regulator drivers: regulator: smartbond: Regulator driver update 2024-06-03 15:41:20 +02:00
reset drivers: reset: Add NXP RSTCTL driver 2024-05-21 16:49:42 -04:00
retained_mem build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtc everywhere: replace double words 2024-06-22 05:40:22 -04:00
sdhc kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
sensor everywhere: replace double words 2024-06-22 05:40:22 -04:00
serial everywhere: replace double words 2024-06-22 05:40:22 -04:00
sip_svc kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
smbus build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
spi everywhere: replace double words 2024-06-22 05:40:22 -04:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer everywhere: replace double words 2024-06-22 05:40:22 -04:00
usb drivers: udc: mcux: remove CONFIG_DT_HAS_NXP_USBPHY_ENABLED 2024-06-20 12:07:07 -04:00
usb_c drivers: usbc_ppc: Rename usbc_ppc_drv to usbc_ppc_driver_api 2024-05-03 14:44:41 +01:00
video drivers: video: ov7670: introduce driver for ov7670 camera 2024-06-06 20:07:57 -04:00
virtualization kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
w1 drivers: w1: Ensure DQ pin is both input and output. 2024-05-29 07:34:29 +02:00
watchdog drivers: watchdog: Added support to C6 2024-06-14 18:51:46 -04:00
wifi drivers: wifi/airoc: update airoc_wifi_host_buffer_get 2024-06-18 15:55:19 +02:00
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
CMakeLists.txt drivers: mspi: Add the new MSPI API 2024-06-14 21:07:00 -04:00
Kconfig drivers: mspi: Add the new MSPI API 2024-06-14 21:07:00 -04:00