summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-0223-23/+0
* read_file_2(): drop unnecessary 'else'Alexander Smirnov2015-07-021-2/+2
* parameter: always build MAC dev param functionsLucas Stach2015-07-021-2/+0
* net: Move library functions to net/lib.cSascha Hauer2015-07-023-78/+110
* commands: digest: fix harmless warningLucas Stach2015-06-291-1/+1
* mtd: m25p80: make flash_name constSascha Hauer2015-06-291-7/+4
* mtd: Make devname argument to add_mtd_device constSascha Hauer2015-06-295-5/+5
* ARM: tegra: jump to maincluster earlierLucas Stach2015-06-292-9/+9
* ARM: pxa: move lubbock TEXTBASE to KconfigLucas Stach2015-06-262-1/+1
* ARM: socfpga: add default ARCH_TEXT_BASELucas Stach2015-06-262-36/+38
* MCI: pxa: depend on right symbolLucas Stach2015-06-261-1/+1
* usb: gadget: pxa27x: depend on right symbolLucas Stach2015-06-261-1/+1
* ARM: OMAP: Add max file size for PBLX imagesWadim Egorov2015-06-261-0/+1
* images: Add file size check for PBLX filesWadim Egorov2015-06-262-0/+12
* image_renderer: Use read_file_2Sascha Hauer2015-06-261-4/+4
* net: smc911x: Add device tree supportSascha Hauer2015-06-261-0/+6
* serial: ns16550: Fix reading clock-frequency propertySascha Hauer2015-06-261-7/+2
* arch/BCM47xx: remove bogus copy'n'paste commentJuergen Borleis2015-06-261-5/+0
* net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-263-9/+22
* net: Make set_ethaddr argument constSascha Hauer2015-06-2628-28/+28
* device parameters: sort alphabeticallySascha Hauer2015-06-181-1/+9
* mach-clps711: call shutdown_barebox instead of arch_shutdown in reset_cpuHerve Codina2015-06-171-1/+1
* mtd: m25p80: Whitespace cleanupSascha Hauer2015-06-171-11/+11
* crypto: digest: provide static inline no-ops if digest is disabledMarc Kleine-Budde2015-06-171-0/+11
* state: Documentation: fix dts code exampleMarc Kleine-Budde2015-06-171-3/+3
* state: Documentation: the backend properties are not optional (anymore)Marc Kleine-Budde2015-06-171-3/+0
* state: Documentation: add newly implemented "uint8" types.Marc Kleine-Budde2015-06-171-5/+5
* scripts/omap_signGP: Fix image size in GP headerWadim Egorov2015-06-171-0/+7
* Documentation: fix typoJuergen Borleis2015-06-161-1/+1
* memtest: skip memory region smaller than one pageRenaud Barbier2015-06-161-4/+8
* clk: of: fix clk_of_table generationSascha Hauer2015-06-112-2/+3
* Merge branch 'for-next/state'Sascha Hauer2015-06-098-117/+393
|\
| * state: add support for uint8 variablesJan Luebbe2015-06-031-0/+33
| * state: add some more error messagesJan Luebbe2015-06-031-5/+14
| * state: backend_raw: update documentation of struct state_backend_raw membersMarc Kleine-Budde2015-05-261-2/+2
| * state: backend_raw: add sanity check of data_len during loadMarc Kleine-Budde2015-05-261-0/+11
| * state: backend_raw: rename backend_raw_write_one() -> backend_raw_save_one()Marc Kleine-Budde2015-05-261-5/+5
| * state: backend_raw: factor out state_backend_raw_file_get_size() into separat...Marc Kleine-Budde2015-05-261-9/+64
| * state: backend_raw: properly align write and erase sizeMarc Kleine-Budde2015-05-261-7/+7
| * state: backend_raw: rename struct state_backend_raw::step -> strideMarc Kleine-Budde2015-05-261-8/+8
| * state: backend_raw: remove hard coded limit of two copiesMarc Kleine-Budde2015-05-261-5/+12
| * state: mtd_get_meminfo: make usage of mtd's meminfo compatible to linuxMarc Kleine-Budde2015-05-261-2/+2
| * state: mtd_get_meminfo: open path readonly instead of readwriteMarc Kleine-Budde2015-05-261-1/+1
| * arm/crypto: add generated sha256-core.S to gitignoreMarc Kleine-Budde2015-05-261-0/+1
| * habv4: habv4_get_status(): fix warning with no-op static inline functionMarc Kleine-Budde2015-05-261-1/+1
| * state: add fixup to copy state from barebox to kernel device treeMarc Kleine-Budde2015-05-261-7/+100
| * of: add a function to remove an of_fixupUwe Kleine-König2015-05-182-0/+20
| * state: backend: support phandle and of_path referencesMarc Kleine-Budde2015-05-153-20/+68
| * state: add functionality to export state descriptionMarc Kleine-Budde2015-05-151-23/+38
| * state: make state_release() non staticMarc Kleine-Budde2015-05-152-1/+2