summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* commands: i2c_write: enable raw write to addressAntony Pavlov2018-02-091-2/+6
* Merge branch 'for-next/of'Sascha Hauer2018-02-081-0/+1
|\
| * of: Allow for const propertiesSascha Hauer2018-01-311-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2018-02-081-1/+1
|\ \
| * | commands: ubi: ubiupdatevol: Reduce error code to 0 or 1Daniel Schultz2018-01-301-1/+1
* | | bbu: command: create temporary variable holding the pointer to the imageSascha Hauer2018-01-301-3/+5
| |/ |/|
* | commands/Kconfig: fix copy'n'paste error in CMD_GPIO helpUlrich Ölmann2018-01-251-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-222-8/+8
|\
| * mci: drop unused parameter from mci_switch()Uwe Kleine-König2018-01-221-1/+1
| * usbgadget: Update command help textSascha Hauer2018-01-111-7/+7
* | commands/Kconfig: Fix tpyoUwe Kleine-König2018-01-221-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2018-01-056-92/+132
|\
| * commands: Add ip_route_add commandSascha Hauer2017-12-153-0/+107
| * net: remove "current" network deviceSascha Hauer2017-12-142-67/+0
| * net: dhcp: reworkSascha Hauer2017-12-141-12/+3
| * net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-3/+17
| * driver: Add device_detect_all() functionSascha Hauer2017-12-011-3/+1
| * detect command: Drop -e optionSascha Hauer2017-12-011-13/+10
* | Merge branch 'for-next/misc'Sascha Hauer2018-01-052-2/+2
|\ \
| * | nv: add device parameter overwrites to completion listSascha Hauer2017-11-232-2/+2
* | | commands/miitool: Allow specifying PHY by their full pathAndrey Smirnov2017-12-061-2/+4
* | | commands: miitool: Constify 'phydevname' in mdiobus_show()Andrey Smirnov2017-12-061-1/+2
|/ /
* | Merge branch 'for-next/nv'Sascha Hauer2017-11-131-16/+29
|\ \
| * | command: nv: rewrap help text linesEnrico Jorns2017-11-031-3/+3
| * | commands: nv: adjust command helpEnrico Jorns2017-11-031-5/+5
| * | commands: nv: assure error code will be returned when an error occurredEnrico Jorns2017-11-031-4/+14
| * | commands: nv: call nvvar_print() only if no argument is givenEnrico Jorns2017-11-031-4/+5
| * | commands: nv: fail with verbose message if invoked without argsEnrico Jorns2017-11-031-1/+3
| |/
* | commands: spi: do not restrict spi's data to be hex-formattedUlrich Ölmann2017-10-231-1/+1
* | commands: i2c: do not restrict i2c_write's data to be hex-formattedUlrich Ölmann2017-10-231-1/+1
|/
* Merge branch 'for-next/usbgadget'Sascha Hauer2017-10-191-2/+18
|\
| * fastboot command: Add -b option to export bbu handlersSascha Hauer2017-09-271-2/+7
| * usbgadget command: catch errors when parsing the file listSascha Hauer2017-09-271-0/+11
* | fbtest: add gradients patternNikita Yushchenko2017-10-161-2/+108
* | fbtest: add solid patternNikita Yushchenko2017-10-161-2/+12
|/
* Merge branch 'for-next/state'Sascha Hauer2017-09-081-2/+4
|\
| * state command: extend help part IIJuergen Borleis2017-09-061-1/+2
| * state command: extend help part IJuergen Borleis2017-09-061-2/+3
* | loadxy: add missing ) to help textUwe Kleine-König2017-08-151-2/+2
|/
* Merge branch 'for-next/mmc'Lucas Stach2017-07-311-1196/+1608
|\
| * mmc_extcsd command: reworkSascha Hauer2017-07-061-1185/+1598
| * mmc_extcsd command: Fix multiline printsSascha Hauer2017-07-061-15/+14
* | readlink: Improve -f handlingIan Abbott2017-07-061-7/+12
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-06-146-11/+14
|\
| * commands: mount: mention file loop mounts in the help textPhilipp Zabel2017-06-061-0/+1
| * commands: mount: combine dev and devstr, which are the samePhilipp Zabel2017-06-011-7/+5
| * true: make true_aliases[] constIan Abbott2017-05-191-1/+1
| * test: make test_aliases[] constIan Abbott2017-05-191-1/+1
| * help: make help_aliases[] constIan Abbott2017-05-191-1/+1
| * edit: make edit_aliases[] constIan Abbott2017-05-191-1/+1