summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2015-06-096-15/+28
|\
| * crc16: Make buffer argument constSascha Hauer2015-06-081-1/+1
| * crypto: digest: mark signature argument as constMarc Kleine-Budde2015-05-261-5/+5
| * Abolish cpu_read* and cpu_write* accessorsMasahiro Yamada2015-05-201-8/+0
| * startup: introduce postenvironment_initcallSascha Hauer2015-05-152-1/+5
| * watchdog: add static inline no-ops if WD is disabledMarc Kleine-Budde2015-05-151-0/+17
* | Merge branch 'for-next/mem64'Sascha Hauer2015-06-091-1/+2
|\ \
| * | fs: Add O_RWSIZE_8Sascha Hauer2015-05-281-1/+2
* | | Merge branch 'for-next/imx'Sascha Hauer2015-06-091-0/+128
|\ \ \
| * | | i.MX: serial: Add baud rate calculation convenience functionsAndrey Smirnov2015-05-071-0/+9
| * | | i.MX: serial: Add constants for UART clock divisorAndrey Smirnov2015-05-071-0/+7
| * | | i.MX: Move UART definitions into a separate fileAndrey Smirnov2015-05-071-0/+112
| | |/ | |/|
* | | Merge branch 'for-next/console'Sascha Hauer2015-06-091-0/+8
|\ \ \
| * | | console: Add console_get_by_nameSascha Hauer2015-06-091-0/+1
| * | | console: Add functions to get/set baudrateSascha Hauer2015-06-091-0/+3
| * | | console: Add functions to get/set active state of consoleSascha Hauer2015-06-091-0/+4
| | |/ | |/|
* | | Merge branch 'for-next/am33xx'Sascha Hauer2015-06-092-0/+26
|\ \ \ | |/ / |/| |
| * | net: dhcp: Split dhcp funcionality & add dhcp commandWadim Egorov2015-06-051-0/+25
| * | bootsource: Add NET bootsourceWadim Egorov2015-05-271-0/+1
| |/
* | Merge branch 'pu/am335x'Sascha Hauer2015-05-281-0/+1
|\ \ | |/ |/|
| * net: phy: Add missing phy_unregister_deviceSascha Hauer2015-04-281-0/+1
* | Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-063-3/+3
|\ \
| * | of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-303-3/+3
| |/
* | Merge branch 'for-next/mvebu'Sascha Hauer2015-05-062-0/+38
|\ \
| * | bus: mvebu-mbus: Convert mbus platform driver to direct driverSebastian Hesselbarth2015-04-271-0/+2
| * | spi: Add SPI GPIO bitbang driverSebastian Hesselbarth2015-04-271-0/+36
* | | Merge branch 'for-next/misc'Sascha Hauer2015-05-068-8/+24
|\ \ \
| * | | usb: increase USB_CNTL_TIMEOUT to match linuxSteffen Trumtrar2015-05-041-1/+1
| * | | linux/amba/bus.h: drop unusable amba_{g,s}et_drvdata macrosAntony Pavlov2015-04-281-3/+0
| * | | of_path: of_find_path(): add possibility to return .bb deviceMarc Kleine-Budde2015-04-231-1/+2
| * | | timeout: factor out wait-for-key-press loop into separate fileMarc Kleine-Budde2015-04-231-0/+11
| * | | include: add includes includes to make fdt.h, of.h and state.h self containedMarc Kleine-Budde2015-04-173-0/+6
| * | | drivers/base: Mark (of|platform)_device_id data as constantUwe Kleine-König2015-04-171-3/+3
| * | | pci: Do not abuse dev->priv for storing dataSascha Hauer2015-04-171-0/+1
| | |/ | |/|
* | | Merge branch 'for-next/imx'Sascha Hauer2015-05-061-0/+30
|\ \ \ | |_|/ |/| |
| * | habv4: add High Assurance Boot v4Marc Kleine-Budde2015-04-151-0/+30
| |/
* | led: Fix led_gpio_rgb_unregister prototypeSascha Hauer2015-04-201-2/+2
* | base: Introduce deferred probingSebastian Hesselbarth2015-04-171-0/+1
|/
* Merge branch 'for-next/state'Sascha Hauer2015-04-131-0/+21
|\
| * state: add framework for persistent state handlingSascha Hauer2015-03-121-0/+21
* | Merge branch 'for-next/pxa'Sascha Hauer2015-04-131-0/+1
|\ \
| * | net: smc1111: add a quirk for pxa pxa27x platformsRobert Jarzmik2015-04-131-0/+1
* | | Merge branch 'for-next/pci'Sascha Hauer2015-04-132-0/+777
|\ \ \
| * | | pci: Add i.MX6 pcie supportSascha Hauer2015-03-171-0/+8
| * | | pci: pci_regs.h: Sync with LinuxSascha Hauer2015-03-171-0/+769
* | | | Merge branch 'for-next/crypto'Sascha Hauer2015-04-137-12/+226
|\ \ \ \ | |_|/ / |/| | |
| * | | crypto: sha1: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-272-0/+100
| * | | crypto: hmac: move register to hmacJean-Christophe PLAGNIOL-VILLARD2015-03-273-12/+4
| * | | crypto: prepare to allow multiple digest driverJean-Christophe PLAGNIOL-VILLARD2015-03-272-3/+28
| * | | digest: allow algo to specify their length at runtimeJean-Christophe PLAGNIOL-VILLARD2015-03-271-1/+2