summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/socfpga'Sascha Hauer2016-01-112-5/+7
|\
| * socfpga: Allow setting partition xloader boots from for mmcTrent Piepho2015-12-142-5/+7
* | Merge branch 'for-next/rtc'Sascha Hauer2016-01-1113-9/+472
|\ \
| * | commands/hwclock: Check return value of rtc_read_time()Andrey Smirnov2016-01-071-2/+4
| * | rtc-lib: Check tm_wday for validity in rtc_valid_tm()Andrey Smirnov2016-01-071-0/+2
| * | rtc: ds1307: Fix a memory leakAndrey Smirnov2016-01-071-0/+3
| * | rtc: ds1307: Add code to support ds1337/1341Andrey Smirnov2016-01-071-0/+91
| * | rtc: Add Abracon driverSascha Hauer2016-01-073-0/+130
| * | hwclock: Allow to set hwclock from sntpSascha Hauer2016-01-071-1/+26
| * | net: Add SNTP supportSascha Hauer2016-01-074-0/+184
| * | rtc: Fill in weekdays before setting timeSascha Hauer2016-01-071-1/+7
| * | rtc: Check time for validity before passing it to the rtc driverSascha Hauer2016-01-071-0/+3
| * | hwclock command: forward return value of rtc_set_timeSascha Hauer2016-01-071-2/+1
| * | hwclock command: use format like the Linux tool doesSascha Hauer2016-01-073-3/+21
| |/
* | Merge branch 'for-next/pstore'Sascha Hauer2016-01-1129-66/+2689
|\ \
| * | Documentation: Document pstore/RAMOOPSMarkus Pargmann2015-12-111-0/+76
| * | fs: Add pstore filesystemMarkus Pargmann2015-12-1012-0/+1650
| * | arm: Add RAMOOPS memory areaMarkus Pargmann2015-12-102-1/+19
| * | arm: start: Add visible sdram region for barebox board dataMarkus Pargmann2015-12-101-1/+18
| * | arm: Clarify memory layout calculationMarkus Pargmann2015-12-104-65/+83
| * | lib: Import reed solomon code from kernelMarkus Pargmann2015-12-107-0/+807
| * | vsprintf: Add scnprintf from kernelMarkus Pargmann2015-12-102-0/+25
| * | printk: Add missing include/declarationMarkus Pargmann2015-12-101-0/+3
| * | log2: Add missing __rounddown_pow_of_two()Markus Pargmann2015-12-101-0/+9
| * | arm: boards: karo-tx6x remove definition of DIV_ROUND_UPMarkus Pargmann2015-12-101-1/+1
* | | Merge branch 'for-next/net'Sascha Hauer2016-01-113-90/+67
|\ \ \
| * | | net: resolv: Make argument constSascha Hauer2015-12-142-4/+4
| * | | net: dhcp: make unmodified variable constSascha Hauer2015-12-141-3/+3
| * | | net: dhcp: simplify dhcp_options_processSascha Hauer2015-12-141-9/+6
| * | | net: dhcp: unify options and paramsSascha Hauer2015-12-141-77/+57
| | |/ | |/|
* | | Merge branch 'for-next/mtd'Sascha Hauer2016-01-113-2/+173
|\ \ \
| * | | mtd: gpmi: Add erased page bitflip correctionMarkus Pargmann2016-01-041-2/+40
| * | | mtd: nand: Add erased page bitflip check helper functionsMarkus Pargmann2016-01-042-0/+133
* | | | Merge branch 'for-next/misc'Sascha Hauer2016-01-1128-210/+354
|\ \ \ \
| * | | | usb: chipidea-imx: check return value of regulator_get()David Jander2016-01-081-1/+2
| * | | | PCI: imx6: properly shut down core when leaving bareboxLucas Stach2016-01-081-0/+27
| * | | | i.MX6: pci: Avoid aborts when asserting PCIe resetAndrey Smirnov2016-01-081-0/+4
| * | | | i.MX6: pci: Reconcile imx6_pcie_start_link with the kernel codeAndrey Smirnov2016-01-081-16/+26
| * | | | i.MX6: pci: Replace magic number with a named constantAndrey Smirnov2016-01-081-1/+3
| * | | | of_path: Drop possible further extensions of device-path propertySascha Hauer2016-01-081-95/+28
| * | | | fs: automount: Make automountpoints persistentSascha Hauer2016-01-081-3/+4
| * | | | readline: Fix potential buffer overflow in command historySascha Hauer2016-01-081-1/+2
| * | | | readline: Fix potential buffer overflowSascha Hauer2016-01-081-1/+1
| * | | | OF: Fix fixups to fix Linux DT instead of Barebox DTTrent Piepho2016-01-082-3/+3
| * | | | of: Add of_property_for_each_phandle() iteratorTrent Piepho2016-01-081-0/+11
| * | | | of: Add for_each_compatible_node_from iteratorTrent Piepho2016-01-081-2/+6
| * | | | socfpga: Find partition with environment via device treeTrent Piepho2016-01-083-38/+9
| * | | | environment: Support env from file in a file-system via device treeTrent Piepho2016-01-083-3/+66
| * | | | partition: Create links with partition namesSascha Hauer2016-01-081-13/+7
| * | | | devfs: Add symlink supportSascha Hauer2016-01-084-16/+99