summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* state: replace len_hint logicSascha Hauer2017-03-316-17/+21
* state: simplify direct backendSascha Hauer2017-03-311-131/+14
* state: drop lazy_initSascha Hauer2017-03-314-60/+6
* state: backend_circular: Read whole PEBSascha Hauer2017-03-311-10/+8
* state: storage: initialize variable once outside loopSascha Hauer2017-03-311-4/+6
* state: pass struct state * to storage functionsSascha Hauer2017-03-313-7/+5
* state: remove unnecessary argument from state_format_initSascha Hauer2017-03-311-7/+6
* state: open code state_backend_init in callerSascha Hauer2017-03-311-57/+13
* state: merge backend.c into state.cSascha Hauer2017-03-314-190/+161
* state: Drop backend as extra struct typeSascha Hauer2017-03-313-59/+46
* state: backend: remove len_hint argument from state_storage_readSascha Hauer2017-03-313-7/+4
* state: backend: remove .get_packed_lenSascha Hauer2017-03-312-5/+0
* state: Use positive logicSascha Hauer2017-03-311-7/+7
* state: Make pointing to the backend using a phandle the only supported methodSascha Hauer2017-03-312-19/+29
* of: of_path: add of_find_node_by_devpath()Sascha Hauer2017-03-312-0/+108
* of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-313-1/+6
* of: partitions: flag partitions from a partition tableSascha Hauer2017-03-313-2/+9
* of: partition: only create partition node when partitions existSascha Hauer2017-03-311-1/+8
* fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-314-6/+8
* fs: devfs-core: remove unused codeSascha Hauer2017-03-311-68/+0
* of: partition: Make partition fixup independent from mtd devicesSascha Hauer2017-03-311-18/+27
* cdev: Collect partitions on listSascha Hauer2017-03-312-0/+9
* of: partition: support 64bit partition sizesSascha Hauer2017-03-301-4/+13
* mtd: of: Make used partition binding configurableSascha Hauer2017-03-302-7/+78
* of: partition: Move of_mtd_fixup to drivers/of/Sascha Hauer2017-03-303-62/+78
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-308-26/+15
* of: Add of_property_write_string()Sascha Hauer2017-03-302-0/+30
* 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