summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* console: When deactivating a console, flush it firstSascha Hauer2015-07-231-0/+3
* mtd: of: put master offset into partition nameSascha Hauer2015-07-231-2/+2
* ARM: i.MX6: clarify usage of /dev/imx-ocotpStefan Christ2015-07-201-2/+4
* mtd: core: Check partitions for empty stringTeresa Remmet2015-07-201-0/+3
* sandbox: Update defconfigSascha Hauer2015-07-201-0/+63
* ARM: AM335x: dts: Fix wrong GPMC size mapping for omapsDaniel Schultz2015-07-163-6/+6
* regulator: Add support for regulator-boot-on device tree propertySascha Hauer2015-07-152-0/+16
* regulator: Factor out functions to work with regulator_internalSascha Hauer2015-07-151-41/+45
* of/base: fix typoJan Luebbe2015-07-091-1/+1
* spi: only register enabled child nodesJan Luebbe2015-07-091-1/+1
* i2c: only register enabled child nodesJan Luebbe2015-07-091-1/+1
* ARM: am33xx: netboot use ramfsJan Remmet2015-07-082-4/+27
* socfpga_mkimage: Fix/clarify error messageSascha Hauer2015-07-081-2/+2
* build: update compiler*.h to newest versionsAlexey Galakhov2015-07-066-131/+314
* digest: digest doesn't return an error if the signature length is incorrectPhilippe Leduc2015-07-061-2/+3
* Merge branch 'for-next/blspec'Sascha Hauer2015-07-0614-1/+166
|\
| * blspec: Automatically append rootargSascha Hauer2015-06-182-1/+35
| * fs: nfs: Implement Linux rootargSascha Hauer2015-06-182-0/+37
| * fs: ubifs: Implement Linux rootargSascha Hauer2015-06-183-0/+25
| * fs: Add device parameter for Linux root= optionSascha Hauer2015-06-182-0/+41
| * cdev: Add partuuid string to struct cdevSascha Hauer2015-06-184-0/+9
| * Add globalvar_add_simple_string functionSascha Hauer2015-06-181-0/+19
* | Merge branch 'for-next/state'Sascha Hauer2015-07-035-19/+229
|\ \
| * | state: fixup: only export default value during fixup if setMarc Kleine-Budde2015-06-261-8/+19
| * | state: add support for fixed length stringsMarc Kleine-Budde2015-06-262-4/+167
| * | state: struct variable_type::import: remove const from node argumentMarc Kleine-Budde2015-06-181-4/+4
| * | xfuncs: import xstrndup() from busyboxMarc Kleine-Budde2015-06-182-0/+23
| * | parameter: allow setting of string parameters of zero lengthMarc Kleine-Budde2015-06-181-1/+1
| * | state: uint8: add range check for uint8Marc Kleine-Budde2015-06-171-2/+15
| * | state: uint8: use %u as format stringMarc Kleine-Budde2015-06-171-1/+1
* | | Merge branch 'for-next/pwm'Sascha Hauer2015-07-0313-13/+554
|\ \ \
| * | | PWM: Add MXS PWM supportSascha Hauer2015-06-123-0/+181
| * | | PWM: Allow multiple PWMs per device nodeSascha Hauer2015-06-122-3/+6
| * | | ARM: i.MX28: Add PWM clk supportSascha Hauer2015-06-122-0/+2
| * | | video: Add PWM backlight supportSascha Hauer2015-06-123-0/+208
| * | | video: Add backlight supportSascha Hauer2015-06-124-0/+115
| * | | video: stmfb: Add device tree supportSascha Hauer2015-06-121-10/+42
* | | | Merge branch 'for-next/omap'Sascha Hauer2015-07-0327-91/+1468
|\ \ \ \
| * | | | ARM: beagleboard: Move to multiimage supportSascha Hauer2015-07-0213-53/+132
| * | | | ARM: add a machine number mechanism for boarddataSascha Hauer2015-07-022-17/+53
| * | | | bus: omap-gpmc: Add Generic device supportSascha Hauer2015-07-021-0/+142
| * | | | of: export of_platform_device_createSascha Hauer2015-07-022-1/+3
| * | | | bus: omap-gpmc: fix wrong bit settingSascha Hauer2015-07-021-1/+1
| * | | | ARM: OMAP: Add omap3 USB loader toolSascha Hauer2015-07-027-2/+1134
| * | | | ARM: OMAP3: Change DSS divider to the one U-Boot usesSascha Hauer2015-07-021-1/+1
| * | | | ARM: OMAP: remove unused CONFIG_OMAP3_CLOCK_CONFIG optionSascha Hauer2015-06-224-16/+2
* | | | | Merge branch 'for-next/net'Sascha Hauer2015-07-032-25/+35
|\ \ \ \ \
| * | | | | dns: handle incoming packets in the separate dns_recv() functionAntony Pavlov2015-07-011-4/+9
| * | | | | tftp_recv(): handle opcode field in a more natural wayAntony Pavlov2015-06-291-8/+7
| * | | | | tftp_recv(): according to RFC1350 minimal tftp packet length is 4 bytesAntony Pavlov2015-06-291-3/+2