zephyr/drivers
Xavier Ruppen 225e28bf35 drivers: ethernet: enc28j60: ESTAT TXABRT bit should be cleared on error
If the TXABRT bit from ESTAT is ever set (because of a single failed
transmission), the driver will continue showing an error on every
subsequent packet sent, although it is correctly sent:

	 <err> eth_enc28j60: TX failed!

The enc28j60 datasheet says under
"12.1.3 TRANSMIT ERROR INTERRUPT FLAG (TXERIF)":

	"After determining the problem and solution, the
	host controller should clear the LATECOL (if set) and
	TXABRT bits so that future aborts can be detected
	accurately."

Therefore, clear the TXABRT and LATECOL bits in case of transmission error.

Signed-off-by: Xavier Ruppen <xruppen@gmail.com>
2024-05-28 18:57:58 +02:00
..
adc drivers: adc: Support regulator output as reference to LPADC 2024-05-15 17:28:38 +02:00
audio drivers: audio: mpxxdtyy: Handle PCM block sizes of more than 1 ms 2024-04-17 14:40:14 +02:00
auxdisplay
bbram drivers: bbram: Rename emul_bbram_backend_api to emul_bbram_driver_api 2024-05-03 14:44:41 +01:00
bluetooth drivers: bluetooth: hci: add retry mechanism for Apollo SPI busy scenario 2024-05-27 03:27:43 -07:00
cache drivers: cache: nrf: Use CONFIG_DCACHE_LINE_SIZE 2024-04-28 17:22:35 +03:00
can drivers: can: shell: print raw DLC when sending frame, not bytes 2024-05-27 07:45:01 +02:00
charger drivers: charger: charger_max20355: handle thermistor mode 2024-03-26 16:18:31 -04:00
clock_control drivers: clock_control: stm32: clean up unnecessary code 2024-05-27 08:16:30 -07:00
console drivers/console/xtensa_sim_console: force `\r\n` byte sequence 2024-05-15 09:33:27 +02:00
coredump
counter soc: esp32xx: refactor clock and RTC subsystems 2024-05-27 01:37:18 -07:00
crypto drivers: crypto: stm32: AES CTR IV is 16bytes 2024-05-28 09:54:30 +02:00
dac drivers: dac: Add driver for NXP GAU DAC 2024-05-14 18:23:22 -04:00
dai drivers: dai: sai: write some data into TX FIFO before start 2024-05-17 12:40:43 +02:00
disk drivers: disk: sdmmc_stm2: Add HWFC support on stm32h5 2024-04-24 19:41:09 +00:00
display drivers: display: smartbond: Optimize driver PM 2024-05-24 07:48:41 -04:00
dma drivers: dma: u5: fix dma reload 2024-05-28 12:51:00 +02:00
edac
eeprom drivers epprom_simulator: Set standard source macro appropriately 2024-01-26 07:48:55 -05:00
entropy drivers: entropy: smartbond: Optimize driver PM 2024-05-24 07:48:41 -04:00
espi drivers: espi: npcx: select RING_BUFFER for p80 2024-05-20 20:52:35 -04:00
ethernet drivers: ethernet: enc28j60: ESTAT TXABRT bit should be cleared on error 2024-05-28 18:57:58 +02:00
flash flash: spi_nor: error-checking fixes 2024-05-24 07:51:20 -04:00
fpga drivers: fpga: Added altera FPGA bridge support 2024-04-26 09:30:24 +02:00
fuel_gauge drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
gnss drivers: gnss: LCX6G use modem chat runtime API 2024-05-28 10:02:06 +02:00
gpio drivers: gpio: add Broadcom iProc GPIO controller driver 2024-05-28 09:59:20 +02:00
hwinfo soc: infineon: port Infineon SOC to HWMv2 2024-05-21 11:29:49 +01:00
hwspinlock
i2c drivers: i2c: add Broadcom iProc I2C driver 2024-05-28 09:57:40 +02:00
i2s drivers: i2s: i2s_ll_stm32: tx_stream_disable: Add busy wait 2024-05-28 12:51:00 +02:00
i3c drivers: i3c: npcx: update ibi error handling 2024-05-28 09:54:03 +02:00
ieee802154 drivers: ieee802154: nrf5: fix default value for nRF54H20 2024-05-13 10:21:08 +02:00
input input: gpio_keys: skip change checking when suspended 2024-05-16 14:02:36 +02:00
interrupt_controller drivers: intc: update to use multi-level API 2024-05-25 11:24:32 +03:00
ipm drivers: nxp: Add reset code to driver inits 2024-05-21 16:49:42 -04:00
kscan drivers: ht16k33: convert from kscan to input 2024-05-06 14:53:36 +01:00
led drivers: ht16k33: convert from kscan to input 2024-05-06 14:53:36 +01:00
led_strip driver: led: add support for TI TLC59731 RGB STRIP controller 2024-05-21 16:50:24 -04:00
lora
mbox drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00
mdio drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
memc drivers: memc: smartbond: Add support for the memory driver class. 2024-05-23 07:51:41 -04:00
mfd drivers: mfd: add new driver "mfd_adp5585" 2024-05-08 16:09:08 -04:00
mipi_dbi drivers: mipi_dbi: smartbond: Optimize driver PM 2024-05-24 07:48:41 -04:00
mipi_dsi drivers: dsi: stm32: add additional dt options 2024-04-02 21:03:10 -04:00
misc drivers: grove_lcd: lcd fix Kconfig leakage 2024-04-26 19:48:11 +01:00
mm hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
modem modem: modem_cellular: make `modem_cellular_config` structure constant 2024-05-14 20:22:45 -04:00
net net: ppp: Optimize memory allocation 2024-05-27 08:15:36 -07:00
pcie drivers: pcie: Remove deprecated pcie_bdf_lookup 2024-05-17 09:30:04 +02:00
peci
pinctrl drivers: pinctrl: support digital-path-disable for Numaker 2024-05-10 18:06:15 -04:00
pm_cpu_ops
power_domain power_domain: intel_adsp: Use register definitions 2024-05-24 09:53:04 -05:00
ps2 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
ptp_clock drivers: ptp_clock_nxp_enet: misc fixes 2024-04-23 15:31:33 +02:00
pwm drivers: pwm: pwm_mcux: make thread safe with mutex. 2024-05-15 09:27:38 +02:00
regulator drivers: regulator/nxp_vref: Remove nxp_ground_select property 2024-05-15 17:28:38 +02:00
reset drivers: reset: Add NXP RSTCTL driver 2024-05-21 16:49:42 -04:00
retained_mem drivers: retained_mem: Add generic retained register driver 2024-01-02 15:49:34 +00:00
rtc drivers: rtc: stm32 rtc driver disable alarm interrupt if not used 2024-05-24 09:56:29 -05:00
sdhc drivers: sdhc: sdhc_spi: rework CMD12 failure logic 2024-05-17 09:30:12 +02:00
sensor sensors: add new channel `SENSOR_CHAN_POS_DXYZ` 2024-05-24 07:49:27 -04:00
serial drivers: serial: stm32: replace `config` parameter with `usart` 2024-05-28 09:49:09 +02:00
sip_svc
smbus
spi drivers: spi_bitbang: Fix timing in SPI bitbang driver 2024-05-27 05:42:26 -07:00
syscon
timer tests: drivers: timer: grtc: Fix GRTC test 2024-05-28 18:53:39 +02:00
usb drivers: usb: device: fix cbprintf_package warning 2024-05-28 18:57:22 +02: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: csi: Add support for i.MX RT11XX 2024-05-23 07:52:09 -04:00
virtualization
w1 drivers: w1: fix return check in bit_read for w1-gpio 2024-02-08 12:14:36 +00:00
watchdog drivers: watchdog: Allow WDT_DISABLE_AT_BOOT only when supported 2024-05-27 08:40:16 -07:00
wifi drivers: wifi: esp32: remove pre-defined mbedTLS requirements 2024-05-16 18:54:43 -04:00
xen
CMakeLists.txt drivers: ethernet: Build ethernet drivers with ETH_DRIVER_RAW_MODE 2024-03-20 08:05:55 -05:00
Kconfig drivers: mipi_dbi: introduce MIPI DBI driver class 2024-01-31 16:01:45 +00:00