summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-02-05uart: Properly integrate driver config within PCI contextTomasz Bursztyka
2016-02-05spi: Handle the support for PCI_ENUMERATIONTomasz Bursztyka
2016-02-05pci: Make use of pci_show without #ifdefTomasz Bursztyka
2016-02-05pci: Add an option for enumerating PCI devicesTomasz Bursztyka
2016-02-05sys_io: Implement the API for ARC architectureTomasz Bursztyka
2016-02-05spi: change inline functions to static inlineDaniel Leung
2016-02-05gpio: change inline functions to static inlineDaniel Leung
2016-02-05Rename microkernel struct field 'Tail' to 'tail'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Head' to 'head'.Yonattan Louise
2016-02-05Rename microkernel struct field 'cmdPkt' to 'command_packet'.Yonattan Louise
2016-02-05Rename microkernel struct field 'nPkts' to 'num_packets'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Free' to 'free'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iBufferSize' to 'buffer_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ReadMarkers' to 'read_markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'WriteMarkers' to 'write_markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'BuffState' to 'buffer_state'.Yonattan Louise
2016-02-05Rename microkernel struct field 'bReadWA' to 'wrap_around_read'.Yonattan Louise
2016-02-05Rename microkernel struct field 'bWriteWA' to 'wrap_around_write'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrPendingWrites' to 'num_pending_writes'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iAvailDataAWA' to 'available_data_post_wrap_...Yonattan Louise
2016-02-05Rename microkernel struct field 'iAvailDataCont' to 'available_data_count'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrPendingReads' to 'num_pending_reads'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iFreeSpaceAWA' to 'free_space_post_wrap_arou...Yonattan Louise
2016-02-05Rename microkernel struct field 'iFreeSpaceCont' to 'free_space_count'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pReadGuard' to 'read_guard'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pWriteGuard' to 'write_guard'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pRead' to 'read_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pWrite' to 'write_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pEndOrig' to 'original_end_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pEnd' to 'end_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pBegin' to 'begin_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iBuffSize' to 'buffer_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'aMarkers' to 'markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iAWAMarker' to 'post_wrap_around_marker'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iLastMarker' to 'last_marker'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iFirstMarker' to 'first_marker'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrMarkers' to 'num_markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Next' to 'next'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Prev' to 'prev'.Yonattan Louise
2016-02-05Rename microkernel struct field 'bXferBusy' to 'buffer_xfer_busy'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Hmark' to 'high_watermark'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Nused' to 'num_used'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Deqp' to 'dequeue_point'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Enqp' to 'enqueue_point'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Endp' to 'end_point'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Base' to 'base'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Esize' to 'element_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Confl' to 'num_conflicts'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Count' to 'count'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Waiters' to 'waiters'.Yonattan Louise