summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-07163-480/+946
* driver: Introduce dev_request_mem_resourceSascha Hauer2016-02-232-2/+15
* driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-2320-47/+49
* bootm: Free allocated fdt buffer in error pathHarald Welte2016-02-181-0/+1
* Documentation: usb: fix otg mode parameter descriptionPhilipp Zabel2016-02-171-1/+1
* ARM: imx6: physom: fix phyflex workaround on Dual and SoloStefan Christ2016-02-171-2/+2
* ARM: imx: clocksource: add new DT compatibleStefan Christ2016-02-171-0/+3
* ARM: i.MX6: add function cpu_is_mx6s()Stefan Christ2016-02-171-0/+1
* bootm: parse initrd and oftree into correct struct membersLucas Stach2016-02-151-2/+2
* bootm: restore load DT message for plain oftree filesLucas Stach2016-02-151-0/+1
* regmap: Add missing prototype for regmap_exit()Sascha Hauer2016-02-121-0/+1
* commands: of_dump: Add description for -n optionSascha Hauer2016-02-121-1/+2
* scripts: make __init__.py nonemptySascha Hauer2016-02-123-0/+3
* blspec: ignore lines beginning with '#'Sascha Hauer2016-02-111-0/+3
* blspec: Do not crash on config files without newline on last lineSascha Hauer2016-02-111-1/+1
* ratp-console: select CRC16 and POLLER, depend on CONSOLE_FULLLucas Stach2016-02-111-0/+3
* ramoops: allow to build without OFTREE supportLucas Stach2016-02-111-1/+2
* bootm: Fix resource_size_t format specifierSascha Hauer2016-02-111-2/+2
* driver: Fix unregister device after device probe failureSascha Hauer2016-02-081-0/+4
* drivers: video: drop unused of_get_display_timing()Antony Pavlov2016-02-081-25/+0
* drivers: video: fb: make locally used fb_set_shadowfb() staticAntony Pavlov2016-02-081-1/+1
* Merge branch 'for-next/regmap'Sascha Hauer2016-02-089-252/+666
|\
| * ARM: i.MX: ocotp: Switch to regmap supportSascha Hauer2016-02-051-89/+56
| * ARM: i.MX: ocotp: Fix error bit handlingSascha Hauer2016-02-051-13/+10
| * ARM: i.MX: ocotp: make priv the first argument of functionsSascha Hauer2016-02-051-16/+16
| * ARM: i.MX: ocotp: Explicitly access control registerSascha Hauer2016-02-051-7/+8
| * ARM: i.MX: ocotp: Fix fusebox sizeSascha Hauer2016-02-051-1/+23
| * ARM: i.MX: iim: Switch to regmap supportSascha Hauer2016-02-051-59/+62
| * mfd: mc13xxx: Switch to regmap supportSascha Hauer2016-02-051-71/+56
| * Add initial regmap supportSascha Hauer2016-02-055-0/+436
| * bitops: Fix shift overflow in GENMASK macrosSteffen Trumtrar2016-02-031-2/+5
* | Merge branch 'for-next/ratp'Sascha Hauer2016-02-0839-3/+8468
|\ \
| * | barebox remote control: DocumentationSascha Hauer2016-01-181-0/+134
| * | defaultenv2: Add automount for RATPFSSascha Hauer2016-01-181-0/+6
| * | host side for barebox remote controlJan Luebbe2016-01-189-0/+1535
| * | pyserial: decrease timeoutsSascha Hauer2016-01-181-4/+4
| * | include pyserial trunkJan Luebbe2016-01-1814-0/+3874
| * | fs: Add RATP fs supportJan Luebbe2016-01-183-1/+485
| * | barebox remote controlSascha Hauer2016-01-189-4/+571
| * | Add Reliable Asynchronous Transfer ProtocolSascha Hauer2016-01-184-0/+1865
* | | Merge branch 'for-next/net'Sascha Hauer2016-02-0812-60/+739
|\ \ \
| * | | nfs: forward filesystem options to the kernel command lineJuergen Borleis2016-02-082-2/+21
| * | | net: phy: micrel: Add workaround for bad autonegPhilipp Zabel2016-02-041-1/+22
| * | | net: phy: micrel: Center FLP timing at 16msPhilipp Zabel2016-02-041-1/+16
| * | | net: phy: micrel: Be more const correctPhilipp Zabel2016-02-041-12/+12
| * | | net: phy: micrel: use BIT macroPhilipp Zabel2016-02-041-9/+9
| * | | net: phy: micrel: Staticise ksz8873mll_read_status()Philipp Zabel2016-02-041-1/+1
| * | | miitool: Add code to register a PHYAndrey Smirnov2016-02-043-20/+84
| * | | mdio_bus: Change PHY's naming schemeAndrey Smirnov2016-02-032-3/+7
| * | | miitool: Don't print negative parent IDsAndrey Smirnov2016-02-031-2/+3