summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/spi/spi-bus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* cpukit/spi: Allow driver specific ioctlChristian Mauderer2021-01-211-0/+3
| | | | This allows a SPI driver to add a hardware specific ioctl.
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* spi: Use self-contained mutexSebastian Huber2018-02-021-30/+6
| | | | Update #2843.
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+1
| | | | | | | | | | | Added a mmap file handler to struct _rtems_filesystem_file_handlers_r. Updated each file handler object to support the default mmap handler. Updated mmap() to call the mmap handler for MAP_SHARED. Added a mmap file handler for shm Added support for MAP_ANON in mmap(). Updates #2859
* Add SPI bus frameworkAlexander Krutwig2016-09-161-0/+366
User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.