aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Do not automatically enable interface clock autoidle on HDQ_ICLK.hdq_experimental_idle_fix_3.5Paul Walmsley3-1/+5
2012-04-26W1: OMAP HDQ1W: use runtime PMPaul Walmsley1-65/+13
2012-04-26ARM: OMAP2+: HDQ1W: use omap_devicePaul Walmsley2-38/+26
2012-04-26ARM: OMAP2xxx: hwmod data: add HDQ/1-wire hwmodPaul Walmsley2-0/+56
2012-04-26ARM: OMAP3: hwmod data: add HDQ/1-wire hwmodPaul Walmsley1-0/+28
2012-04-26ARM: OMAP2+: hwmod data: add HDQ/1-wire hwmod shared dataPaul Walmsley3-0/+35
2012-04-26ARM: OMAP2+: HDQ1W: add custom reset functionPaul Walmsley3-1/+109
2012-04-26ARM: OMAP3: clock data: add clockdomain for HDQ functional clockPaul Walmsley1-1/+2
2012-04-26W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley1-4/+4
2012-04-26W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Paul Walmsley1-1/+1
2012-04-19ARM: OMAP4: hwmod data: add DEBUGSS skeletonBenoît Cousson1-7/+52
2012-04-19ARM: OMAP4: hwmod data: add PRCM and related IP blocksPaul Walmsley1-5/+162
2012-04-19ARM: OMAP4: hwmod data: add System Control ModulePaul Walmsley1-4/+130
2012-04-19ARM: OMAP4: hwmod data: add the OCP-WP IP blockBenoît Cousson1-1/+50
2012-04-19ARM: OMAP4: hwmod data: add OCM RAM IP blockPaul Walmsley1-1/+31
2012-04-19ARM: OMAP4: hwmod data: add remaining USB-related IP blocksBenoît Cousson1-4/+116
2012-04-19ARM: OMAP4: hwmod data: add some interconnect-related IP blocksPaul Walmsley2-4/+221
2012-04-19ARM: OMAP4: hwmod data: add McASPBenoît Cousson1-1/+90
2012-04-19ARM: OMAP4: hwmod data: add the Slimbus IP blocksBenoît Cousson1-2/+161
2012-04-19ARM: OMAP4: hwmod data: add GPUPaul Walmsley1-1/+69
2012-04-19ARM: OMAP4: hwmod data: add EMIF1 and 2Paul Walmsley1-2/+96
2012-04-19ARM: OMAP4: hwmod data: add GPMCBenoît Cousson1-1/+66
2012-04-19ARM: OMAP4: hwmod data: add HDQ/1-wirePaul Walmsley1-1/+60
2012-04-19ARM: OMAP4: hwmod data: introduce fdif(face detect module) hwmodMing Lei1-1/+78
2012-04-19ARM: OMAP2+: clockdomains: make {prm,cm}_clkdm commonPaul Walmsley5-13/+37
2012-04-19ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSPPaul Walmsley2-4/+53
2012-04-19ARM: OMAP3: hwmod data: add IVA hard reset lines, main clock, clockdomainPaul Walmsley1-0/+10
2012-04-19ARM: OMAP3: hwmod data: fix IVA interface clockPaul Walmsley1-1/+1
2012-04-19ARM: OMAP2xxx: hwmod data: share common interface dataPaul Walmsley4-518/+324
2012-04-19ARM: OMAP2xxx: hwmod data: share common hwmods between OMAP2420 and OMAP2430Paul Walmsley4-1211/+740
2012-04-19ARM: OMAP2+: hwmod data: remove forward declarations, reorganizePaul Walmsley4-4268/+3963
2012-04-19ARM: OMAP: hwmod: remove code support for direct hwmod registrationPaul Walmsley2-98/+33
2012-04-19ARM: OMAP2+: hwmod data: convert to link registrationPaul Walmsley4-2182/+370
2012-04-19ARM: OMAP2+: hwmod: add support for link registrationPaul Walmsley2-16/+305
2012-04-19ARM: OMAP2+: hwmod: consolidate finding the MPU port index and storing itPaul Walmsley1-24/+15
2012-04-19ARM: OMAP2+: hwmod: add function to iterate over struct omap_hwmod_ocp_ifPaul Walmsley1-48/+67
2012-04-19ARM: OMAP2+: hwmod: add _find_mpu_rt_port()Paul Walmsley1-10/+29
2012-04-19ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bitsPaul Walmsley1-3/+3
2012-04-19ARM: OMAP4: hwmod data: uncomment some "excluded" hwmodsPaul Walmsley1-4/+4
2012-04-19ARM: OMAP4: hwmod data: add OCP_USER_DSP; mark omap44xx_dsp__iva appropriatelyPaul Walmsley2-0/+2
2012-04-19ARM: OMAP4: hwmod data: remove bandgap hwmodPaul Walmsley1-30/+0
2012-04-19ARM: OMAP3: hwmod data: GPTIMER12 is attached to a separate interconnectPaul Walmsley1-3/+25
2012-04-19ARM: OMAP3: hwmod data: add DSS->L3 interconnect for 3430ES1Paul Walmsley1-0/+7
2012-04-19ARM: OMAP3: hwmod data: fix interfaces for the MMC hwmodsPaul Walmsley1-8/+30
2012-04-19ARM: OMAP2/3: hwmod data: update old namesPaul Walmsley3-10/+10
2012-04-19ARM: OMAP2+: timer: use a proper interface to get hwmod dataPaul Walmsley1-3/+12
2012-04-19ARM: OMAP2+: hwmod: add omap_hwmod_get_resource_byname()Paul Walmsley2-0/+210
2012-04-19ARM: OMAP2+: hwmod: provide a function to return the address space of the MPU RTPaul Walmsley1-24/+31
2012-04-19ARM: OMAP2+: hwmod: revise hardreset behaviorPaul Walmsley1-56/+83
2012-04-19ARM: OMAP2+: hwmod: reorganize and document the reset and configuration processPaul Walmsley1-32/+120
2012-04-19ARM: OMAP2+: hwmod: reorganize and document the initialization processPaul Walmsley1-57/+80
2012-04-19ARM: OMAP2+: hwmod: revise the IP block reset processPaul Walmsley1-23/+46
2012-04-18ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset linesPaul Walmsley1-98/+3
2012-04-18ARM: OMAP2+: hwmod: control all hardreset lines attached to a hwmodPaul Walmsley1-14/+15
2012-04-13ARM: OMAP2/3: VENC hwmods: Remove OCPIF_SWSUP_IDLE flag from VENC slave inter...Archit Taneja3-3/+0
2012-04-13ARM: OMAP2+: hwmod: Revert "ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wai...Paul Walmsley1-2/+12
2012-04-13ARM: OMAP2+: hwmod: add softreset delay field and OMAP4 dataFernando Guzman Lugo3-1/+15
2012-04-07Linux 3.4-rc2Linus Torvalds1-1/+1
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+8
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+36
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds20-105/+147
2012-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+4
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-3/+6
2012-04-06Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-7/+19
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown10325-288310/+497155
2012-04-06MAINTAINERS: Update git url for ACPIIgor Murzov1-1/+1
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds33-300/+501
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-5/+8
2012-04-06Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-218/+299
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2-32/+49
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-376/+602
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-06xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat1-1/+1
2012-04-06xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk1-1/+3
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2-2/+2
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-06doc, net: Update ndo_start_xmit return type and valuesBen Hutchings1-10/+12
2012-04-06doc, net: Remove instruction to set net_device::trans_startBen Hutchings1-5/+2
2012-04-06doc, net: Update netdev operation namesBen Hutchings2-14/+14
2012-04-06doc, net: Update documentation of synchronisation for TX multiqueueBen Hutchings1-3/+3
2012-04-06doc, net: Remove obsolete reference to dev->pollBen Hutchings1-2/+1
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings1-2/+1
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds71-342/+603
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds3-3/+14
2012-04-06blackfin: update defconfig for bf527-ezkitBob Liu1-0/+1
2012-04-06blackfin: gpio: fix compile error if !CONFIG_GPIOLIBBob Liu1-2/+12
2012-04-06blackfin: fix L1 data A overflow link issueMike Frysinger1-1/+1
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-05mmc: use really long write timeout to deal with crappy cardsPaul Walmsley1-3/+7
2012-04-05mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark1-0/+1
2012-04-05mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-04-05Revert "mmc: sdhci-pci: Add MSI support"Chris Ball1-6/+0
2012-04-05Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball2-5/+1
2012-04-05mmc: core: fix power class selectionSubhash Jadavani1-13/+17
2012-04-05mmc: omap_hsmmc: fix module re-insertionBalaji T K1-3/+1
2012-04-05mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi1-15/+1
2012-04-05mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi1-4/+5
2012-04-05mmc: omap_hsmmc: trivial cleanupsFelipe Balbi1-77/+70
2012-04-05mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K1-2/+2
2012-04-05mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K1-2/+1
2012-04-05mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki1-3/+9
2012-04-05mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani1-2/+15
2012-04-05mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss2-1/+5
2012-04-05mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman1-7/+1
2012-04-05mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman1-6/+6
2012-04-05mmc: sh_mmcif: double clock speedSimon Horman1-1/+2
2012-04-05mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson1-26/+1
2012-04-05mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2-19/+30
2012-04-05mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches1-0/+2
2012-04-05mmc: atmel-mci: correct data timeout computationLudovic Desroches1-1/+8
2012-04-05mmc: sdhci-s3c: Enable runtime power managementMark Brown1-0/+28
2012-04-05mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown1-4/+7
2012-04-05mmc: sdhci-s3c: use devm_ functionsJulia Lawall1-24/+3
2012-04-05Merge tag 'omap-fixes-a2-for-3.4rc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson9-68/+105
2012-04-05mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham1-2/+9
2012-04-05mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham1-0/+8
2012-04-05mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham1-4/+70
2012-04-05MAINTAINERS: update for Marvell Ethernet driversstephen hemminger1-12/+7
2012-04-05bonding: properly unset current_arp_slave on slave link upVeaceslav Falico1-1/+5
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet4-6/+9
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds78-631/+518
2012-04-05memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko1-7/+7
2012-04-05backlight: add driver for DA9052/53 PMIC v1Ashish Jangam3-0/+194
2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+3
2012-04-05MAINTAINERS: add entry for sparse checkerChristopher Li1-0/+9
2012-04-05MAINTAINERS: fix REMOTEPROC F: typoJoe Perches1-1/+1
2012-04-05alpha: use set_current_blocked() and block_sigmask()Matt Fleming1-21/+10
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd63-572/+176
2012-04-05scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()Julia Lawall1-0/+70
2012-04-05libfs: add simple_open()Stephen Boyd2-0/+9
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton1-1/+0
2012-04-05drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callbackJett.Zhou1-2/+2
2012-04-05fs/xattr.c:setxattr(): improve handling of allocation failuresAndrew Morton1-4/+17
2012-04-05fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failedAndrew Morton1-4/+13
2012-04-05fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()Dave Jones1-1/+1
2012-04-05sysrq: use SEND_SIG_FORCED instead of force_sig()Anton Vorontsov1-1/+1
2012-04-05proc: fix mount -t proc -o AAAVasiliy Kulikov1-4/+5
2012-04-05ARM: fix __io macro for PCMCIARob Herring7-1/+93
2012-04-05Merge branch 'v3.4-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson5-8/+39
2012-04-05Merge branch 'v3.4-cpufreq-exynos-fixes' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-7/+3
2012-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson17-122/+122
2012-04-05Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson19-104/+137
2012-04-05Merge branch 'for-3.4/fixes-for-rc2' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-15/+44
2012-04-05ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead()Luck, Tony1-1/+1
2012-04-05KVM: Resolve RCU vs. async page fault problemGleb Natapov1-0/+4
2012-04-05Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterAvi Kivity5-11/+29
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti1-0/+2
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu1-1/+1
2012-04-05ARM: EXYNOS: Fix compiler warning in dma.c fileSachin Kamat1-2/+0
2012-04-05ARM: EXYNOS: fix ISO C90 warningIl Han1-1/+2
2012-04-05Merge branches 'clock_fixes_3.4rc', 'clockdomain_fixes_3.4rc', 'hsmmc_erratum...Paul Walmsley6-58/+87
2012-04-05ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitionsVaibhav Hiremath1-6/+6
2012-04-05ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wait for reset statusRajendra Nayak1-12/+2
2012-04-05ARM: OMAP2+: hwmod: Restore sysc after a resetRajendra Nayak1-12/+6
2012-04-05ARM: OMAP2+: omap_hwmod: Allow io_ring wakeup configuration for all modulesGovindraj.R1-26/+30
2012-04-05sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook1-4/+4
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-25/+37
2012-04-04mlx4: allocate just enough pages instead of always 4 pagesThadeu Lima de Souza Cascardo1-2/+3
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...HEADmasterLinus Torvalds5-78/+204
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds45-198/+354
2012-04-04stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-04-04bnx2x: Clear MDC/MDIO warning messageYaniv Rosner2-2/+1
2012-04-04bnx2x: Fix BCM57711+BCM84823 link issueYaniv Rosner1-2/+2
2012-04-04bnx2x: Clear BCM84833 LED after fan failureYaniv Rosner2-0/+12
2012-04-04bnx2x: Fix BCM84833 PHY FW version presentationYaniv Rosner1-2/+1
2012-04-04bnx2x: Fix link issue for BCM8727 boards.Yaniv Rosner1-7/+14
2012-04-04bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.Yaniv Rosner1-15/+18
2012-04-04bnx2x: Fix BCM578x0-SFI pre-emphasis settingsYaniv Rosner1-5/+5
2012-04-04bnx2x: Fix BCM57810-KR AN speed transitionYaniv Rosner1-2/+18
2012-04-04bnx2x: Fix BCM57810-KR FCYaniv Rosner2-0/+31
2012-04-04bnx2x: PFC fixYaniv Rosner2-1/+18
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren1-1/+7
2012-04-04sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-04net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz1-8/+43
2012-04-04net/bonding: emit address change event also in bond_releaseShlomo Pongratz1-0/+3
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-04Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-168/+284
2012-04-04ARM: OMAP3: clock data: fill in some missing clockdomainsPaul Walmsley1-0/+6
2012-04-04ARM: OMAP4: clock data: Force a DPLL clkdm/pwrdm ON before a relockRajendra Nayak1-0/+1
2012-04-04ARM: OMAP4: clock data: fix mult and div mask for USB_DPLLAmeya Palande1-2/+2
2012-04-04ARM: OMAP2+: powerdomain: Wait for powerdomain transition in pwrdm_state_swit...Santosh Shilimkar1-1/+7
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren1-13/+42
2012-04-04Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds18-271/+411
2012-04-04Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-1/+1
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds12-49/+81
2012-04-04EXYNOS: fix dependency for EXYNOS_CPUFREQKukjin Kim1-7/+3
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+18
2012-04-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-80/+8
2012-04-04ARM: at91: dt: remove unit-address part for memory nodesLudovic Desroches6-6/+6
2012-04-04ARM: at91: fix check of valid GPIO for SPI and USBNicolas Ferre5-1/+16
2012-04-04USB: ehci-atmel: add needed of.h header fileNicolas Ferre1-0/+1
2012-04-04ARM: at91/NAND DT bindings: add commentsNicolas Ferre1-5/+5