summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-07-123-8/+10
|\
| * commands: mmc_extcsd: fix extcsd value meaningsMarco Felsch2019-06-181-4/+4
| * commands: don't use stale errno when calling fb_openAhmad Fatoum2019-06-132-4/+6
* | lib: Add missing arguments to memcpy_parse_options()Andrey Smirnov2019-07-092-2/+4
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-06-112-78/+4
|\
| * commands: Introduce memcpy_parse_options()Andrey Smirnov2019-05-282-78/+4
* | Merge branch 'for-next/imx'Sascha Hauer2019-06-111-4/+20
|\ \
| * | commands: mw: Use kstrto*() instead of simple_strtoul()Sascha Hauer2019-05-231-4/+20
| |/
* | Merge branch 'for-next/arm'Sascha Hauer2019-06-111-1/+10
|\ \
| * | ARM: Initial OP-TEE supportSascha Hauer2019-06-071-1/+10
| |/
* / commands: spi: fix NULL pointer dereferenceSteffen Trumtrar2019-05-171-0/+1
|/
* Merge branch 'for-next/qspi'Sascha Hauer2019-05-101-8/+8
|\
| * spi: Generalize SPI "master" to "controller"Steffen Trumtrar2019-05-081-8/+8
* | Merge branch 'for-next/misc'Sascha Hauer2019-05-101-1/+1
|\ \
| * | commands/hwclock: align -n option helpAntony Pavlov2019-05-091-1/+1
| |/
* | Merge branch 'for-next/ctrlc'Sascha Hauer2019-05-101-1/+1
|\ \
| * | console_countdown: Add pattern listSascha Hauer2019-04-241-1/+1
| |/
* / lib: add blobgen frameworkSteffen Trumtrar2019-04-123-0/+133
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-04-097-29/+19
|\
| * commands: unify newlines for optionsMichael Tretter2019-04-056-14/+14
| * commands: memcpy: Make use of min_t()Andrey Smirnov2019-03-131-1/+1
| * commands: memcpy: Make use of write_full()Andrey Smirnov2019-03-131-14/+4
* | commands: loadb: Make use of open_and_lseek()Andrey Smirnov2019-03-121-11/+2
* | commands: loadxy: Make use of open_and_lseek()Andrey Smirnov2019-03-111-11/+2
|/
* Merge branch 'for-next/spd'Sascha Hauer2019-03-071-1/+1
|\
| * crc: import crc_itu_t() from kernelSascha Hauer2019-03-041-1/+1
* | commands: uimage: Drop needless variable in uimage_flush()Andrey Smirnov2019-02-271-5/+1
* | commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-271-3/+45
* | commands: dmesg: add print raw parameterOleksij Rempel2019-02-271-2/+6
* | commands: nandtest: provide readonly testJan Remmet2019-02-271-42/+83
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-02-132-13/+25
|\
| * i2c_probe: Use a quick write transfer instead of writing a zeroUwe Kleine-König2019-01-281-8/+8
| * i2c_probe: limit slave addresses to [0x04, 0x77]Uwe Kleine-König2019-01-281-4/+6
| * ls: Adjust amount of space allocated for filesizeAndrey Smirnov2019-01-241-1/+11
* | Merge branch 'for-next/lseek'Sascha Hauer2019-02-138-158/+27
|\ \
| * | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-4/+0
| * | commands: Move /dev/mem driver to drivers/miscAndrey Smirnov2019-01-293-89/+6
| * | commands: Get rid of mem_rw_bufAndrey Smirnov2019-01-295-25/+21
| * | commands: Move mem_parse_options() to lib/misc.cAndrey Smirnov2019-01-291-40/+0
| |/
* | commands: digest: Use MAX_LFS_FILESIZE instead of ~0Andrey Smirnov2019-01-161-1/+2
* | treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-162-2/+2
|/
* Merge branch 'for-next/net'Sascha Hauer2019-01-151-3/+4
|\
| * net: ip_route_get: resolv hostnamesSascha Hauer2019-01-041-1/+1
| * net: ip_route_get: Hook help text to commandSascha Hauer2019-01-041-0/+1
| * net: ip_route_get: Fix error messageSascha Hauer2019-01-041-2/+2
* | commands: nand-bitflip: Add documentation for option '-c'Teresa Remmet2018-12-181-0/+1
* | commands: miitool: remove unsupported options a and bAndreas Schmidt2018-12-171-6/+0
* | commands: boot: Remove useless codeAndrey Smirnov2018-12-101-4/+0
|/
* ubimkvol: add support for `volume_id` parameterLeif Middelschulte2018-11-261-3/+7
* mount command: Fix "mount /dev/<devname>"Sascha Hauer2018-11-211-1/+3