summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
| * ubiformat: Use mtd-peb APISascha Hauer2016-04-061-91/+100
| * mtd: nand: Add option to print bbt in nand commandSascha Hauer2016-03-151-11/+40
| * mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-5/+29
* | commands: nandtest: Fix wrong format specifierSascha Hauer2016-03-301-1/+1
|/
* Merge branch 'for-next/mtd'Sascha Hauer2016-03-111-2/+7
|\
| * mtd: core: check offset in mtd_block_markbadStefan Christ2016-02-231-2/+7
* | Merge branch 'for-next/misc'Sascha Hauer2016-03-114-1/+92
|\ \
| * | commands: Add of_fixup_statusTeresa Remmet2016-03-013-0/+91
| * | commands: magicvar: make locally used magicvar_find() staticAntony Pavlov2016-02-241-1/+1
| |/
* / commands: of_dump: Add description for -n optionSascha Hauer2016-02-121-1/+2
|/
* Merge branch 'for-next/net'Sascha Hauer2016-02-081-28/+96
|\
| * miitool: Add code to register a PHYAndrey Smirnov2016-02-041-18/+76
| * miitool: Don't print negative parent IDsAndrey Smirnov2016-02-031-2/+3
| * miitool: Fix PHY argument handlingAndrey Smirnov2016-02-031-8/+17
* | Merge branch 'for-next/misc'Sascha Hauer2016-02-082-6/+8
|\ \
| * | Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-152-6/+8
| |/
* | bootm: add initial FIT supportJan Luebbe2016-01-261-0/+25
* | bootm: make verifying/hashing configurableSascha Hauer2016-01-261-3/+9
* | bootm: Initialize bootm_data defaults in single placeSascha Hauer2016-01-262-38/+7
* | bootm: Push dryrun to handlersSascha Hauer2016-01-261-3/+0
|/
* Merge branch 'for-next/rtc'Sascha Hauer2016-01-111-8/+32
|\
| * commands/hwclock: Check return value of rtc_read_time()Andrey Smirnov2016-01-071-2/+4
| * hwclock: Allow to set hwclock from sntpSascha Hauer2016-01-071-1/+26
| * hwclock command: forward return value of rtc_set_timeSascha Hauer2016-01-071-2/+1
| * hwclock command: use format like the Linux tool doesSascha Hauer2016-01-071-3/+1
* | Merge branch 'for-next/misc'Sascha Hauer2016-01-111-2/+5
|\ \
| * | devfs: Add symlink supportSascha Hauer2016-01-081-2/+5
* | | Merge branch 'for-next/gcc5'Sascha Hauer2016-01-111-3/+2
|\ \ \ | |/ / |/| |
| * | ubiformat: fix the subpage size hint on the error pathSascha Hauer2015-12-101-3/+2
| |/
* / memtest: fix missing arguments in help stringAlexander Aring2016-01-041-1/+1
|/
* Merge branch 'for-next/state'Sascha Hauer2015-12-081-14/+5
|\
| * state: disable load commandEnrico Jorns2015-11-271-14/+5
* | Merge branch 'for-next/misc'Sascha Hauer2015-12-082-4/+7
|\ \
| * | readline: Kconfig: fix typoWjatscheslaw Stoljarski2015-11-231-2/+2
| * | ls: fix exitcodeSascha Hauer2015-11-171-2/+5
| |/
* | Merge branch 'for-next/i2c'Sascha Hauer2015-12-081-19/+37
|\ \
| * | i2c_probe: Make command easier to work withSascha Hauer2015-11-191-19/+37
| |/
* | Merge branch 'for-next/console'Sascha Hauer2015-12-082-28/+56
|\ \
| * | loads: Use putchar rather than console_putcSascha Hauer2015-11-171-3/+3
| * | loadb: Allow to specify device to useSascha Hauer2015-11-171-5/+18
| * | loadb: deactivate console before using it for loadbSascha Hauer2015-11-171-3/+9
| * | loadb: Use local cdevSascha Hauer2015-11-171-17/+26
| |/
* / ARM: Remove do_execute and thumb2_executeTrent Piepho2015-12-071-4/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-11-065-12/+97
|\
| * edit: return error when save_file failedEnrico Jorns2015-11-051-2/+3
| * edit: handle write() call errors in save_file()Enrico Jorns2015-11-051-3/+12
| * loadb: add missing brackets in helpAlexander Aring2015-10-271-2/+2
| * of_dump: Add option to print node names onlySascha Hauer2015-10-261-2/+19
| * commands: clk_dump: use COMMAND_SUCCESS instead of 0 return codeAntony Pavlov2015-10-261-2/+2
| * commands: add clk_get_rate commandAntony Pavlov2015-10-221-0/+55