summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fs: Add super_operationsSascha Hauer2018-04-061-0/+5
* rename file_operations -> cdev_operationsSascha Hauer2018-04-063-4/+4
* Merge branch 'for-next/ratp'Sascha Hauer2018-03-052-0/+54
|\
| * ratp: new reset commandAleksander Morgado2018-03-011-0/+1
| * ratp: new md and mw commandsAleksander Morgado2018-03-011-0/+4
| * ratp: implement generic command supportAleksander Morgado2018-03-012-0/+49
* | Merge branch 'for-next/misc'Sascha Hauer2018-03-051-0/+2
|\ \
| * | console: move global.allow_color handling to C codeSascha Hauer2018-02-221-0/+2
* | | Merge branch 'for-next/fastboot'Sascha Hauer2018-03-052-0/+24
|\ \ \ | |_|/ |/| |
| * | usb: gadget: fastboot: Add external command execution supportSascha Hauer2018-02-091-0/+17
| * | ubiformat: Allow to ubiformat with a buffer givenSascha Hauer2018-02-091-0/+7
| |/
* / state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-221-2/+1
|/
* Merge branch 'for-next/zstd'Sascha Hauer2018-02-083-0/+1395
|\
| * lib: Add zstd decompression modulePhilipp Zabel2018-02-051-0/+1157
| * lib: Add xxhash modulePhilipp Zabel2018-02-051-0/+236
| * include linux/compiler.h in linux/unaligned/generic.hPhilipp Zabel2018-02-051-0/+2
* | Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-084-17/+12
|\ \
| * | fs: remove now unused function can_lseek_backward()Sascha Hauer2018-01-251-20/+0
| * | fs/uimagefs: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-1/+1
| * | uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-0/+1
| * | libfile: implement a function to cache a fileSascha Hauer2018-01-251-0/+2
| * | libfile: implement make_tempSascha Hauer2018-01-251-0/+2
| * | fs: implement is_tftp_fs()Sascha Hauer2018-01-251-0/+10
* | | Merge branch 'for-next/ratp'Sascha Hauer2018-02-082-7/+4
|\ \ \
| * | | ratp: remove unused list pointer from ratp_bb_pktAleksander Morgado2018-01-301-2/+0
| * | | ratp: move barebox-specific command to ratp_bb.hAleksander Morgado2018-01-302-5/+4
| |/ /
* | | Merge branch 'for-next/of'Sascha Hauer2018-02-081-0/+5
|\ \ \
| * | | of: fdt: add of_unflatten_dtb_constSascha Hauer2018-01-311-0/+1
| * | | of: Allow for const propertiesSascha Hauer2018-01-311-0/+4
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2018-02-083-1/+4
|\ \ \
| * | | fs: add support loop mount offsetPhilipp Zabel2018-02-051-1/+1
| * | | filetype: Add type detection at an offsetPhilipp Zabel2018-02-051-0/+1
| * | | fs/parseopt: Add parseopt_llu_suffixPhilipp Zabel2018-02-051-0/+2
| |/ /
* | | Merge branch 'for-next/constify'Sascha Hauer2018-02-083-13/+14
|\ \ \
| * | | libfile: Make write_file buffer constSascha Hauer2018-01-311-1/+1
| * | | bbu: Make pointer to image constSascha Hauer2018-01-301-1/+1
| * | | imd: Make all pointers into image constSascha Hauer2018-01-302-11/+12
| |/ /
* | | Merge branch 'for-next/FIT'Sascha Hauer2018-02-082-13/+16
|\ \ \
| * | | FIT: Allow to open buffer as FIT imageSascha Hauer2018-02-081-1/+4
| * | | FIT: store device_nodes in fit_handleSascha Hauer2018-02-081-0/+2
| * | | FIT: Let user specify the configuration to useSascha Hauer2018-02-082-5/+7
| * | | FIT: Do not pre-open imagesSascha Hauer2018-02-081-7/+0
| * | | bootm: FIT: do not depend on FIT pre-opened imagesSascha Hauer2018-02-081-0/+3
| |/ /
* | / of: Add function to find the same node in another treeSascha Hauer2018-02-061-1/+4
| |/ |/|
* | reset: add missing stub for reset_control_getLucas Stach2018-02-051-0/+7
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-227-5/+23
|\
| * mci: drop unused parameter from mci_switch()Uwe Kleine-König2018-01-221-2/+1
| * FIT: export fit_open_configuration() and fit_open_image()Sascha Hauer2018-01-181-1/+7
| * parseopt: introduce parseopt_u16() and parseopt_str()Antony Pavlov2018-01-171-0/+2
| * include/parseopt.h: add guard macroAntony Pavlov2018-01-171-0/+5