zephyr/drivers
Jukka Rissanen b4ca6e8300 drivers/eth/mcux: Free net_buf using net_nbuf_unref
The driver was using net_buf_unref(). This technically works
ok but debugging the network buffer allocations is more
difficult if done like this.

Change-Id: If3453a49337c7a359c8af22cfdf331fccc697af5
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-02-08 10:12:34 +02:00
..
adc license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
aio license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
bluetooth Bluetooth: SPI: Disable IRQ pin callback to avoid spurious IRQs 2017-01-28 08:43:41 +02:00
clock_control clock_control: nrf5_power: Use CMSIS NVIC APIs directly 2017-01-23 15:15:55 -06:00
console drivers/console/telnet: Select TCP when telnet is selected 2017-01-27 13:02:11 +00:00
counter counter: cmsdk: Add Dualtimer as a Timer 2017-01-23 15:15:54 -06:00
dma license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ethernet drivers/eth/mcux: Free net_buf using net_nbuf_unref 2017-02-08 10:12:34 +02:00
flash flash: Update mcux shim to new mcux version 2017-01-30 11:02:35 -06:00
gpio gpio/nrf5: Implement port read and write 2017-02-06 13:15:50 +00:00
grove license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c i2c/dw: Switch from EPERM to EIO 2017-02-07 18:32:37 +00:00
ieee802154 drivers: mcr20a: control access to SPI with semaphore 2017-02-08 10:12:34 +02:00
interrupt_controller build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
ipm license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pci license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pinmux pinmux: unify galileo pinmux driver 2017-01-25 20:43:18 +00:00
pwm license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
random license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rtc license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
sensor drivers: bmi160: add sample ready check 2017-02-04 19:45:31 +00:00
serial drivers: Add basic Atmel SAM USART driver 2017-02-01 21:01:18 +00:00
shared_irq license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
slip net: slip: Do not remove fragments when sending data 2017-01-20 16:23:17 +02:00
spi drivers: spi: enable gpio driver automatically when needed 2017-01-24 13:47:22 +00:00
timer riscv32: timer: replace riscv_qemu_driver by the generic riscv_machine_driver 2017-02-03 19:20:52 +01:00
usb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
watchdog drivers: QMSI WDT: simplify driver reentrancy code using IS_ENABLED macro 2017-01-19 16:48:42 -08:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile