summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-12-11ARM: OMAP4: PM: Adds CM1/2 register defs for OMAP4Rajendra Nayak2-2/+367
2009-12-11ARM: OMAP4: PM: PRM/CM module offsets for OMAP4Rajendra Nayak1-2/+65
2009-12-11ARM: OMAP4: PM: Fix the PRM and CM base addressesRajendra Nayak6-7/+10
2009-12-11OMAP: omap_device: track latency in nanosecondsKevin Hilman2-6/+6
2009-12-11OMAP: omap_device: fix nsec/usec conversion in latency calculationsKevin Hilman1-2/+2
2009-12-11OMAP: hwmod: warn on missing clockdomainKevin Hilman1-0/+3
2009-12-11OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday()Kevin Hilman1-4/+4
2009-12-11OMAP: omap_device: use UINT_MAX for default wakeup latency limitKevin Hilman1-1/+1
2009-12-11OMAP: omap_device: add to_omap_device() macroKevin Hilman1-1/+3
2009-12-11OMAP3 hwmod: drop most of the OCP_SYSCONFIG.CLOCKACTIVITY codePaul Walmsley1-83/+5
2009-12-11OMAP hwmod: add names to module MPU IRQ linesPaul Walmsley2-4/+19
2009-12-11OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handlingPaul Walmsley2-3/+42
2009-12-11OMAP3 hwmod: reprogram OCP_SYSCONFIG register after setting SOFTRESETPaul Walmsley1-5/+13
2009-12-11OMAP clock/hwmod: fix off-by-one errorsPaul Walmsley4-14/+31
2009-12-11OMAP3: PM: Fix for MPU power domain MEM BANK positionThara Gopinath3-1/+11
2009-12-11OMAP3: SDRC: Place SDRC AC timing and MR changes in CORE DVFS SRAM code behin...Paul Walmsley2-2/+29
2009-12-11OMAP2/3 powerdomain: return errors rather than returning the output of IS_ERR()Roel Kluin1-6/+6
2009-12-11OMAP powerdomain: rearrange struct powerdomain to save some memoryPaul Walmsley1-3/+3
2009-12-11OMAP powerdomain/PM: use symbolic constants for the max number of power statesPaul Walmsley3-5/+7
2009-12-11OMAP clockdomain/powerdomain: optimize out sleepdep code on OMAP24xxPaul Walmsley1-6/+6
2009-12-11OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAINPaul Walmsley3-49/+23
2009-12-11OMAP2/3 PRCM: don't export prm_*(), cm_*() functionsPaul Walmsley1-6/+0
2009-12-11OMAP1 clock: convert mach-omap1/clock.h to mach-omap1/clock_data.cPaul Walmsley8-1013/+1096
2009-12-11OMAP1 clock: convert test in disable_unused() to use ENABLE_ON_INITPaul Walmsley2-12/+16
2009-12-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds8-47/+57
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds9-16/+54
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-0/+130
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-5/+9
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan1-1/+1
2009-12-11OMAP2 clock: convert clock24xx.h to clock2xxx_data.c, opp2xxx*Paul Walmsley10-884/+1044
2009-12-11OMAP3 clock: convert clock34xx.h to clock34xx_data.cPaul Walmsley8-3385/+3457
2009-12-11OMAP2xxx clock: remove implicit dependency between rate CPU flag and clkdev_o...Paul Walmsley1-1/+4
2009-12-11OMAP2/3: move SDRC macros to mach-omap2/sdrc.hPaul Walmsley2-14/+16
2009-12-11OMAP2 clock: APLL code shouldn't rely on static clocks in its local namespacePaul Walmsley2-14/+25
2009-12-11OMAP1/2/3 clock: remove paranoid checks in preparation for clock{,2xxx,3xxx}_...Paul Walmsley3-30/+0
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds54-1072/+111
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds20-482/+590
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack3-0/+130
2009-12-11kgdb,x86: do not set kgdb_single_step on x86Jason Wessel1-1/+0
2009-12-11kgdb,i386: Fix corner case access to ss with NMI watch dog exceptionJason Wessel1-2/+8
2009-12-11kgdb,x86: remove redundant testRoel Kluin1-2/+1
2009-12-11Add missing alignment check in arch/score sys_mmap()Al Viro1-3/+4
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro4-4/+8
2009-12-11Get rid of open-coding in ia64_brk()Al Viro1-45/+1
2009-12-11sparc_brk() is not needed anymoreAl Viro5-25/+3
2009-12-11Unify sys_mmap*Al Viro44-907/+76
2009-12-11Cut hugetlb case early for 32bit on ia64Al Viro1-0/+3
2009-12-11arch_mmap_check() on mn10300Al Viro2-5/+5
2009-12-11Kill ancient crap in s390 compat mmapAl Viro1-5/+0