summaryrefslogtreecommitdiffstats
path: root/scripts/dtc/flattree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-28arm/versatile: Add device tree supportGrant Likely11-0/+414
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely2-0/+68
2011-07-28irq: add irq_domain translation infrastructureGrant Likely9-19/+219
2011-07-27dmaengine: imx-sdma: add device tree probe supportShawn Guo2-3/+56
2011-07-27dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo1-10/+2
2011-07-27dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo13-31/+51
2011-07-27mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2-9/+103
2011-07-27mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo1-1/+2
2011-07-27mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo7-27/+78
2011-07-27mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo1-9/+13
2011-07-27mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo9-63/+140
2011-07-27net/fec: add device tree probe supportShawn Guo2-5/+122
2011-07-27net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo5-41/+24
2011-07-27dt/net: add helper function of_get_phy_modeShawn Guo2-0/+44
2011-07-27net/fec: gasket needs to be enabled for some i.mxShawn Guo7-17/+40
2011-07-27serial/imx: add device tree probe supportShawn Guo2-11/+91
2011-07-27serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo9-53/+113
2011-07-27asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-27asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-27asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-27asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-27atomic: Update comments in atomic.hArun Sharma2-1/+4
2011-07-27atomic: cleanup asm-generic atomic*.h inclusionArun Sharma23-50/+5
2011-07-27atomic: move atomic_add_unless to generic codeArun Sharma26-102/+109
2011-07-27atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-07-27asm-generic: add another generic ext2 atomic bitopsAkinobu Mita15-59/+28
2011-07-27fail_make_request: cleanup should_fail_requestAkinobu Mita1-14/+12
2011-07-27fail_page_alloc: simplify debugfs initializationAkinobu Mita1-31/+16
2011-07-27failslab: simplify debugfs initializationAkinobu Mita1-21/+10
2011-07-27fault-injection: use debugfs_remove_recursiveAkinobu Mita4-107/+30
2011-07-27fault-injection: cleanup simple attribute of stacktrace_depthAkinobu Mita1-15/+15
2011-07-27fault-injection: remove nonexistent function externAkinobu Mita1-1/+0
2011-07-27fault-injection: do not include unneeded headerAkinobu Mita1-1/+0
2011-07-27ramoops: make record_size a module parameterSergiu Iordache2-10/+28
2011-07-27ramoops: move dump_oops into platform dataSergiu Iordache2-1/+5
2011-07-27ramoops: add new line to each printMarco Stornelli1-6/+9
2011-07-27ramoops: use module parameters instead of platform data if not availableMarco Stornelli1-12/+35
2011-07-27Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov1-20/+11
2011-07-27drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp2-0/+10
2011-07-27panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines1-1/+1
2011-07-27panic: panic=-1 for immediate rebootHugh Dickins2-1/+5
2011-07-27Documentation/DMA-API-HOWTO.txt: fix misleading exampleMichal Miroslaw1-6/+6
2011-07-27include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2-28/+0
2011-07-27gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov1-1/+1
2011-07-27drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang1-2/+2
2011-07-27ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov6-4/+163
2011-07-27ipc/mqueue.c: fix mq_open() return valueJiri Slaby1-5/+7
2011-07-27ipc/mqueue.c: refactor failure handlingJiri Slaby1-56/+57
2011-07-27cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-07-27cpumask: alloc_cpumask_var() use NUMA_NO_NODEKOSAKI Motohiro1-1/+1