summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* common: password: make use of get_crypto_bytesOleksij Rempel2017-03-301-1/+5
* crypto: caam - fix RNG buffer cache alignmentOleksij Rempel2017-03-301-1/+3
* fs: add prng deviceOleksij Rempel2017-03-301-0/+29
* caamrng: port to hwrng frameworkOleksij Rempel2017-03-302-28/+13
* lib: random: add get_crypto_bytes interface and use HWRNG if posssibleOleksij Rempel2017-03-303-0/+62
* drivers: add simple hw_random implementationSteffen Trumtrar2017-03-306-0/+181
* openrisc: fix call to restart_handler_register_fnFranck Jullien2017-03-301-1/+1
* console: fix usbserial re-connectAlexander Kurz2017-03-291-1/+3
* console: console_get_by_name: do not strcmp NULLAlexander Kurz2017-03-291-1/+1
* state: backend circular: Fix wrong commentSascha Hauer2017-03-271-1/+1
* usb_kbd: release all keys on error / disconnectPeter Mamonov2017-03-241-0/+11
* state: bucket_circular: -EUCLEAN means data could be readSascha Hauer2017-03-231-1/+1
* state: bucket_cached: Fix reading pages which need cleanupSascha Hauer2017-03-231-4/+4
* mtd: fix reading data from page that needs cleanupSascha Hauer2017-03-231-4/+3
* ARM: mvebu: only build kwbootimage support if BOOTM is enabledLucas Stach2017-03-221-1/+1
* ATA: mvebu: select DISK_ATALucas Stach2017-03-221-0/+1
* ARM: add AFLAGS for secure monitor filesLucas Stach2017-03-221-0/+2
* ARM: dts: i.MX7 WaRP7: remove wdog1 pinctrl workaroundAlexander Kurz2017-03-201-17/+0
* ARM: i.MX7: Kconfig: ARCH_IMX7 selects PINCTRL_IMX_IOMUX_V3Alexander Kurz2017-03-201-0/+1
* efi: clocksoure: make sure the meassured frequency is validMichael Olbrich2017-03-151-0/+4
* arm: baltos: define baltos_sram_init() return type as voidYegor Yefremov2017-03-131-1/+1
* fix: console: expose consoles in devfsJean-Christophe PLAGNIOL-VILLARD2017-03-131-1/+1
* Merge branch 'for-next/video'Sascha Hauer2017-03-1315-38/+3404
|\
| * video: make enable/disable ops optionalJean-Christophe PLAGNIOL-VILLARD2017-03-101-2/+4
| * video: call fb_[en|dis]able instead of fops directlySascha Hauer2017-03-101-3/+5
| * video: add support for Solomon SSD1307 OLED controller familyBastian Stender2017-03-063-0/+572
| * fb: introduce flush for virtual framebufferBastian Stender2017-02-284-0/+32
| * console: expose consoles in devfsBastian Stender2017-02-282-0/+56
| * console: replace set_active by open/closeBastian Stender2017-02-284-23/+85
| * fbconsole: implement vt100 cursor shown/hiddenBastian Stender2017-02-281-5/+50
| * fbconsole: check cursor position before movingBastian Stender2017-02-281-2/+5
| * lib/fonts: add VGA8x8 fontBastian Stender2017-02-243-0/+2592
| * 2d-primitives: check dimensions in __illuminateBastian Stender2017-02-241-0/+3
| * graphic_utils: do not allocate info in fb_openBastian Stender2017-02-241-3/+0
| * graphic_utils: implement 8 bpp color depth in gu_set_pixelBastian Stender2017-02-241-0/+1
* | Merge branch 'for-next/usb'Sascha Hauer2017-03-133-8/+36
|\ \
| * | usb: gadget: properly release f_multi_optsSascha Hauer2017-03-093-8/+31
| * | usb: gadget: print a meaningful error messageSascha Hauer2017-03-091-0/+5
* | | Merge branch 'for-next/rpi'Sascha Hauer2017-03-1326-293/+326
|\ \ \
| * | | ARM: rpi: switch to DT probe and multi-image buildLucas Stach2017-03-0214-173/+87
| * | | ARM: rpi: move debug UART base selection to KconfigLucas Stach2017-03-022-1/+25
| * | | ARM: rpi: always build relocatable imageLucas Stach2017-03-022-1/+2
| * | | mci-bcm2835: enable devicetree probingEnrico Joerns2017-03-021-0/+9
| * | | clocksource: bcm2835: use clock-frequency property when availableEnrico Joerns2017-03-021-13/+22
| * | | ARM: rpi: convert watchdog/reset to regular driverLucas Stach2017-03-026-21/+85
| * | | ARM: rpi: convert mailbox interface to regular driverLucas Stach2017-03-025-20/+63
| * | | ARM: rpi: move model detection before console initLucas Stach2017-03-021-2/+2
| * | | ARM: rpi: move model initialisation to rpi-commonEnrico Joerns2017-03-025-79/+48
* | | | Merge branch 'for-next/mvebu'Sascha Hauer2017-03-1329-294/+538
|\ \ \ \
| * | | | i2c: mv64xxx: simplify mv64xxx_i2c_wait_for_completionBastian Stender2017-03-021-21/+8