summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/hostfile.c
Commit message (Expand)AuthorAgeFilesLines
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-4/+2
* sandbox: hostfile: completely switch to OF based probingMarc Kleine-Budde2015-03-061-27/+64
* sandbox: hostfile: use the memory resource to determine the size not the plat...Marc Kleine-Budde2015-03-061-1/+7
* sandbox: hostfile: probe driver earlierMarc Kleine-Budde2015-03-061-1/+1
* sandbox: hostfile: move fd from platform data to privMarc Kleine-Budde2015-03-061-5/+7
* sandbox: hostfile: remove struct hf_platform_data from hf_privMarc Kleine-Budde2015-03-061-3/+0
* sandbox: hostfile: probe(): add missing pointer from cdev.dev to devMarc Kleine-Budde2015-03-061-0/+1
* sandbox: hostfile: clarify variable namesMarc Kleine-Budde2015-03-061-1/+1
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-2/+3
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | sandbox: do not register device before barebox is startedJean-Christophe PLAGNIOL-VILLARD2012-09-201-2/+17
|/
* use loff_t for file offsetsSascha Hauer2012-06-301-2/+2
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* sandbox: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-12/+2
* Merge branch 'next'Sascha Hauer2011-06-061-0/+1
|\
| * sandbox: allow lseek on host filesPeter Korsgaard2011-05-171-0/+1
* | sandbox: Fix another uninitialized dev->id caseSascha Hauer2011-04-251-0/+1
|/
* sandbox: use devfs functions only if definedRobert Schwebel2010-11-011-0/+2
* move boards to arch/<architecure>/boardsJean-Christophe PLAGNIOL-VILLARD2010-07-231-0/+114
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-95/+0
* [sparse] declare functions staticMarc Kleine-Budde2007-11-291-2/+2
* arch/linux -> arch/sandboxSascha Hauer2007-07-121-0/+95