zephyr/drivers
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
adc adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
aio all: Update reserved function names 2019-03-11 13:48:42 -04:00
audio kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps. 2019-03-09 09:59:15 -05:00
bluetooth include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
can all: Update reserved function names 2019-03-11 13:48:42 -04:00
clock_control kconfig: drivers: clock_control: Remove redundant CLOCK_CONTROL deps. 2019-03-09 10:00:07 -05:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
counter all: Update reserved function names 2019-03-11 13:48:42 -04:00
crypto
display drivers: ssd1306: fix build for SH1106 controller 2019-02-27 08:54:20 -06:00
dma all: Update reserved function names 2019-03-11 13:48:42 -04:00
entropy all: Update reserved function names 2019-03-11 13:48:42 -04:00
ethernet net: lldp: Move LLDP structure definition to lldp 2019-03-09 16:02:11 -05:00
flash all: Update reserved function names 2019-03-11 13:48:42 -04:00
gpio all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo all: Update reserved function names 2019-03-11 13:48:42 -04:00
i2c all: Update reserved function names 2019-03-11 13:48:42 -04:00
i2s all: Update reserved function names 2019-03-11 13:48:42 -04:00
ieee802154 drivers/ieee802154: Switch KW41Z to new net_ptk allocator 2019-02-23 07:44:59 -05:00
interrupt_controller all: Update reserved function names 2019-03-11 13:48:42 -04:00
ipm all: Update reserved function names 2019-03-11 13:48:42 -04:00
led all: Update reserved function names 2019-03-11 13:48:42 -04:00
led_strip drivers: nrf_power_clock: Migrate to DTS. 2019-02-25 17:51:24 +01:00
modem kconfig: drivers: modem: Remove redundant MODEM_WNCM14A2A deps 2019-03-09 09:58:08 -05:00
net net: lldp: Move LLDP structure definition to lldp 2019-03-09 16:02:11 -05:00
neural_net kconfig: Use a short consistent prompt style 2019-02-27 09:23:30 +01:00
pci kconfig: Remove dead references to CONFIG_PCI_DEBUG 2019-03-07 13:04:29 -06:00
pinmux kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
ptp_clock
pwm all: Update reserved function names 2019-03-11 13:48:42 -04:00
rtc all: Update reserved function names 2019-03-11 13:48:42 -04:00
sensor all: Update reserved function names 2019-03-11 13:48:42 -04:00
serial all: Update reserved function names 2019-03-11 13:48:42 -04:00
spi all: Update reserved function names 2019-03-11 13:48:42 -04:00
timer all: Update reserved function names 2019-03-11 13:48:42 -04:00
usb drivers: usb: nordic: implement remote wakeup 2019-02-27 10:37:16 +01:00
watchdog drivers: watchdog: wdt_sam: use the generic disable option 2019-03-09 10:26:32 -05:00
wifi kconfig: drivers: wifi: Remove redundant WIFI deps. 2019-03-09 09:49:26 -05:00
CMakeLists.txt drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00
Kconfig drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00