summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2015-11-063-11/+13
|\
| * filetype: Use cdev_openSascha Hauer2015-10-151-1/+3
| * common/parser.c: Do not treat zero return code as errorAndrey Smirnov2015-10-151-8/+7
| * common/parser.c: Do not conflate error reporting disciplinesAndrey Smirnov2015-10-151-1/+2
| * common/command.c: Replace magic number with appropriate constantAndrey Smirnov2015-10-151-1/+1
* | Merge branch 'for-next/memtest'Sascha Hauer2015-11-061-94/+175
|\ \
| * | memtest: By default only test biggest regionSascha Hauer2015-11-041-0/+16
| * | memtest: move error handling to end of functionSascha Hauer2015-11-041-20/+17
| * | memtest: move ctrlc check / progress showing into separate functionSascha Hauer2015-11-041-16/+24
| * | memtest: Make comments single line when appropriateSascha Hauer2015-11-031-16/+5
| * | memtest: Make output more compactSascha Hauer2015-11-031-13/+7
| * | memtest: split tests in separate functionsSascha Hauer2015-11-031-35/+1
| * | rework remap_rangeSascha Hauer2015-11-031-3/+2
| * | memtest: move request/release regions to common/Sascha Hauer2015-10-271-0/+112
* | | hush: Add missing initialize_context() in some placesSascha Hauer2015-11-051-0/+6
* | | login: make some locally used functions staticSergey Koshechkin2015-11-021-6/+3
|/ /
* / common/Makefile: Add missing dependencySascha Hauer2015-10-161-0/+1
|/
* Merge branch 'for-next/usb'Sascha Hauer2015-10-071-0/+9
|\
| * common: clock: introduce mdelay_non_interruptible()Peter Mamonov2015-10-021-0/+9
* | Merge branch 'for-next/omap'Sascha Hauer2015-10-071-0/+37
|\ \
| * | detect_fs: use device instead of fileVicente Bergas2015-10-021-0/+37
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2015-10-072-4/+4
|\ \
| * | of_fix_tree: warn instead of fail when a fixup failsSascha Hauer2015-09-231-1/+2
| * | introduce strerrorpSascha Hauer2015-09-231-1/+1
| * | console: use int rather than uint in printf() and friendsMasahiro Yamada2015-09-071-3/+3
| |/
* | state: check return value of of_property_count_stringsSascha Hauer2015-09-291-0/+4
* | state: write names in enum32 variables to oftree againSascha Hauer2015-09-291-7/+7
* | of_fix_tree: do not fail when fixup failsSascha Hauer2015-09-241-4/+2
* | passwd: avoid NULL ptr usageLucas Stach2015-09-141-1/+2
* | of_fix_tree: Print error messageSascha Hauer2015-09-081-1/+4
|/
* Merge branch 'for-next/restart'Sascha Hauer2015-09-014-5/+142
|\
| * reset-source: Add some debugging aidsSascha Hauer2015-08-281-0/+4
| * reset-source: Allow different prioritiesSascha Hauer2015-08-281-1/+22
| * reset-source: Use globalvar_add_simple_enumSascha Hauer2015-08-271-4/+2
| * restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-273-1/+115
* | login: explain PASSWORD_DEFAULT optionSascha Hauer2015-08-281-1/+7
* | crypto: fix selecting of digestsSascha Hauer2015-08-281-4/+4
* | login: check return value of digest_allocSascha Hauer2015-08-281-0/+4
* | login: cleanup password codeSascha Hauer2015-08-281-39/+9
* | login: rework login mechanismSascha Hauer2015-08-287-46/+81
|/
* completion: fix device parameter completionSascha Hauer2015-08-071-16/+19
* Merge branch 'for-next/spd'Sascha Hauer2015-08-062-0/+300
|\
| * ddr_spd: add routine for printing DDR2 SPD contents in human-readable formatAlexander Smirnov2015-07-141-0/+296
| * common: move DDR_SPD to common/KconfigAlexander Smirnov2015-07-061-0/+4
* | Merge branch 'for-next/misc'Sascha Hauer2015-08-062-1/+8
|\ \
| * | state: fix missing newline in error messageJan Luebbe2015-08-031-1/+1
| * | state: handle write-protection in the raw backendJan Luebbe2015-08-031-0/+4
| * | console: When deactivating a console, flush it firstSascha Hauer2015-07-231-0/+3
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2015-08-062-13/+12
|\ \
| * | PBL: console: Make independent of DEBUG_LLSascha Hauer2015-07-311-12/+11