summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* console_countdown: Add pattern listSascha Hauer2019-04-241-1/+1
* 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
* commands: mem: Fix compiler warningSascha Hauer2018-11-191-2/+2
* Merge branch 'for-next/usb'Sascha Hauer2018-11-092-62/+11
|\
| * usbgadget: autostart: add DFU supportLadislav Michl2018-10-292-62/+11
* | Merge branch 'for-next/misc'Sascha Hauer2018-11-092-2/+3
|\ \
| * | commands: mem: truncate mem device size to fit the loff_t file sizeLucas Stach2018-11-071-1/+2
| * | miitool: Fix inconsistent spacingAndrey Smirnov2018-10-161-1/+1
| |/
* | commands: gpio: Allow GPIOs to be specified by labelAndrey Smirnov2018-10-291-4/+7
* | commands: gpio: Use kstrtoint() instead of simple_strtoul()Andrey Smirnov2018-10-291-3/+6
* | commands: gpio: Move argument parsing into a shared functionAndrey Smirnov2018-10-291-19/+29
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-10-092-5/+7
|\
| * environment: Allow default env path to be NULLSascha Hauer2018-09-211-0/+4
| * memtest: Make use of resource_size()Andrey Smirnov2018-09-191-2/+1
| * memtest: Adjust code for 64-bit architecturesAndrey Smirnov2018-09-191-3/+2
* | bbu: command: Make sure specified update handler existsAndrey Smirnov2018-10-081-10/+36
* | bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-1/+10
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-09-112-12/+30
|\
| * i2c_read: implement support for master receive modeAleksander Morgado2018-08-221-6/+15