summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bus: Add imx-weim supportSascha Hauer2013-07-165-0/+181
* mci: set partnames of eMMC boot partitionsSascha Hauer2013-07-151-5/+7
* cdev: add device_find_partitionSascha Hauer2013-07-152-0/+28
* cdev: allow to open a struct cdevSascha Hauer2013-07-152-5/+12
* cdev: introduce partition namesSascha Hauer2013-07-152-1/+7
* of: partitions: factor out function to parse a single partitionSascha Hauer2013-07-152-25/+34
* of: export of_default_bus_match_tableSascha Hauer2013-07-151-0/+2
* devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-156-18/+35
* led: gpio: Add trigger supportSascha Hauer2013-07-102-0/+41
* LED: add support for device tree parsing of gpio-ledsSebastian Hesselbarth2013-07-092-0/+49
* OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-055-39/+38
* OF: base: convert of_add_memory to OF APISebastian Hesselbarth2013-07-051-49/+8
* OF: remove device and resource pointer from struct device_nodeSebastian Hesselbarth2013-07-052-7/+4
* OF: base: remove dead device related functionsSebastian Hesselbarth2013-07-051-183/+0
* OF: base: use of_platform_populate for probingSebastian Hesselbarth2013-07-051-3/+2
* OF: gpio: convert DT based gpio handling to new OF APISebastian Hesselbarth2013-07-056-30/+98
* OF: import bus/device related functions from Linux OF APISebastian Hesselbarth2013-07-053-1/+340
* OF: base: move OF_ROOT_NODE_ defines to local OF codeSebastian Hesselbarth2013-07-052-3/+3
* OF: convert of_translate_address to new APISebastian Hesselbarth2013-07-054-27/+15
* OF: import address related functions from Linux OF APISebastian Hesselbarth2013-07-053-1/+496
* ARM: i.MX6: Fix usbmisc label in devicetreePhilipp Zabel2013-07-041-1/+1
* pcm049: Add platformcode for omap4 framebufferChristoph Fritz2013-07-025-32/+262
* tegra: add peripheral clocksLucas Stach2013-07-025-0/+303
* tegra: add new clock framework driverLucas Stach2013-07-0212-121/+1345
* tegra: deduplicate clk definesLucas Stach2013-07-022-63/+33
* clk: allow to instanciate clk mux without registering itLucas Stach2013-07-022-5/+28
* clk: allow to instanciate clk gate without registering itLucas Stach2013-07-022-6/+29
* tegra: change clocksource driver to be more lowlevelLucas Stach2013-07-022-13/+26
* clk: add clock lookup from devicetreeLucas Stach2013-07-024-0/+209
* Merge branch 'for-next-manual-rebase/multi-image'Sascha Hauer2013-07-0234-465/+557
|\
| * ARM: Add a imx_v7_defconfigSascha Hauer2013-07-021-0/+131
| * ARM: i.MX51 efikasb: switch to multiboard supportSascha Hauer2013-07-0210-101/+100
| * ARM: i.MX6 realq7: switch to multiboardSascha Hauer2013-07-022-7/+7
| * ARM: i.MX6 realq7: prepare multiboard supportSascha Hauer2013-07-021-8/+11
| * ARM: i.MX53 loco: Move over to multiboardSascha Hauer2013-07-022-8/+6
| * ARM: i.MX53 loco: prepare multiboard supportSascha Hauer2013-07-021-2/+8
| * ARM: i.MX53 loco: add board name to flash header fileSascha Hauer2013-07-024-6/+7
| * ARM: i.MX51 babbage: Move over to multiboardSascha Hauer2013-07-022-8/+15
| * ARM: i.MX51 babbage: prepare for multiboard supportSascha Hauer2013-07-021-9/+5
| * ARM: i.MX51 babbage: add board name to flash header fileSascha Hauer2013-07-024-6/+7
| * ARM: i.MX: select SoC from boardSascha Hauer2013-07-029-101/+76
| * ARM: i.MX: remove now unused ARCH_IMX_INTERNAL_BOOT_USE_IMXIMAGESascha Hauer2013-07-022-19/+0
| * ARM: Turn most board directories into regular build directoriesSascha Hauer2013-07-022-69/+77
| * ARM: i.MX: use device_detect_by_name where applicableSascha Hauer2013-07-022-8/+2
| * ARM: i.MX51 babbage: switch to multi image supportSascha Hauer2013-07-025-6/+21
| * ARM: dmo realq7: switch to multi image supportSascha Hauer2013-07-025-6/+19
| * ARM: i.MX53 loco: Switch to multi image supportSascha Hauer2013-07-025-6/+23
| * ARM: i.MX53 loco: Switch to imximageSascha Hauer2013-07-026-113/+60
|/
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-0222-402/+1607
|\
| * OF: base: use of_delete_property where applicableSebastian Hesselbarth2013-06-241-56/+25