summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * move parseopt to lib/Antony Pavlov2018-01-171-0/+2
| * of: base: use root_node compatible as suggestion for a hostnameOleksij Rempel2018-01-172-0/+2
| * linux/kernel.h: move ALIGN_DOWN() to include/linux/kernel.hMasahiro Yamada2018-01-052-2/+1
| * string.h: Implement strndupUwe Kleine-König2018-01-051-0/+3
* | file_list: Add ubi flagSascha Hauer2018-01-171-0/+1
* | filetype: Add fastboot sparse format detectionSascha Hauer2018-01-171-0/+1
* | Add support for fastboot sparse imagesSascha Hauer2018-01-171-0/+67
* | ubiformat: Add ubiformat write functionSascha Hauer2018-01-111-0/+3
* | fs: implement ftruncateSascha Hauer2018-01-101-0/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2018-01-053-8/+48
|\
| * net: Add linuxdevname propertySascha Hauer2017-12-151-0/+1