- 29 Nov, 2005 10 commits
-
-
Komal Shah authored
omap-wdt: Use struct platform_driver Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
omap1610-ir: Use struct platform_driver and PM updates. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
Attached patch uses platform_get_irq for alarm and timer interrupts. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
Attached patch adds the driver model support for omap-keypad.c. Moved muxing to plat-omap/devices.c.
-
Tony Lindgren authored
Mailing archive version of the previous patch had some html...
-
Komal Shah authored
I have attached patch which updates omap camera build infrastructure. Making a place for OMAP2 stuff. If we are agree on this then defconfigs needs update, which I can submit next. Tested with building h3 and h2 defconfigs. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Imre Deak authored
For me it didn't even build for PALMTE, so this is at least needed
-
Brian Swetland authored
As I continue to try to sort out USB gadget support on the 730, I find that I need to add some pin definitions. Since the 730 lacks PU_PD registers, and the pullup bit is always in the config register on the 730, I simplified the MUX_CFG_730() macro a little bit (to avoid typing a bunch of 0s and NAs on *every* line).
-
Komal Shah authored
Attached patch for o sensor powerup/down cleanup o camera build infrastructure o kmalloc -> kzalloc
-
Tony Lindgren authored
Add uImage to .gitignore
-
- 25 Nov, 2005 1 commit
-
-
Tony Lindgren authored
Moved 32KHz timer from arch/arm/mach-omap1/time.c to arch/arm/plat-omap/timer32k.c and added support for 24xx. Please note that dynamic tick timer probably won't work properly at this point on 24xx until idle is working.
-
- 23 Nov, 2005 1 commit
-
-
Tony Lindgren authored
We don't want drivers to tinker with PRCM registers directly
-
- 22 Nov, 2005 1 commit
-
-
Jarkko Nikula authored
Improved GPIO level interrupt handling for 24xx
-
- 21 Nov, 2005 4 commits
-
-
Tony Lindgren authored
Remove old camera.h file
-
Tony Lindgren authored
-
Komal Shah authored
I have attached the patch to update the structures in 16xxcam.c and sensor file to c99 way and fixes compilation of drivers on h3. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
drivers/video/omap/omapfb_main.c:1395: error: platform_bus_type' undeclared here (not in a function) Remove warning sound/arm/omap-aic23.c:882: warning: initialization from incompatible pointer type sound/arm/omap-aic23.c:883: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 20 Nov, 2005 2 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
- 19 Nov, 2005 21 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
Manual fixups to ARM ixp4xxx by hand.
-
Linus Torvalds authored
-
Bartlomiej Zolnierkiewicz authored
Also remove bogus comments for idefloppy_init() and idetape_init(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
flagged_taskfile() is called from execute_drive_cmd() (the only user) only if args->tf_out_flags.all != 0. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
Remove duplicate documentation for ide_do_drive_cmd() from <linux/ide.h>, this function is already documented in ide-io.c. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Aurelien Jarno authored
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Mathias Kretschmer authored
From: Mathias Kretschmer <posting@blx4.net> Signed-off-by: Daniel Drake <dsd@gentoo.org> Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Russell King authored
Since the spinlock was removed from sa1100_start_tx(), the "flags" variable becomes redundant. Remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
The receiver status register reports latched error conditions, which must be cleared by writing to it. However, the data register reports unlatched conditions which are associated with the current character. Use the data register to interpret error status rather than the RSR. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
Paul Mackerras authored
We were using udelay in the loop on the primary cpu waiting for the secondary cpu to take the timebase value. Unfortunately now that udelay uses the timebase, and the timebase is stopped at this point, the udelay never terminated. This fixes it by not using udelay, and increases the number of loops before we time out to compensate. Signed-off-by: Paul Mackerras <paulus@samba.org>
-
Daniel Jacobowitz authored
Patch from Daniel Jacobowitz After delivering a signal (creating its stack frame) we must check for additional pending unblocked signals before returning to userspace. Otherwise signals may be delayed past the next syscall or reschedule. Once that was fixed it became obvious that the ARM signal mask manipulation was broken. It was a little bit broken before the recent SA_NODEFER changes, and then very broken after them. We must block the requested signals before starting the handler or the same signal can be delivered again before the handler even gets a chance to run. Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
Paul Mackerras authored
The result is mostly similar to the original ppc64 version but with some adaptations for 32-bit compilation. include/asm-ppc64 is now empty! Signed-off-by: Paul Mackerras <paulus@samba.org>
-
Paul Mackerras authored
It's only used by arch/powerpc/kernel/ptrace{,32}.c. Signed-off-by: Paul Mackerras <paulus@samba.org>
-
Paul Mackerras authored
This involves some minor changes: a few unused functions that the ppc32 pci.c provides are no longer declared here or exported; pcibios_assign_all_busses now just refers to the pci_assign_all_buses variable on both 32-bit and 64-bit; pcibios_scan_all_fns is now just 0 instead of a function that always returns 0 on 64-bit. Signed-off-by: Paul Mackerras <paulus@samba.org>
-
Paul Mackerras authored
For these, I have just done the lame-o merge where the file ends up looking like: #ifndef CONFIG_PPC64 #include <asm-ppc/foo.h> #else ... contents from asm-ppc64/foo.h #endif so nothing has changed, really, except that we reduce include/asm-ppc64 a bit more. Signed-off-by: Paul Mackerras <paulus@samba.org>
-
David Gibson authored
asm-ppc64/imalloc.h is only included from files in arch/powerpc/mm. We already have a header for mm local definitions, arch/powerpc/mm/mmu_decl.h. Thus, this patch moves the contents of imalloc.h into mmu_decl.h. The only exception are the definitions of PHBS_IO_BASE, IMALLOC_BASE and IMALLOC_END. Those are moved into pgtable.h, next to similar definitions of VMALLOC_START and VMALLOC_SIZE. Built for multiplatform 32bit and 64bit (ARCH=powerpc). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
-
-
Benjamin Herrenschmidt authored
Trying to set the priority would just disable the interrupt due to an incorrect mask used. We rarely use that call, in fact, I think only in the powermac code for the cmd-power key combo that triggers xmon. So it got unnoticed for a while. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
-