summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gpio: move active state function stubs to GPIOLIBLucas Stach2017-07-101-5/+6
* Revert "param: fix stub prototype of dev_add_param"Lucas Stach2017-07-061-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2017-06-143-2/+13
|\
| * fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-062-0/+3
| * cdev: make file operations constPhilipp Zabel2017-06-011-1/+1
| * commands: allow <cmd>_aliases[] to be constIan Abbott2017-05-191-1/+1
| * fs: Create automount entries for the default mount pathesSascha Hauer2017-05-101-0/+8
* | Merge branch 'for-next/gpio'Sascha Hauer2017-06-141-0/+25
|\ \
| * | gpiolib: Add code to support "active low" GPIOsAndrey Smirnov2017-06-061-0/+25
* | | Merge branch 'for-next/directory-links'Sascha Hauer2017-06-141-1/+2
|\ \ \
| * | | fs: Implement links to directoriesSascha Hauer2017-05-111-1/+2
| | |/ | |/|
* | | Revert "globalvar: remove code for unqualified globalvars"Sascha Hauer2017-06-131-0/+1
* | | Revert "globalvar: make globalvar functions more consistent"Sascha Hauer2017-06-131-96/+13
* | | Revert "param: remove unnecessary device_d * argument"Sascha Hauer2017-06-131-5/+6
| |/ |/|
* | param: fix stub prototype of dev_add_paramLucas Stach2017-05-171-2/+2
|/
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-056-57/+252
|\
| * param: remove unnecessary device_d * argumentSascha Hauer2017-04-111-6/+5
| * globalvar: make globalvar functions more consistentSascha Hauer2017-04-111-13/+96
| * param: make parameter functions more consistentSascha Hauer2017-04-111-37/+132
| * mtd: use dev_add_param_stringSascha Hauer2017-04-111-0/+1
| * mtd: nand: use dev_add_param_enumSascha Hauer2017-04-111-0/+1
| * console: Use dev_add_param_stringSascha Hauer2017-04-111-1/+1
| * lib: implement simple_strtollSascha Hauer2017-04-111-0/+1
| * parameter: Give device parameters typesSascha Hauer2017-04-101-0/+15
* | Merge branch 'for-next/libgen'Sascha Hauer2017-05-051-0/+1
|\ \
| * | libgen: implement posix_basenameSascha Hauer2017-04-191-0/+1
| |/
* | Merge branch 'for-next/arm'Sascha Hauer2017-05-051-1/+1
|\ \
| * | mtd: spi-nor: cadence: change devicetree bindings to upstreamSteffen Trumtrar2017-04-191-1/+1
| |/
* / param: fix stub prototype const annotationLucas Stach2017-04-261-1/+1
|/
* Merge branch 'for-next/state'Sascha Hauer2017-04-072-0/+5
|\
| * state: Allow to load without authentificationSascha Hauer2017-03-311-0/+1
| * keystore: implement forgetting secretsSascha Hauer2017-03-311-0/+4
* | Merge branch 'for-next/ofpart'Sascha Hauer2017-04-073-1/+19
|\|
| * of: of_path: add of_find_node_by_devpath()Sascha Hauer2017-03-311-0/+1
| * of: partitions: flag partitions from a partition tableSascha Hauer2017-03-311-0/+1
| * fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-311-1/+1
| * cdev: Collect partitions on listSascha Hauer2017-03-311-0/+1
| * mtd: of: Make used partition binding configurableSascha Hauer2017-03-301-0/+1
| * of: partition: Move of_mtd_fixup to drivers/of/Sascha Hauer2017-03-301-0/+6
| * of: Add of_property_write_string()Sascha Hauer2017-03-301-0/+8
* | Merge branch 'for-next/nvmem'Sascha Hauer2017-04-072-0/+143
|\ \
| * | drivers: add nvmem framework from kernelSteffen Trumtrar2017-03-302-0/+143
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-078-24/+53
|\ \
| * | globalvar: remove code for unqualified globalvarsSascha Hauer2017-04-071-1/+0
| * | globalvar: remove unused globalvar_add()Sascha Hauer2017-04-071-12/+0
| * | bootchooser: export bootchooser_bootSascha Hauer2017-04-061-0/+2
| * | bootchooser: register as bootentry providerSascha Hauer2017-04-061-2/+0
| * | boot: Allow to register boot entry providersSascha Hauer2017-04-061-0/+2
| * | ata: ide-sff: add LBA48 supportAntony Pavlov2017-03-301-0/+3
| * | clk: No-op CLK_OF_DECLARE if not enabledAndrey Smirnov2017-03-301-6/+25