49 Commits (backport-82072-to-v2.7-branch)

Author SHA1 Message Date
Gerard Marull-Paretas 90118b265f drivers: spi: remove usage of device_pm_control_nop 4 years ago
Kumar Gala 0f0308c197 drivers: spi: sam0: Convert dma to use DEVICE_DT_GET 4 years ago
Kumar Gala 03ad31b0e4 drivers: spi: Convert drivers to new DT device macros 5 years ago
Stefan Bigler 596cad8231 spi: fix locking for SPI_LOCK_ON using synchronous API 5 years ago
Trond Einar Snekvik 86c793af3f sys: util: Replace MIN(MAX(a, b), c) with CLAMP 5 years ago
Tomasz Bursztyka 898f914df5 drivers: spi: Fix device instance const qualifier loss 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Tomasz Bursztyka 98d9b01322 device: Apply driver_api/data attributes rename everywhere 5 years ago
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere 5 years ago
Tomasz Bursztyka 1580768fd3 drivers: dma: Align all drivers using user_data for callback 5 years ago
Tomasz Bursztyka 6acee3dcba drivers: dma: Apply DMA callback change to relevant drivers 5 years ago
Michael Hope e68287dd90 drivers: spi: fix the fast path on the SAM0 driver 5 years ago
Michael Hope 8181eede5d drivers: spi: ensure the first byte has been loaded in the TX fast path 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Martí Bolívar 7e0eed9235 devicetree: allow access to all nodes 5 years ago
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access 5 years ago
Kumar Gala 0a7d4e2135 devicetree: Change DT_FOREACH_IMPL_ to not insert semicolon 5 years ago
Kumar Gala a58777e251 drivers: dma: atmel_sam0: Convert to use devicetree macros for dma dev 5 years ago
Benjamin Valentin 8a99bd0da8 drivers: spi: spi_sam0: fix spi_sam0_fast_txrx() 5 years ago
Kumar Gala aa63b07019 drivers: spi: spi_sam0: rework devicetree support 5 years ago
Benjamin Valentin 74f95c499e spi: sam0: Add support for SAME54 6 years ago
Anas Nashif bd70f6f1ed cleanup: include/: move spi.h to drivers/spi.h 6 years ago
Anas Nashif 46a5d1e5cb cleanup: include/: move dma.h to drivers/dma.h 6 years ago
Anas Nashif f2cb20c772 docs: fix misspelling across the tree 6 years ago
Derek Hageman 4709816a69 soc: sam0: Remove SERCOM defines from dts_fixup.h 6 years ago
Derek Hageman d68666fc08 drivers: spi: sam0: Implement DMA async API 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Benjamin Valentin c9907b438a drivers: spi: sam/sam0: Don't access uninitialized data 6 years ago
Benjamin Valentin 388e9a6223 drivers: spi: sam/sam0: Don't claim support for async transfers 6 years ago
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX 6 years ago
Kumar Gala 0d7df182e1 spie: spi_sam0: Don't use CONFIG_ namespace for non Kconfig 7 years ago
Anas Nashif 937e45de74 drivers: spi_sam: initialize tx and rx 7 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Henrik Brix Andersen b52b79d15e drivers: spi: sam0: avoid unsigned comparision with less than zero 7 years ago
Tomasz Bursztyka eae05d928e drivers/spi: Adding async mode to SAM and SAM0 drivers 7 years ago
Tomasz Bursztyka 27195895b1 drivers/spi: Do not reconfigure at every transaction 7 years ago
Andrzej Głąbek 20202902f2 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 7 years ago
Kumar Gala ddc2a3d9df drivers: spi_sam0: move sercom pad info to dts 7 years ago
Anas Nashif 88aa2ca49f driver: spi: use new logger 7 years ago
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension 7 years ago
Tomasz Bursztyka 3f4cffc302 spi: Remove SPI legacy API 7 years ago
Tomasz Bursztyka da42c0077c api/spi: Add a dedicated Kconfig option for asynchronous mode enablement 7 years ago
Tomasz Bursztyka ea2431f32f api/spi: Reduce parameter number on transceive function 7 years ago
Tomasz Bursztyka f3f9fab20e api/spi: Make spi_config parameter constant 7 years ago
Michael Hope bb9d516787 spi: sam0: fix CS and back-to-back transfers. 7 years ago
Michael Hope a8a36a23fc spi: sam0: use Device Tree for configuration. 7 years ago
Michael Hope 247782a7b3 sam0: move the UART and SPI configuration into pinmux. 8 years ago
Michael Hope ebfed3dca7 spi: sam0: fix txrx, NULL buffers, and add a stub async method. 8 years ago
Michael Hope 73d045e281 spi: add a SPI driver for the SAM0 series. 8 years ago