index
:
barebox
master
next
barebox master repository
Pengutronix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sandbox
/
board
/
hostfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sandbox: store stickypage in runtime dir
Ahmad Fatoum
2023-08-18
1
-8
/
+14
*
sandbox: dts: skip reboot mode without hostfile
Ahmad Fatoum
2023-07-03
1
-1
/
+1
*
Merge branch 'for-next/state'
Sascha Hauer
2023-06-22
1
-4
/
+0
|
\
|
*
block: parse partition table on block device registration
Ahmad Fatoum
2023-06-12
1
-4
/
+0
*
|
treewide: add MODULE_DEVICE_TABLE markers
Ahmad Fatoum
2023-06-13
1
-0
/
+1
|
/
*
sandbox: hostfile: add feature controller support
Ahmad Fatoum
2023-05-02
1
-3
/
+27
*
sandbox: hostfile: don't warn on failed hostfile fixup
Ahmad Fatoum
2023-05-02
1
-13
/
+4
*
Rename struct driver_d to driver
Sascha Hauer
2023-01-10
1
-1
/
+1
*
Rename struct device_d to device
Sascha Hauer
2023-01-10
1
-2
/
+2
*
Rename device_d::device_node to device_d::of_node
Sascha Hauer
2023-01-10
1
-1
/
+1
*
treewide: Remove duplicate incudes
Alexander Shiyan
2022-06-10
1
-2
/
+0
*
Revert "sandbox: hostfile: move initcall to earlier postcore level"
Ahmad Fatoum
2021-07-18
1
-1
/
+1
*
sandbox: ship sample environment
Ahmad Fatoum
2021-07-03
1
-8
/
+11
*
sandbox: hostfile: move initcall to earlier postcore level
Ahmad Fatoum
2021-06-21
1
-1
/
+1
*
Merge branch 'for-next/misc'
Sascha Hauer
2021-02-22
1
-10
/
+7
|
\
|
*
sandbox: support 64-bit file IO in 32-bit build
Ahmad Fatoum
2021-02-16
1
-10
/
+7
*
|
block: use 64-bit types for sector offset and count on all platforms
Ahmad Fatoum
2021-02-18
1
-2
/
+2
|
/
*
sandbox: hostfile: maintain created temp files over reset
Ahmad Fatoum
2020-10-13
1
-1
/
+9
*
sandbox: hostfile: support anonymous hostfiles in device tree
Ahmad Fatoum
2020-10-13
1
-3
/
+14
*
sandbox: hostfile: unify --image and direct device tree probe
Ahmad Fatoum
2020-10-13
1
-17
/
+56
*
sandbox: hostfile: support registering images as barebox block devices
Ahmad Fatoum
2020-09-15
1
-25
/
+91
*
sandbox: add_image: support mmaping block devices on 32-bit hosts
Ahmad Fatoum
2020-09-14
1
-0
/
+1
*
sandbox: hostfile: error out if file couldn't be opened
Ahmad Fatoum
2020-09-14
1
-0
/
+3
*
treewide: remove references to CREDITS
Uwe Kleine-König
2020-04-27
1
-3
/
+0
*
sandbox: hostfile: allow probing from device tree
Ahmad Fatoum
2019-09-09
1
-4
/
+12
*
devfs: Drop dev_lseek_default()
Andrey Smirnov
2019-01-29
1
-1
/
+0
*
rename file_operations -> cdev_operations
Sascha Hauer
2018-04-06
1
-1
/
+1
*
treewide: Use of_property_write_string() where appropriate
Sascha Hauer
2017-03-30
1
-4
/
+2
*
sandbox: hostfile: completely switch to OF based probing
Marc Kleine-Budde
2015-03-06
1
-27
/
+64
*
sandbox: hostfile: use the memory resource to determine the size not the plat...
Marc Kleine-Budde
2015-03-06
1
-1
/
+7
*
sandbox: hostfile: probe driver earlier
Marc Kleine-Budde
2015-03-06
1
-1
/
+1
*
sandbox: hostfile: move fd from platform data to priv
Marc Kleine-Budde
2015-03-06
1
-5
/
+7
*
sandbox: hostfile: remove struct hf_platform_data from hf_priv
Marc Kleine-Budde
2015-03-06
1
-3
/
+0
*
sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
Marc Kleine-Budde
2015-03-06
1
-0
/
+1
*
sandbox: hostfile: clarify variable names
Marc Kleine-Budde
2015-03-06
1
-1
/
+1
*
driver: Attach info callback to device, not to driver
Sascha Hauer
2013-05-30
1
-2
/
+3
*
Use new device_platform_driver() macro for drivers
Alexander Shiyan
2013-02-13
1
-7
/
+1
*
switch all platform_bus device/driver registering to platform_driver/device_r...
Jean-Christophe PLAGNIOL-VILLARD
2012-10-04
1
-1
/
+1
*
Merge branch 'for-next/remove-fsf-address'
Sascha Hauer
2012-10-03
1
-3
/
+0
|
\
|
*
Treewide: remove address of the Free Software Foundation
Sascha Hauer
2012-09-17
1
-3
/
+0
*
|
sandbox: do not register device before barebox is started
Jean-Christophe PLAGNIOL-VILLARD
2012-09-20
1
-2
/
+17
|
/
*
use loff_t for file offsets
Sascha Hauer
2012-06-30
1
-2
/
+2
*
Use DEVICE_ID_DYNAMIC where applicable
Sascha Hauer
2012-04-16
1
-1
/
+1
*
sandbox: switch to resource
Jean-Christophe PLAGNIOL-VILLARD
2011-07-30
1
-12
/
+2
*
Merge branch 'next'
Sascha Hauer
2011-06-06
1
-0
/
+1
|
\
|
*
sandbox: allow lseek on host files
Peter Korsgaard
2011-05-17
1
-0
/
+1
*
|
sandbox: Fix another uninitialized dev->id case
Sascha Hauer
2011-04-25
1
-0
/
+1
|
/
*
sandbox: use devfs functions only if defined
Robert Schwebel
2010-11-01
1
-0
/
+2
*
move boards to arch/<architecure>/boards
Jean-Christophe PLAGNIOL-VILLARD
2010-07-23
1
-0
/
+114
*
[general] Move include/configs/* to board/*/config.h
Sascha Hauer
2008-04-07
1
-95
/
+0
[next]