summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add initial pinctrl supportSascha Hauer2013-04-231-0/+35
* of: partitions: pass struct cdev as argumentSascha Hauer2013-04-221-3/+4
* of: Allow multiple resources in 'reg' propertySascha Hauer2013-04-221-0/+1
* of: Add of_property_read_string_index()Sascha Hauer2013-04-221-0/+2
* of/net: Add net related of helpersSascha Hauer2013-04-041-0/+14
* Merge branch 'for-next/zynq'Sascha Hauer2013-04-042-1/+32
|\
| * macb: rename platform dataJosh Cartwright2013-04-031-0/+30
| * ARM: zynq: Add new architecture zynqSteffen Trumtrar2013-03-271-1/+2
* | Merge branch 'for-next/omap'Sascha Hauer2013-04-041-0/+9
|\ \
| * | twl6030: add power button as an input keyVicente Bergas2013-03-251-0/+9
| |/
* | Merge branch 'for-next/oftree'Sascha Hauer2013-04-046-1296/+97
|\ \
| * | Makefile.lib: Add dtc supportSascha Hauer2013-03-121-0/+12
| * | of: make locally used functions staticSascha Hauer2013-03-061-0/+2
| * | of: remove unused libfdtSascha Hauer2013-03-064-1280/+13
| * | bootm: Pass unflattened devicetree to handlersSascha Hauer2013-03-061-0/+1
| * | of: Add reservemap handlingSascha Hauer2013-03-061-0/+10
| * | of: fixup unflattened devicetreeSascha Hauer2013-03-061-3/+3
| * | of: Add missing prototype for size/address counting functionsSascha Hauer2013-03-061-0/+3
| * | of: Add of property write functions for u32Sascha Hauer2013-03-061-0/+11
| * | of: Pass barebox internal format devicetree to of_get_fixed_treeSascha Hauer2013-03-061-1/+2
| * | of: make OFDEVICE a user selectable optionSascha Hauer2013-03-061-8/+4
| * | of/fdt: use optimized endianess conversionSascha Hauer2013-03-061-5/+4
| * | of: make flatten independent of libfdtSascha Hauer2013-03-061-2/+4
| * | of: make unflatten independent of libfdtSascha Hauer2013-03-061-1/+1
| * | of: Add initrd helperSascha Hauer2013-03-061-0/+3
| * | of: Add of_write_number helperSascha Hauer2013-03-061-0/+11
| * | of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-061-1/+1
| * | of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-1/+2
| * | of: Add missing prototype for of_device_is_compatibleSascha Hauer2013-03-061-0/+3
| * | of: Add of_set_property and of_create_nodeSascha Hauer2013-03-061-0/+3
| * | of: remove allnodes listSascha Hauer2013-03-061-0/+8
| * | of: export of_find_childSascha Hauer2013-03-061-0/+2
* | | Merge branch 'for-next/mtd'Sascha Hauer2013-04-043-76/+105
|\ \ \
| * | | mtd: nand: replace NAND_USE_FLASH_BBT with NAND_BBT_USE_FLASHSascha Hauer2013-03-042-3/+10
| * | | mtd nand: introduce bbm.hSascha Hauer2013-03-042-72/+91
| * | | mtd: Add parameter to allow erasing bad blocksSascha Hauer2013-03-041-0/+3
| * | | mtd: nand: register nand flashes with nand specific functionSascha Hauer2013-03-041-1/+1
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2013-04-041-2/+0
|\ \ \
| * | | clk: remove unused __clk_[get|put]Sascha Hauer2013-04-031-2/+0
| | |/ | |/|
* | | Merge branch 'for-next/malloc-all-initcalls'Sascha Hauer2013-04-041-1/+1
|\ \ \
| * | | bus: Make struct device a pointerSascha Hauer2013-03-141-1/+1
| |/ /
* | | Merge branch 'for-next/imx-realq7'Sascha Hauer2013-04-041-1/+8
|\ \ \
| * | | net: phy: micrel: Update id table from kernelSascha Hauer2013-03-111-1/+8
| |/ /
* | | Merge branch 'for-next/fec'Sascha Hauer2013-04-041-12/+1
|\ \ \
| * | | net: fec: use standard phy type definesSascha Hauer2013-03-091-11/+1
| * | | net: fec: drop sevenwire supportSascha Hauer2013-03-091-1/+0
| |/ /
* | | Merge branch 'for-next/device-driver-macros'Sascha Hauer2013-04-043-7/+15
|\ \ \
| * | | Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-141-0/+3
| * | | I2C: Rename i2c_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
| * | | SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1