summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sram.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* misc: sram: remove duplicated resource handling codeAhmad Fatoum2021-12-131-8/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-0/+2
* common: Allow for I/O mapped I/OMichel Stam2014-04-081-1/+1
* misc: Add devicetree SRAM driverSascha Hauer2014-01-291-0/+75