zephyr/drivers
Gerson Fernando Budke 3c4fbfddf5 drivers: eth: sam_gmac: Fix phy layer setup
The current setup of physical layer forces RMII interface. The code was
refactored to have only one point to select proper phy interface. Now,
GMAC driver works with both RMII or MII interface. The phy connection
type is now selected by device tree. The default phy connection is RMII.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-04-17 09:23:33 +03:00
..
adc drivers: adc: lmp90xxx: convert to use k_msleep() instead of k_sleep() 2020-04-15 13:34:18 +02:00
audio
bluetooth
can
clock_control clock_control: nordic: move to new DT API 2020-04-14 06:32:25 -05:00
console
counter drivers: counter: nrfx_rtc: Convert driver to new DT_INST macros 2020-04-14 10:36:38 -05:00
crypto drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
debug
display drivers: display: st7789v: set x-offset and y-offset properties properly 2020-04-15 08:25:19 -05:00
dma drivers: dma: stm32: Stream disable success 2020-04-08 12:21:05 -05:00
eeprom drivers: remove a couple of DT abstraction violations 2020-04-08 09:00:38 -05:00
entropy drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
espi drivers: espi: xec: Validate channels espi configuration 2020-04-11 15:30:27 -04:00
ethernet drivers: eth: sam_gmac: Fix phy layer setup 2020-04-17 09:23:33 +03:00
flash drivers: flash: nrf_qspi_nor: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
gpio drivers: gpio: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
hwinfo drivers: hwinfo: fix endianness for sam0 and nrf 2020-04-09 19:30:32 +02:00
i2c drivers/i2c: stm32: Use DT_NODELABEL_ macros 2020-04-15 08:21:30 -05:00
i2s drivers/i2s: stm32: i2s dma client configured using DT macros 2020-04-13 07:37:11 -05:00
ieee802154 drivers: ieee802154_nrf5: Handle frame pending bit mode 2020-04-17 09:17:38 +03:00
interrupt_controller drivers: intc: rv32m1_intmux: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
ipm drivers: ipm: ipm_nrfx_ipc: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
kscan
led
led_strip
lora drivers: lora: sx1276: call DIO handlers in workqueue 2020-04-15 08:30:11 -05:00
modem
net
neural_net
pcie
peci
pinmux drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
ps2
ptp_clock
pwm drivers: pwm: pwm_nrf5_sw: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
sensor drivers: sensor: bme280: convert to new DT API 2020-04-14 10:38:10 -05:00
serial drivers: serial: uart_mcux: Convert to DT_INST 2020-04-14 17:52:31 -05:00
spi drivers: spi: Set dummy data in mcux drivers 2020-04-16 06:01:43 -05:00
timer drivers: timer: sam0_rtc_timer: Fix incorrect DT_INST conversion 2020-04-16 14:09:23 +02:00
usb drivers: usb_dc_nrfx: Convert driver to new DT_INST macros 2020-04-14 10:37:34 -05:00
video drivers: video: Add dedicated video init priority 2020-04-07 09:44:14 -05:00
watchdog drivers: wdt_sam0: remove log message during boot 2020-04-06 22:08:44 -04:00
wifi
CMakeLists.txt
Kconfig