An error occurred fetching the project authors.
- 19 Jun, 2006 1 commit
-
-
Juha Yrjola authored
Since the mutex protecting the clock list is static, the list itself should be too. Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
- 09 Apr, 2006 1 commit
-
-
Tony Lindgren authored
Patch from Tony Lindgren Recent change to use both id and name when available was not necessarily returning the right clock as it also searched for clock name afterwards. This caused MMC to break on H2 and H3 boards. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 03 Apr, 2006 2 commits
-
-
Tony Lindgren authored
Recent change to use both id and name when available was not necessarily returning the right clock as it also searched for clock name afterwards. This caused MMC to break on H2 and H3 boards. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
-
- 02 Apr, 2006 1 commit
-
-
Tony Lindgren authored
Patch from Tony Lindgren Update OMAP clock framework from linux-omap tree. The highlights of the patch are: - Add support for omap730 clocks by Andrzej Zaborowski - Fix compile warnings by Dirk Behme - Add support for using dev id by Tony Lindgren and Komal Shah - Move memory timings and PRCM into separate files by Tony Lindgren Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 15 Feb, 2006 1 commit
-
-
Tony Lindgren authored
NULL pointer checks were not added to all functions as pointed out by Richards Woodruff.
-
- 09 Feb, 2006 2 commits
-
-
Tony Lindgren authored
Clock framework specifies that the selection of clock should be done based on the device id for similar clocks. This patch adds support for MMC clocks. Clock device id handling adapted from mach-s3c2410/clock.c.
-
Tony Lindgren authored
Add error checking to clock functions
-
- 17 Jan, 2006 1 commit
-
-
Tony Lindgren authored
This patch fixes OMAP clock framework to use clk_enable/disable instead of clk_use/unuse as specified in include/linux/clk.h. Instances of clk_use/unuse are renamed to clk_enable/disable, and references clk_use/unuse are removed. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 16 Jan, 2006 1 commit
-
-
Tony Lindgren authored
Replace clock.h with clk.h
-
- 12 Jan, 2006 2 commits
-
-
Tony Lindgren authored
This patch syncs omap's use of clock framework with the arm common clock interface. Please use clk_enable/disable from now on, it does what clk_use/unuse on omap used to do.
-
Arjan van de Ven authored
The arm clock semaphores are strict mutexes, convert them to the new mutex implementation Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Jan, 2006 1 commit
-
-
Russell King authored
This is needs to be visible to other architectures using the AMBA bus and peripherals. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 18 Nov, 2005 1 commit
-
-
Richard Woodruff authored
This fixes USB OMAP2 clock parents that Nishant pointed out they were off. It also adds in an information proc file for clocks. Signed-off-by: Richard Woodruff <r-woodruff2@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 10 Nov, 2005 1 commit
-
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with linux-omap tree. The highlights of the patch are: - Serial port and framebuffer init improvments by Imre Deak - Common omap pin mux framework by Tony Lindgren - Common omap clock framework by Tony Lindren Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 31 Oct, 2005 1 commit
-
-
Tim Schmielau authored
I recently picked up my older work to remove unnecessary #includes of sched.h, starting from a patch by Dave Jones to not include sched.h from module.h. This reduces the number of indirect includes of sched.h by ~300. Another ~400 pointless direct includes can be removed after this disentangling (patch to follow later). However, quite a few indirect includes need to be fixed up for this. In order to feed the patches through -mm with as little disturbance as possible, I've split out the fixes I accumulated up to now (complete for i386 and x86_64, more archs to follow later) and post them before the real patch. This way this large part of the patch is kept simple with only adding #includes, and all hunks are independent of each other. So if any hunk rejects or gets in the way of other patches, just drop it. My scripts will pick it up again in the next round. Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 26 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Clock framework fixes to allow adding omap2 clocks
-
- 21 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Fixed clock compile for CONFIG_OMAP_RESET_CLOCKS, more locking
-
- 20 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Modifiy common clock.h for omap2, add omap1 specific clock.h
-
- 19 Sep, 2005 1 commit
-
-
Tony Lindgren authored
This patch contains the following changes: - Move omap1 specific clock code into mach-omap1/clock.c leaving only common code shared between omap1 and omap2 to plat-omap/clock.c. - Move clock.h and sram.h header files to include/asm-arm/arch-omap/ - Change clock init to register omap1 specific functions with plat-omap/clock.c - Some clean-up of code This patch makes no functional changes to omap1 clocks.
-
- 16 Sep, 2005 1 commit
-
-
Tuukka Tikkanen authored
Clock update to support clock idling
-
- 14 Sep, 2005 1 commit
-
-
Romain Goyet authored
Add basic 330 cpu support. 330 is handled as 15xx.
-
- 07 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with linux-omap tree. The highlights of the patch are: - Clock updates by Tuukka Tikkanen, Juha Yrjola, Daniel Petrini and Tony Lindgren - DMA fixes by Imre Deak, Juha Yrjola and Daniel Petrini - Add support to dual-mode hardware timers by Lauri Leukkunen - GPIO support for 24xx by Paul Mundt - GPIO wake-up support by Tony Lindgren - Better GPIO interrupt handler to not lose interrupts by Ralph Walden and Ladislav Michl - Power Management updates by Tuukka Tikkanen - Make Power Management code use new SRAM functions by Tony Lindgren Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 11 Aug, 2005 1 commit
-
-
Juha Yrjola authored
Add USB clock
-
- 28 Jul, 2005 1 commit
-
-
David Brownell authored
This fixes various build warnings I noticed in the latest tree, and provides saner reports of DPLL1 and MPU clock rates (they weren't really in MHz).
-
- 10 Jul, 2005 2 commits
-
-
Tony Lindgren authored
Patch from Tony Lindgren This patch by various OMAP developers syncs the OMAP specific arch files with the linux-omap tree. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
Tony Lindgren authored
Patch from Tony Lindgren This patch move common OMAP code from arch-omap to plat-omap directory. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Jul, 2005 1 commit
-
-
Tony Lindgren authored
Move arch/arm/mach-omap to arch/arm/plat-omap as discussed on the armlinux mailing list.
-
- 13 Jun, 2005 3 commits
-
-
Tony Lindgren authored
Looks like 16xx OHCI still needs USB_HOST_HHC_UHOST_EN although some documentation claims that it does not. Commented out reset of MOD_CONF_CTRL_0 until a proper fix is done.
-
Tony Lindgren authored
It's CLOCK_IN_OMAP730, not CLOCK_IN_OMAP_730
-
Martin Fouts authored
Attached is a patch that will prevent a kernel OOPS if Omap NAND support is enabled on the 730. Signed-off-by: Martin Fouts <Martin.Fouts@palmsource.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 10 Jun, 2005 1 commit
-
-
Tony Lindgren authored
Added omap_searly_clk_reset() that gets called before clocks are initialized. Another round of bootloader clock resets is still done after module inits are done.
-
- 09 Jun, 2005 1 commit
-
-
Tony Lindgren authored
CONFIG_OMAP_RESET_CLOCKS would not reset UART2 clock on boards with just one serial port.
-
- 02 Jun, 2005 1 commit
-
-
Tony Lindgren authored
Trying to reprogram DPLL or CKCTL needs to be done from SRAM.
-
- 24 May, 2005 1 commit
-
-
Tony Lindgren authored
OMAP DSP control registers DSP_CKCTL, DSP_IDLECT1, etc are not in the IO area, so omap_readw() and omap_writew() cannot be used with these registers. Instead __raw_readw() and __raw_writew() must be used. The DSP virt addr = phys addr. This fixes audio problems in the recent kernels as pointed out by Nishant Menon.
-
- 09 May, 2005 1 commit
-
-
Tuukka Tikkanen authored
Sync with linux-omap tree. Updates clock framework to reset unused clocks with a late_initcall. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-