summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mdio_bus: Add mdiobus_get_bus() functionAndrey Smirnov2016-02-032-0/+21
| * | mdio_bus: Change dev_info to dev_dbgAndrey Smirnov2016-02-031-1/+1
| * | miitool: Fix PHY argument handlingAndrey Smirnov2016-02-031-8/+17
| * | net: Port bitbanged MDIO code from Linux kernelAndrey Gusakov2016-02-035-0/+521
| * | include/linux/phy.h: Add MII_ADDR_C45Andrey Gusakov2016-02-031-0/+4
* | | Merge branch 'for-next/misc'Sascha Hauer2016-02-0810-43/+99
|\ \ \
| * | | spi-nor: Port erase timeout fix from LinuxAndrey Smirnov2016-02-081-3/+34
| * | | docs: fix typosUlrich Ölmann2016-02-041-1/+1
| * | | Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-156-24/+22
| * | | vsprintf: Add support for %paSascha Hauer2016-01-151-0/+27
| * | | hush: fix indentationSascha Hauer2016-01-111-17/+17
* | | | Merge branch 'for-next/linux-headers'Sascha Hauer2016-02-0834-399/+681
|\ \ \ \
| * | | | dcache: add missing linux/list.h includeYegor Yefremov2016-02-031-0/+1
| * | | | fs: import magic.h from Linux kernelYegor Yefremov2016-02-035-4/+85
| * | | | Introduce include/linux/rwsem.hYegor Yefremov2016-02-033-9/+20
| * | | | Introduce include/linux/wait.hYegor Yefremov2016-02-034-4/+13
| * | | | Introduce include/linux/mutex.hYegor Yefremov2016-02-038-5/+25
| * | | | Introduce include/linux/spinlock.hYegor Yefremov2016-02-0113-7/+23
| * | | | Introduce include/linux/sched.hYegor Yefremov2016-02-013-2/+7
| * | | | fs: ubifs: move file and file_system_type definitions to linux/fs.hYegor Yefremov2016-02-012-39/+39
| * | | | fs: ubifs: move path definition to include/linux/path.hYegor Yefremov2016-02-012-5/+13
| * | | | fs: ubifs: move vfsmount definition to include/linux/mount.hYegor Yefremov2016-02-012-34/+22
| * | | | fs: ubifs: move dcache related definitions to include/linux/dcache.hYegor Yefremov2016-02-012-46/+78
| * | | | fs: move pgoff_t definition to include/linux/types.hYegor Yefremov2016-02-012-2/+5
| * | | | fs: use linux/fs.h for file system related definitionsYegor Yefremov2016-02-014-91/+192
| * | | | x86: Add missing typedef for umode_tSascha Hauer2016-02-011-0/+2
| * | | | nios2: Add missing typedef for umode_tSascha Hauer2016-02-011-0/+2
| * | | | fs: ubifs: remove redundant macro definesYegor Yefremov2016-01-291-14/+1
| * | | | fs: move PAGE_CACHE definitions to include/linux/pagemap.hYegor Yefremov2016-01-292-4/+15
| * | | | fs: introduce include/linux/fs.hYegor Yefremov2016-01-292-127/+134
| * | | | fs: move struct timespec to include/linux/time.hYegor Yefremov2016-01-292-7/+5
| | |/ / | |/| |