summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: gadget: fastboot: beautify fb_run_command()Sascha Hauer2018-02-091-7/+8
| * | | | usb: gadget: fastboot: fix typoSascha Hauer2018-02-091-1/+1
| * | | | usb: gadget: fastboot: Always remove temporary fileSascha Hauer2018-02-091-20/+14
| * | | | usb: gadget: fastboot: use read_file_2Sascha Hauer2018-02-091-2/+3
| * | | | usb: gadget: fastboot: pass struct f_fastboot * aroundSascha Hauer2018-02-091-30/+19
| * | | | usb: gadget: fastboot: Make sparse support optionalSascha Hauer2018-02-092-4/+20
| * | | | ubiformat: Allow to ubiformat with a buffer givenSascha Hauer2018-02-092-19/+43
| | |/ / | |/| |
* | | | Merge branch 'for-next/efi'Sascha Hauer2018-03-051-0/+48
|\ \ \ \
| * | | | efi: add bootsource detectionEnrico Jorns2018-02-221-0/+48
| |/ / /
* | | | Merge branch 'for-next/dts'Sascha Hauer2018-03-05837-7559/+26408
|\ \ \ \
| * | | | dts: update to v4.16-rc2Sascha Hauer2018-03-011-0/+8
| * | | | dts: update to v4.16-rc1Sascha Hauer2018-03-01832-7559/+26387
| * | | | dts: update to v4.15-rc9Sascha Hauer2018-02-277-14/+27
| | |_|/ | |/| |
* | | | Merge branch 'for-next/arm-1'Sascha Hauer2018-03-053-1/+63
|\ \ \ \
| * | | | at91sam9263ek: don't build legacy init when OFDEVICE is enabledLucas Stach2018-02-211-1/+3
| * | | | lib: add weak clz/ctz functionsLucas Stach2018-02-212-0/+60
| * | | | arm: ARM64 doen't provide the armlinux_ functionsLucas Stach2018-02-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-next/arm'Sascha Hauer2018-03-053-4/+4
|\ \ \ \
| * | | | arm: ARM64 doen't provide the armlinux_ functionsLucas Stach2018-03-011-1/+1
| * | | | arm: crypto: initialize digests earlierSascha Hauer2018-03-012-3/+3
| | |/ / | |/| |
* / | | Release v2018.03.0v2018.03.0Sascha Hauer2018-03-051-1/+1
|/ / /
* | | state: find backend node with its reproducible nameSascha Hauer2018-02-222-1/+6
* | | state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-224-32/+19
|/ /
* | scripts/compiler.h: inline functions in headers must be staticMichael Olbrich2018-02-091-2/+2
* | i2c: i2c_master_send(): don't leave flags uninitializedAntony Pavlov2018-02-091-0/+1
|/
* FIT: Use const dtb unflatten variantSascha Hauer2018-02-081-1/+1
* Merge branch 'for-next/zstd'Sascha Hauer2018-02-0825-0/+8860
|\
| * squashfs: Add zstd supportPhilipp Zabel2018-02-056-0/+169
| * lib: Add zstd decompression modulePhilipp Zabel2018-02-0516-0/+7949
| * lib: Add xxhash modulePhilipp Zabel2018-02-054-0/+740
| * include linux/compiler.h in linux/unaligned/generic.hPhilipp Zabel2018-02-051-0/+2
* | Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-089-66/+127
|\ \
| * | 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-252-25/+14
| * | uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-252-25/+23
| * | uimage: fix memory leak in error pathSascha Hauer2018-01-251-0/+2
| * | libfile: implement a function to cache a fileSascha Hauer2018-01-252-1/+31
| * | libfile: implement make_tempSascha Hauer2018-01-252-0/+29
| * | fs: implement is_tftp_fs()Sascha Hauer2018-01-252-0/+32
| * | startup: create /tmpSascha Hauer2018-01-231-0/+1
* | | Merge branch 'for-next/sandbox-libftdi'Sascha Hauer2018-02-0810-3/+414
|\ \ \
| * | | sandbox: add i2c and spi libftdi1 bit-bang exampleAntony Pavlov2018-01-292-1/+94
| * | | sandbox: add gpio support with libftdi1Antony Pavlov2018-01-298-1/+317
| * | | sandbox: avoid symbol conflict for {open,read,close}dirAntony Pavlov2018-01-291-1/+3
* | | | Merge branch 'for-next/ratp'Sascha Hauer2018-02-084-25/+16
|\ \ \ \
| * | | | ratp: remove unused context fieldsAleksander Morgado2018-01-301-6/+0
| * | | | 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-304-8/+7
| * | | | ratp: rename global context variableAleksander Morgado2018-01-301-9/+9
* | | | | Merge branch 'for-next/of'Sascha Hauer2018-02-085-35/+132
|\ \ \ \ \