summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
| * commands: add ':' as alias for 'true'Ian Abbott2017-05-171-0/+3
| * commands: usbgadget: update fastboot help textOleksij Rempel2017-05-081-1/+2
* | ls: Fix showing links to directoriesSascha Hauer2017-05-111-10/+16
* | fs: Implement links to directoriesSascha Hauer2017-05-111-1/+1
|/
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-051-1/+2
|\
| * parameter: Give device parameters typesSascha Hauer2017-04-101-1/+2
* | Merge branch 'for-next/misc'Sascha Hauer2017-05-051-0/+1
|\ \
| * | commands: add spd_decode to the 'hardware manipulation' groupAntony Pavlov2017-04-281-0/+1
| |/
* | commands: basename: Use posix_basename()Sascha Hauer2017-04-191-1/+1
* | cp: Use posix_basename() on source argumentSascha Hauer2017-04-191-1/+2
|/
* Merge branch 'for-next/state'Sascha Hauer2017-04-074-4/+124
|\
| * state: Allow to load without authentificationSascha Hauer2017-03-311-4/+12
| * commands: state: allow loading state with -lSascha Hauer2017-03-311-4/+9
| * commands: implement keystore commandSascha Hauer2017-03-313-0/+107
* | Merge branch 'for-next/mtd'Sascha Hauer2017-04-071-0/+4
|\ \
| * | mtd: when creating bitflips the offset has to be page alignedSascha Hauer2017-03-301-0/+4
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-074-12/+21
|\ \
| * | commands: digest: show area info only if necessaryAntony Pavlov2017-04-061-3/+11
| * | commands: usbgadget: provide fallback to global variablesOleksij Rempel2017-03-311-3/+8
| * | poweroff: Allow to register poweroff handlersSascha Hauer2017-03-302-6/+2
| |/
* | Merge branch 'for-next/led'Sascha Hauer2017-04-072-26/+72
|\ \
| * | led-trigger: Allow multiple led triggers of the same typeSascha Hauer2017-03-301-25/+29