zephyr/drivers
Manimaran A f8c8ee65be drivers: pinctrl: Microchip XEC PINCTRL glitch fix
Glitches were observed if a GPIO pin was configured by
ROM to a non-default state and then Zephyr PINCTRL
reconfigured the pin. The fix involves using the correct
PINCTRL YAML output enable and state flags. Reading the
current spin state and reflecting into new pin configuration
if the pin is output and the drive low/high properties are
not present. We also take advantage of GPIO hardware reflecing
the alternate output value in the parallel output bit before
enabling parallel output mode. Interpret boolean flags with
both enable and disable as do not touch if neither flag is
present. We give precedence to enable over disable if both
flags mistakenly appear. Note, PINCTRL always clears the
GPIO control input pad disable bit.

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
2023-05-16 18:52:44 -04:00
..
adc drivers: adc: make use of new stm32 adc compatibles 2023-05-16 18:18:51 +02:00
audio sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
bbram device: remove redundant init functions 2023-04-19 10:00:25 +02:00
bluetooth boards/arm/efr32xg24_dk2601b: add BLE support 2023-05-15 13:09:34 +02:00
cache cache: aspeed: Fix typo of CACHE_ENABLE bit 2023-03-30 09:43:13 +00:00
can drivers: can: stm32: guard Kconfig options 2023-05-12 10:51:49 +00:00
clock_control drivers: clock_control: stm32f3: Enable PWR clock to access BDCR and PWR_CR 2023-05-15 09:15:30 +00:00
console bsim: cmake: Remove unnecessary references to environment 2023-04-28 20:38:48 +02:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter counter: counter_nrfx_rtc: Align to renamed nrfx symbols 2023-05-05 11:47:53 +02:00
crypto dts: arm: stm32h5: Add aes node 2023-05-16 18:19:26 +02:00
dac device: remove redundant init functions 2023-04-19 10:00:25 +02:00
dai drivers: dai: ssp: fix power-up flow for Intel cAVS platforms 2023-04-21 14:02:02 -04:00
disk drivers: disk: sdmmc_stm32 support for clock divisor 2023-04-12 17:44:48 +02:00
display drivers: ssd16xx: Remove SCREEN_INFO_DOUBLE_BUFFER cap 2023-05-11 14:40:50 -07:00
dma drivers: dma: esp32xx: Remove dynamic allocation for invalid buffers 2023-05-10 10:15:05 +02:00
edac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
entropy drivers: entropy_mcux_caam: Add semaphore 2023-05-09 13:24:00 -05:00
espi emul: Make ESPI/I2C_EMUL depend on EMUL 2023-05-08 16:20:52 +02:00
ethernet drivers: eth_smsc91x: Fix compilation error for assert 2023-05-16 11:18:22 -05:00
flash drivers: flash: stm32 ospi add ssht property 2023-05-11 07:36:11 -05:00
fpga drivers: spi: make SPI dt-spec macros compatible with C++ 2023-04-24 21:29:55 +02:00
fuel_gauge drivers: sbs_gauge: Reformat the changes 2023-05-16 12:07:14 +02:00
gpio drivers: gpio: Microchip MEC172x GPIO driver glitch fix 2023-05-16 18:52:44 -04:00
hwinfo drivers: hwinfo: esp32_net: add support for esp32_net 2023-04-28 14:49:08 +02:00
i2c driver: i2c: esp32: fix I2C statistics 2023-05-10 16:53:27 +09:00
i2s drivers: i2s_mcux_flexcomm: Fix instance macro 2023-05-12 06:21:13 -05:00
i3c drivers: i3c: Fix Build failure on MCUX I3C 2023-05-15 15:26:32 +02:00
ieee802154 drivers: ieee 802.15.4:: fix double-promotions warnings 2023-04-26 12:58:28 +02:00
input input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
interrupt_controller device: remove redundant init functions 2023-04-19 10:00:25 +02:00
ipm init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
kscan drivers: kscan: gt911: ignore touch events if TOUCH_STATUS mask is clear 2023-05-02 21:03:05 +02:00
led drivers: led: shell: Correct command help of set_brightness 2023-04-24 16:29:30 +02:00
led_strip sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
lora drivers: lora: sx126x: Support fine-grained STM32WL PA config 2023-04-24 13:33:25 +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: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
mipi_dsi drivers: display: update MCUX ELCDIF driver to use new lcdif binding 2023-05-11 10:04:24 +02:00
misc drivers: misc: Add driver for RaspberryPi Pico PIO 2023-04-25 13:12:02 +02:00
mm xtensa: use sys_cache API instead of custom interfaces 2023-04-26 07:31:22 -04:00
modem modem: modem_iface_uart_async: handle RX errors 2023-05-08 16:42:58 +02:00
net drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
neural_net xtensa: use sys_cache API instead of custom interfaces 2023-04-26 07:31:22 -04:00
pcie drivers: pcie: Enable filtering PCIe devices by class-rev 2023-05-14 18:17:33 -04:00
peci drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
pinctrl drivers: pinctrl: Microchip XEC PINCTRL glitch fix 2023-05-16 18:52:44 -04:00
pm_cpu_ops
power_domain power_domain: intel_adsp: wait for the power domain wake up 2023-03-29 19:59:07 -04:00
ps2 drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
ptp_clock drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
pwm drivers: pwm: pwm_stm32: Add 6-PWM support 2023-05-15 09:15:01 +00:00
regulator drivers: regulator: fixed: refactor initialization code. 2023-04-28 20:38:17 +02:00
reset device: remove redundant init functions 2023-04-19 10:00:25 +02:00
retained_mem retention: Add optional mutex disablement 2023-04-24 13:27:53 +02:00
rtc drivers: rtc: rtc_mc146818: Added RTC driver for Motorola MC146818B 2023-04-27 14:15:22 +02:00
sdhc drivers: sdhc: add support for using CPOL/CPHA SPI clock modes 2023-04-26 20:07:53 +02:00
sensor drivers: sensor: lsm6dsl: Fix lsm6dsl gyroscope full range setting 2023-05-16 11:22:58 -05:00
serial drivers: uart_mcux: Do not enable and disable the transmitter 2023-05-16 12:08:32 +02:00
sip_svc subsystem: sip_svc: Add ARM SiP SVC subsystem 2023-05-09 08:46:50 -04:00
smbus smbus: Change init priority from DEVICE to DEFAULT 2023-04-21 16:26:28 +02:00
spi drivers: spi: Add OpenTitan SPI driver 2023-05-10 16:48:46 +09:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer drivers: timer: nrf_rtc_timer: Align to renamed nrfx symbols 2023-05-05 11:47:53 +02:00
usb drivers: udc_virtual: fix bus SUSPEND, RESUME, RESET event handling 2023-05-11 15:29:58 +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 drivers: virtualization: Add implementation for ivshmem-v2 2023-05-14 18:17:33 -04:00
w1 device: remove redundant init functions 2023-04-19 10:00:25 +02:00
watchdog drivers: watchdog: wdt_nrfx: Align behaviour parameter 2023-05-05 11:47:53 +02:00
wifi driver: wifi: esp32: add wifi statistics info 2023-05-11 10:05:04 +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 drivers: sip_svc: Add driver for SiP Supervisory call 2023-05-09 08:46:50 -04:00
Kconfig drivers: sip_svc: Add driver for SiP Supervisory call 2023-05-09 08:46:50 -04:00