zephyr/drivers
Jukka Rissanen 5197266768 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment
The code used net_nbuf_get_reserve_{rx|tx}_data() function to
allocate a fragment. Instead of that low level function, use
net_nbuf_get_frag() instead. There are few places this is not
possible or is too big change like in few test programs.

Change-Id: Ied7e2b7db352de998b200ffa6ff82471bfa5ebe3
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
..
adc
aio
bluetooth
clock_control clock_control: fix to get PLL2 source for PREDV1 working 2017-02-22 18:09:22 -06:00
console ipm_console: add Kconfig for receiver stack size 2017-03-06 16:58:20 +00:00
counter
crypto license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
dma license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
ethernet net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
flash flash/stm32: driver for STM32F4x series 2017-02-22 18:08:57 -06:00
gpio gpio: mcux: Revert to older GPIO device names as were used for Kinetis. 2017-02-28 11:18:32 +00:00
grove
i2c
ieee802154 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
interrupt_controller Revert "sys_bitfield*(): use 'void *' instead of memaddr_t" 2017-02-28 16:06:22 -05:00
ipm
pci
pinmux
pwm
random random: add MCUX TRNG driver 2017-03-02 14:13:27 +00:00
rtc
sensor
serial drivers: serial: nrf5: Fix system off pin configuration 2017-02-27 21:02:20 +00:00
shared_irq
slip net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
spi
timer cortex_m_systick: fix _timer_cycle_get_32() race 2017-02-22 18:45:36 +00:00
usb
watchdog watchdog: Add WDT driver for Atmel SAM SoCs 2017-03-09 13:43:17 +00:00
Kconfig
Makefile