zephyr/drivers
Florian Grandel 7db0184e1b drivers: ieee802154: nRF5: remove RX PHR offset workaround
Builds upon the newly introduced nrf_802154_phr_timestamp_get() function
to calculate RX timestamps according to the timestamp definitions
introduced in earlier commits and removes the prior workaround to
calculate the start-of-frame message timestamp point.

Fixes: #59245

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-08-16 17:06:16 +02:00
..
adc adc: ads1x1x: improve behaviour during i2c errors 2023-08-16 17:05:44 +02:00
audio sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
auxdisplay drivers: auxdisplay: Add driver for PTC PT6314 VFD controller 2023-07-14 12:09:03 +02:00
bbram device: remove redundant init functions 2023-04-19 10:00:25 +02:00
bluetooth drivers: bluetooth: hci: spi: Check and propagate return values 2023-08-04 11:56:48 +03:00
cache drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
can drivers: can: stm32h7: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00
clock_control clock_control: renames shadow variables 2023-08-10 08:14:12 +00:00
console drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers: counter: Add shell commands for timer 2023-08-16 10:20:31 +02:00
crypto drivers: crypto: Add NXP MCUX DCP driver 2023-07-26 09:09:48 +02:00
dac drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
dai dai: rename shadow variables 2023-08-10 08:14:12 +00:00
disk drivers: disk: sdmmc_stm32 support for clock divisor 2023-04-12 17:44:48 +02:00
display drivers: display: add driver for HX8394 TFT LCD controller 2023-07-28 09:06:17 +00:00
dma drivers: dma: remove unnecessary null check 2023-08-15 11:16:19 +00:00
edac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom drivers: eeprom: mchp: Enable low power feature 2023-08-09 08:23:06 +00:00
entropy drivers: entropy native: Refactor to support embedded libCs 2023-07-07 14:32:41 +02:00
espi espi: mchp_xec_v2: Fix possible buffer overflow 2023-08-15 10:17:07 -07:00
ethernet ethernet: smsc91x: rework the device node hierarchy 2023-08-16 14:52:31 +02:00
flash flash: rename shadow variables 2023-08-10 08:14:12 +00:00
fpga drivers: spi: make SPI dt-spec macros compatible with C++ 2023-04-24 21:29:55 +02:00
fuel_gauge drivers: fuel_gauge: max17048: Remov unused var 2023-07-13 09:21:52 +02:00
gpio drivers: gpio: gpio_intel: Corrected offset to check PMODE 2023-08-16 14:52:47 +02:00
hwinfo soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
i2c drivers: i2c: Add Intel SEDI driver 2023-08-04 10:46:24 +02:00
i2s drivers: i2s: mcux_flexcomm: fix multiple bugs 2023-07-19 10:36:23 -05:00
i3c drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
ieee802154 drivers: ieee802154: nRF5: remove RX PHR offset workaround 2023-08-16 17:06:16 +02:00
input drivers: input: drop the zephyr,gpio-keys binding 2023-08-07 11:26:26 +02:00
interrupt_controller intc: nxp_s32: initialize after core intc 2023-08-16 10:21:33 +02:00
ipm drivers: ipm: add zynqmp r5f support 2023-08-15 11:23:04 +00:00
kscan input: rename callback define macro to INPUT_CALLBACK_DEFINE 2023-08-10 08:15:10 +00:00
led drivers: led: Add Onsemi ncp5623c driver 2023-08-04 10:47:31 -05:00
led_strip drivers: led_strip: apa102: add multi instances support 2023-05-31 10:23:22 +01:00
lora drivers: lora: shell: fix invalid range in config bw param 2023-05-25 08:22:08 +00:00
mbox mbox: nxp_s32: fix semicolon typos 2023-08-09 08:34:28 +00:00
mdio ethernet: smsc91x: select MDIO 2023-08-16 14:52:31 +02:00
memc drivers: hyperram: Add Winbond W956A8MBYA driver 2023-08-15 21:51:57 +00:00
mfd driver: regulator: Add support for AXP192 power management IC 2023-07-19 09:52:15 +00:00
mipi_dsi drivers: mipi_dsi: dsi_mcux_2l: add support for MIPI generic long write CMD 2023-07-28 09:06:17 +00:00
misc drivers: misc: Add driver for RaspberryPi Pico PIO 2023-04-25 13:12:02 +02:00
mm drivers: mm: Fix macro call in RAT driver 2023-07-14 09:37:53 +02:00
modem drivers/modem/gsm_ppp.c: Remove direct call to PPP API 2023-08-10 16:23:39 +00:00
net net: rename shadow variables 2023-08-10 08:14:43 +00:00
neural_net xtensa: use sys_cache API instead of custom interfaces 2023-04-26 07:31:22 -04:00
pcie pcie: host: guard include of ACPICA header file 2023-07-24 09:07:45 +00:00
peci drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
pinctrl pinctrl: renames shadow variables 2023-08-10 08:14:12 +00:00
pm_cpu_ops drivers: pm_cpu_ops: psci: provide sys_poweroff hook 2023-08-04 16:59:36 +02:00
power_domain power_domain: gpio: init with pm_device_driver_init 2023-07-26 08:16:44 +00:00
ps2 drivers: ps2: microchip: Low power and wakeup enabled 2023-06-17 07:59:07 -04:00
ptp_clock drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
pwm drivers: pwm_nrf5_sw: Rename to pwm_nrf_sw 2023-08-16 16:33:03 +02:00
regulator drivers: regulator: shell: add a shipmode command 2023-08-14 18:11:36 +00:00
reset drivers: reset: Add reset controller for Intel Agilex5 platform 2023-07-25 16:58:01 +00:00
retained_mem drivers: retained_mem: Allow disabling mutex support 2023-07-12 11:51:30 +02:00
rtc drivers/rtc/rtc_mc146818.c: Add input clock config to driver 2023-08-09 07:27:40 -04:00
sdhc drivers: sdhc: enable pwr-gpios property within SPI SDHC driver 2023-07-28 09:07:55 +00:00
sensor drivers: tacho: mchp: low power feature enabled 2023-08-16 10:20:12 +02:00
serial uart: renames shadow variables 2023-08-10 08:14:12 +00:00
sip_svc subsystem: sip_svc: Add ARM SiP SVC subsystem 2023-05-09 08:46:50 -04:00
smbus drivers: smbus: Select PCIE and DYNAMIC_INTERRUPTS 2023-08-10 13:59:15 +03:00
spi spi: nxp_s32: use spi_cs_is_gpio() in config initializer 2023-08-14 18:11:04 +00:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer drivers: timer: Add driver for Ambiq system timer (STIMER) 2023-08-04 10:48:58 +02:00
usb usb: fixes shadow variables 2023-08-10 08:14:12 +00:00
usb_c drivers: usb-c: fix - check if adc_channel is ready before use 2023-07-17 10:16:22 +00:00
video video: mcux_csi: set a dedicated init priority for video_mcux_csi 2023-07-19 18:00:20 +00:00
virtualization samples: drivers: ipm: added IPM over IVSHMEM sample 2023-07-20 10:44:57 +00:00
w1 drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
watchdog drivers: watchdog: Add Ambiq wdt driver 2023-08-16 13:03:33 +02:00
wifi driver: wifi: esp32: fix esp32_wifi_send not work in ap mode 2023-08-16 14:56:27 +02:00
xen barriers: Move __DMB() to the new API 2023-05-24 13:13:57 -04:00
CMakeLists.txt entropy: use CONFIG_ENTROPY_GENERATOR to guard cmake include... 2023-06-17 07:57:45 -04:00
Kconfig arch: x86: updated acpi config macro 2023-06-30 17:53:01 +03:00