zephyr/drivers
Ryan C Johnson d9e4512d86 drivers: flash: w25q: erase operations must be erase-size aligned
- Erase operations must be aligned to the erase-size.
 - Don't need to perform an alignment check on a full erase. The offset
   is not used in this case.
 - Don't need to perform alignment check on a sector sized erase, as
   this alignment is checked on entrance to the function.
 - Removed some whitespace.

Signed-off-by: Ryan C Johnson <ryan.johnson@flex.com>
2019-05-30 08:36:14 -04:00
..
adc
aio
audio
bluetooth
can
clock_control
console
counter drivers: counter: Add SAM0 basic counter support 2019-05-28 09:23:44 -04:00
crypto
display
dma
entropy
ethernet
flash drivers: flash: w25q: erase operations must be erase-size aligned 2019-05-30 08:36:14 -04:00
gpio
hwinfo
i2c drivers: i2c: i2c_esp32: fix configuring speed 2019-05-30 08:29:17 -04:00
i2s
ieee802154
interrupt_controller
ipm
led
led_strip
modem
net
neural_net
pci
pcie
pinmux drivers: pinmux: Pinmux driver for Microchip SOCs 2019-05-27 09:24:08 -04:00
ptp_clock
pwm
rtc drivers: rtc: stm32: correct tm_mon conversion 2019-05-27 09:16:30 -04:00
sensor
serial drivers: serial: sifive: fix configuration of rxcnt/txcnt 2019-05-29 17:22:58 -04:00
spi drivers: add CC13xx / CC26xx SPI driver 2019-05-27 09:21:19 -04:00
timer
usb
watchdog
wifi
CMakeLists.txt
Kconfig