summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: digest: mark signature argument as constMarc Kleine-Budde2015-05-262-10/+10
* tlsf malloc: enable 64bit support on 64bit architecturesSascha Hauer2015-05-221-1/+5
* ubiformat: fix argument parserAlexander Richter2015-05-201-1/+1
* Abolish cpu_read* and cpu_write* accessorsMasahiro Yamada2015-05-206-22/+14
* mtd: nand: Fix format specifierSascha Hauer2015-05-151-2/+2
* mtd: Fix function prototypeSascha Hauer2015-05-151-1/+1
* mem: Fix memcpy_sz variable typesSascha Hauer2015-05-151-8/+5
* i2c: Use correct format specifierSascha Hauer2015-05-151-1/+1
* xfuncs: remove debugging outputSascha Hauer2015-05-151-4/+0
* console: use regular malloc for log messagesSascha Hauer2015-05-151-3/+11
* Documentation: booting linux: improve doc textRobert Schwebel2015-05-151-6/+7
* startup: introduce postenvironment_initcallSascha Hauer2015-05-153-11/+23
* watchdog: add static inline no-ops if WD is disabledMarc Kleine-Budde2015-05-151-0/+17
* fdt: of_unflatten_dtb(): remove left over "root" argument from inline docMarc Kleine-Budde2015-05-151-1/+0
* ARM: i.MX5: Add missing CONFIG_ prefix in testSascha Hauer2015-05-071-1/+1
* Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-0653-188/+188
|\
| * of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-3053-188/+188
* | Merge branch 'for-next/mvebu'Sascha Hauer2015-05-0627-65/+671
|\ \
| * | ARM: Add Lenovo ix4 and related drivers to mvebu_defconfigSebastian Hesselbarth2015-04-271-1/+4
| * | ARM: mvebu: armada-xp: Add Lenovo Iomega ix4-300dSebastian Hesselbarth2015-04-278-0/+72
| * | ARM: mvebu: armada-xp: Sort boards and images alphabeticallySebastian Hesselbarth2015-04-272-15/+15
| * | ARM: mvebu: armada-xp: Use MBUS_ERR_PROP_EN defineSebastian Hesselbarth2015-04-271-3/+3
| * | ARM: mvebu: armada-xp: Limit PUP access to Armada XPSebastian Hesselbarth2015-04-272-6/+15
| * | ARM: mvebu: armada-xp: Fixup broken MV78230-A0 SoC IDSebastian Hesselbarth2015-04-272-4/+86
| * | ARM: mvebu: Move PCIe register defines to socid.hSebastian Hesselbarth2015-04-272-4/+5
| * | bus: mvebu-mbus: Convert mbus platform driver to direct driverSebastian Hesselbarth2015-04-275-13/+6
| * | bus: mvebu-mbus: Drop device referenceSebastian Hesselbarth2015-04-271-14/+14
| * | bus: mvebu-mbus: Remove coherency attributeSebastian Hesselbarth2015-04-271-6/+0
| * | spi: Add SPI GPIO bitbang driverSebastian Hesselbarth2015-04-274-0/+281
| * | spi: ath79: move spidelay from spi-bitbang-txrxSebastian Hesselbarth2015-04-272-2/+2
| * | gpio: Add driver for 74x164 compatible shift-registersSebastian Hesselbarth2015-04-273-0/+140
| * | net: phy: Support Marvell 88E1318S PHYSebastian Hesselbarth2015-04-271-0/+31
| * | ARM: highbank: select OFTREELucas Stach2015-04-271-0/+1
* | | Merge branch 'for-next/misc'Sascha Hauer2015-05-0629-132/+215
|\ \ \
| * | | setenv: Be more informative when device parameter setting failsSascha Hauer2015-05-041-5/+7
| * | | usb: increase USB_CNTL_TIMEOUT to match linuxSteffen Trumtrar2015-05-042-3/+3
| * | | mtd: of_mtd_fixup(): fix given DT not the default oneMarc Kleine-Budde2015-05-011-1/+1
| * | | net: fec: Fix RGMII-IDMarkus Pargmann2015-05-011-1/+4
| * | | PCI: imx6: simplify config access codeLucas Stach2015-05-011-9/+2
| * | | checkpatch: add DT compatible string documentation checksAntony Pavlov2015-04-281-0/+35
| * | | linux/amba/bus.h: drop unusable amba_{g,s}et_drvdata macrosAntony Pavlov2015-04-281-3/+0
| * | | net: usb: asix: Add D-link DUB-E100 H/W Ver C1 supportMayur Nande2015-04-281-0/+4
| * | | of_path: of_find_path(): add possibility to return .bb deviceMarc Kleine-Budde2015-04-234-23/+14
| * | | ubi: cdev: remove trailing newline from debug messagesMarc Kleine-Budde2015-04-231-7/+7
| * | | timeout: factor out wait-for-key-press loop into separate fileMarc Kleine-Budde2015-04-234-49/+92
| * | | command: timeout: add documentation for option '-v'Marc Kleine-Budde2015-04-231-1/+2
| * | | command: timeout: remove unhandled '-t' optionMarc Kleine-Budde2015-04-231-1/+1
| * | | firmware: socfpga: Fix a bug in fpgamgr_program_write_buf()Andrey Smirnov2015-04-231-1/+15
| * | | firmware: socfpga: Add necessary dependency to KconfigAndrey Smirnov2015-04-211-1/+1
| * | | i2c: mv64xxx: continue probe when clock-frequency is missingAntony Pavlov2015-04-171-2/+1