summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/spi (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2021-01-21cpukit/spi: Allow driver specific ioctlChristian Mauderer1-0/+3
This allows a SPI driver to add a hardware specific ioctl.
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-02-02spi: Use self-contained mutexSebastian Huber1-30/+6
Update #2843.
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-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
2016-09-16Add SPI bus frameworkAlexander Krutwig1-0/+366
User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.