summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: Provide new way to configure network devicesSascha Hauer2017-12-141-0/+7
| * net: remove "current" network deviceSascha Hauer2017-12-141-2/+0
| * net: Pick network device based on IP settingsSascha Hauer2017-12-141-0/+1
| * net: dhcp: reworkSascha Hauer2017-12-141-1/+21
| * net: dhcp: Allow to specify network deviceSascha Hauer2017-12-142-4/+6
| * net: allow udp connections on specified network deviceSascha Hauer2017-12-011-0/+4
| * net: Use a single gatewaySascha Hauer2017-12-011-1/+1
| * net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-0/+1
| * net: introduce global.net.serverSascha Hauer2017-12-011-1/+0
| * net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-011-0/+4
| * net: Add and use IP_BROADCASTSascha Hauer2017-12-011-0/+2
| * driver: Add device_detect_all() functionSascha Hauer2017-12-011-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2018-01-051-1/+2
|\ \
| * | nv: add device parameter overwrites to completion listSascha Hauer2017-11-231-1/+2
* | | fs: Introduce devpath_to_name()Andrey Smirnov2017-12-061-0/+9
* | | net: mdio-mux: Avoid probing multiplexed bussesAndrey Smirnov2017-12-061-0/+2
* | | net: phy: Port MDIO bus miltiplexer framework from Linux kernelAndrey Smirnov2017-12-061-0/+30
* | | mdio_bus: Port of_mdio_find_bus() from Linux kernelAndrey Smirnov2017-12-061-0/+2
|/ /