aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/io/io_memmap.c
Commit message (Expand)AuthorAgeFilesLines
* IO Driver Misra Cleanupjohpow012020-07-161-20/+19
* io: change seek offset to signed long longYann Gautier2020-01-101-13/+17
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-6/+8
* io: Allow image load to address zeroKonstantin Porotchkin2018-07-181-2/+1
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-2/+3
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Remove redundant assertJeenu Viswambharan2017-02-221-2/+0
* Merge pull request #842 from jeenu-arm/io-memmap-assertsdanh-arm2017-02-201-9/+27
|\
| * Add bounds checking asserts to memmap IO driverJeenu Viswambharan2017-02-141-10/+28
* | Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
|/
* Add "size" function to IO memmap device driverGerald Lejeune2016-03-111-1/+16
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-1/+1
* Remove deprecated IO return definitionsJuan Castillo2015-11-021-14/+11
* Remove variables from .data sectionDan Handley2014-05-061-20/+21
* Reduce deep nesting of header filesDan Handley2014-05-061-3/+3
* Always use named structs in header filesDan Handley2014-05-061-26/+26
* Make use of user/system includes more consistentDan Handley2014-05-061-3/+3
* Report recoverable errors as warningsJeenu Viswambharan2014-02-201-1/+1
* Add Firmware Image Package (FIP) driverHarry Liebel2014-02-171-0/+240