summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-023-20/+5
|\
| * OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-203-19/+4
| * OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-1/+1
* | Merge branch 'for-next/usb'Sascha Hauer2013-07-011-7/+3
|\ \
| * | usb: move scanned status into coreSascha Hauer2013-06-211-7/+3
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-07-011-1/+16
|\ \
| * | detect command: Add -a option to detect all devicesSascha Hauer2013-06-211-1/+16
* | | Merge branch 'for-next/memtest'Sascha Hauer2013-07-013-304/+207
|\ \ \
| * | | commands: add new memtest commandAlexander Aring2013-06-083-0/+264
| * | | memtest: remove memtest commandAlexander Aring2013-06-053-361/+0
| | |/ | |/|
* | | Merge branch 'for-next/debug'Sascha Hauer2013-07-011-4/+0
|\ \ \
| * | | remove unused debug Kconfig optionsSascha Hauer2013-06-231-4/+0
| |/ /
* | | Merge branch 'for-next/bootm'Sascha Hauer2013-07-012-276/+6
|\ \ \
| * | | bootm: factor out code to make it usable from CSascha Hauer2013-06-192-276/+6
| |/ /
* / / ubiformat: check file sizeJan Weitzel2013-06-241-0/+5
|/ /
* / Remove a redundant line.Masaki Muranaka2013-06-031-1/+0
|/
* Merge branch 'for-next/of'Sascha Hauer2013-06-021-5/+1
|\
| * bootm: Print internal devicetree information without verboseSascha Hauer2013-05-311-1/+1
| * bootm: make sure to print fixed oftreeSascha Hauer2013-05-311-4/+0
* | devices: add detect mechanismSascha Hauer2013-05-313-0/+87
|/
* commands/mem.c: drop non used DEVMEMJean-Christophe PLAGNIOL-VILLARD2013-05-081-2/+0
* Merge branch 'for-next/misc'Sascha Hauer2013-05-063-9/+4
|\
| * Don't honor initrd load addressSascha Hauer2013-05-041-3/+0
| * bootm: Simplify initrd address handlingUwe Kleine-König2013-05-041-4/+2
| * commands: the crc command is actually called crc32Jan Luebbe2013-04-161-2/+2
| * commands: i2c: change 0X to 0xJan Luebbe2013-04-091-1/+1
* | Merge branch 'for-next/memory-commands'Sascha Hauer2013-05-069-514/+797
|\ \
| * | Add memory modify command (mm)Sascha Hauer2013-04-173-0/+126
| * | memory commands: separate into one file per commandSascha Hauer2013-04-178-433/+660
| * | memory commands: make rw_buf globalSascha Hauer2013-04-171-9/+9
| * | memory commands: cleanup initializationSascha Hauer2013-04-171-8/+3
| * | Use a common define for RW_BUF_SIZESascha Hauer2013-04-171-1/+0
| * | memory commands: move memory_display to separate fileSascha Hauer2013-04-171-68/+0
| * | memory commands: export common functionsSascha Hauer2013-04-171-2/+6
| |/
* | of: property: fix error messageSteffen Trumtrar2013-04-261-2/+2
* | ubimkvol: Typo fixAlexander Shiyan2013-04-221-1/+1
|/
* Merge branch 'for-next/oftree'Sascha Hauer2013-04-045-53/+78
|\
| * of: remove unused libfdtSascha Hauer2013-03-064-5/+1
| * bootm: Pass unflattened devicetree to handlersSascha Hauer2013-03-061-15/+9
| * of_property command: Fix crash with empty property valueSascha Hauer2013-03-061-2/+8
| * of_* commands: print usage when insufficient arguments are givenSascha Hauer2013-03-062-0/+6
| * bootm: Use of_print_nodes instead of fdt_printSascha Hauer2013-03-061-3/+3
| * of: Pass barebox internal format devicetree to of_get_fixed_treeSascha Hauer2013-03-061-1/+8
| * oftree command: retire CMD_OFTREE_PROBE Kconfig optionSascha Hauer2013-03-062-8/+1
| * of: make OFDEVICE a user selectable optionSascha Hauer2013-03-061-3/+0
| * oftree command: Use of_print_nodesSascha Hauer2013-03-061-3/+10
| * of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-063-4/+18
| * of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-1/+13
| * of_node command: use of_create_nodeSascha Hauer2013-03-061-17/+10
* | Merge branch 'for-next/mtd'Sascha Hauer2013-04-041-23/+25
|\ \