aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock44xx_data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt1-5/+10
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-33/+44
2011-03-11OMAP4: DSS2: clocks: Add ick as dummy clockSumit Semwal1-0/+5
2011-03-11OMAP2PLUS: clocks: Align DSS clock names and rolesSumit Semwal1-5/+5
2011-03-10Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/pwrdm_add_can_lose_context_fns_2.6.39', 'remotes/origin/omap_device_a_2.6.39', 'remotes/origin/mmc_a_2.6.39', 'remotes/origin/hwmod_b_2.6.39', 'remotes/origin/dmtimer_a_2.6.39', 'remotes/origin/pwrdm_clkdm_a_2.6.39', 're...Paul Walmsley1-33/+44
2011-03-01OMAP: hsmmc: Rename the device and driverKishore Kadiyala1-10/+10
2011-03-01arm: omap: usb: clock entries for omap3 and omap4Keshava Munegowda1-5/+5
2011-02-25OMAP2+: clock: disable autoidle on all clocks during clock initPaul Walmsley1-0/+3
2011-02-25omap4: dpll: Enable auto gate control for all MX postdividersRajendra Nayak1-22/+30
2011-02-25OMAP3/4: DPLL: Add allow_idle/deny_idle support for all DPLL'sRajendra Nayak1-1/+1
2011-01-18OMAP: PRCM: remove duplicated headersFelipe Balbi1-1/+0
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+6
2010-12-22OMAP4: clock data: Add missing fixed divisorsJon Hunter1-11/+22
2010-12-21OMAP4: clock data: Keep L3INSTR clock domain modulemode under HW controlSantosh Shilimkar1-0/+3
2010-12-21OMAP4: clocks: add dummy clock for mailboxHari Kanigeri1-0/+1
2010-12-21OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4Jon Hunter1-1/+2
2010-12-21OMAP4: hwmod & clock data: Fix GPIO opt_clks and ocp_if iclkBenoit Cousson1-6/+6
2010-12-21OMAP4: clock data: Export control to enable/disable CORE/PER M3 clocksRajendra Nayak1-2/+6
2010-12-21OMAP4: clock data: Add SCRM auxiliary clock nodesRajendra Nayak1-0/+175
2010-12-21OMAP4: clock data: Add missing fields in iva_hsd_byp_clk_mux_ckJonathan Bergsagel1-1/+5
2010-12-21OMAP4: clock data: Add missing DPLL x2 clock nodesThara Gopinath1-175/+240
2010-12-21OMAP4: clock data: Add control for pad_clks_ck and slimbus_clkBenoit Cousson1-2/+6
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-1/+5
2010-12-21OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley1-1/+3
2010-12-20I2C: i2c-omap: Change device name: i2c_omap -> omap_i2cBenoit Cousson1-8/+8
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-1/+1
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi1-1/+1
2010-12-01omap: clock: add clkdev aliases for EHCI clocksAnand Gadiyar1-0/+5
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-1/+1
2010-09-27OMAP4: clocks: Fix ES2 clock issuesBenoit Cousson1-33/+55
2010-09-27OMAP4: clock: Add optional clock nodesBenoit Cousson1-60/+417
2010-09-27OMAP4: clock: Fix clock names and align with hwmod namesBenoit Cousson1-355/+310
2010-09-27OMAP4: clocks: Update clock tree for ES2Rajendra Nayak1-98/+74
2010-06-16OMAP4: clock: Fix multi-omap boot with reset un-used clocksSantosh Shilimkar1-0/+2
2010-05-20omap4: Adds Dummy Interface clock's for MMC controllerskishore kadiyala1-0/+5
2010-04-23OMAP4: Clocks: Change SPI Instance NamesAbraham Arce1-4/+4
2010-02-24OMAP4: clock: Add dummy clock nodes for interface clocksSantosh Shilimkar1-0/+35
2010-02-24OMAP4: clock: Rename leaf clock nodes to end with a _ick or _fckRajendra Nayak1-264/+297
2010-02-24OMAP4 clock: drop the ALWAYS_ENABLED clock flagPaul Walmsley1-11/+0
2010-02-24OMAP3/4 clock: split into per-chip family filesPaul Walmsley1-6/+6
2010-02-24OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flagPaul Walmsley1-113/+11
2010-02-24OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes, documentationPaul Walmsley1-1/+1
2010-02-24OMAP3 clock: introduce DPLL4 JtypeRichard Woodruff1-0/+1
2010-02-15omap3/4: Fix compile for multi-omap for clkops_noncore_dpll_opsTony Lindgren1-6/+6
2010-01-29OMAP2/3/4 clock: rename and clean the omap2_clk_init() functionsPaul Walmsley1-3/+1
2010-01-26ARM: OMAP4 clock framework: Remove the checks preventing OMAP4 clockdomain validationAbhijit Pagare1-2/+0
2010-01-20OMAP4: clocks: Fix the clksel_rate struct DPLL divsRajendra Nayak1-31/+31
2009-12-11ARM: OMAP4: PM: Add init api for DPLL nodesRajendra Nayak1-0/+7
2009-12-11ARM: OMAP4: PM: OMAP4 clock tree and clkdev registrationRajendra Nayak1-0/+2759