mx5: Add i2c to Freescale MX51 Babbage HW
On Tue, May 25, 2010 at 10:06:18AM -0500, Dinh.Nguyen(a)freescale.com wrote: From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> This patch adds I2C functionality to the Freescale MX51 Babbage HW. The patch adds device structures, i2c board slave device defines, IOMUX pin defines, and clocks. Signed-off-... 27 May 2010 11:30
[PATCH] crypto: add an option to disable cryptoalgos' self-tests
By default, CONFIG_CRYPTO_MANAGER_TESTS will be enabled and thus self-tests will still run, but it is now possible to disable them to gain some time during bootup. Signed-off-by: Alexander Shishkin <virtuoso(a)slind.org> CC: Herbert Xu <herbert(a)gondor.apana.org.au> CC: linux-kernel(a)vger.kernel.org CC: linux-crypt... 26 May 2010 05:53
[PATCH 2/2 v2] FLAT: tweak default stack alignment
The recent commit 1f0ce8b3dd667dca7 which moved the ARCH_SLAB_MINALIGN default into the global header inadvertently broke FLAT for a bunch of systems. Blackfin systems now fail on any FLAT exec with: Unable to read code+data+bss, errno 14 When your /init is a FLAT binary, obviously this can be annoying ;). This... 26 May 2010 05:53
[RESEND PATCH 2/3] kvm, tdp: calculate correct base gfn for non-DIR level
In Document/kvm/mmu.txt: gfn: Either the guest page table containing the translations shadowed by this page, or the base page frame for linear translations. See role.direct. But in __direct_map(), the base gfn calculation is incorrect, it does not calculate correctly when level=3 or 4. Reported-by... 26 May 2010 05:53
[PATCH 1/2 v2] FLAT: split the stack & data alignments
The stack and data have different alignment requirements, so don't force them to wear the same shoe. Increase the data alignment to match that which the elf2flt linker script has always been using: 0x20 bytes. Not only does this bring the kernel loader in line with the toolchain, but it also fixes a swath of gcc ... 26 May 2010 05:53
misc : ROHM BH1780GLI Ambient light sensor Driver
> From: Hemanth V <hemanthv(a)ti.com> Date: Fri, 21 May 2010 15:52:03 +0530 Subject: [PATCH] misc: ROHM BH1780GLI Ambient light sensor Driver This patch adds support for ROHM BH1780GLI Ambient light sensor. BH1780 supports I2C interface. Driver supports read/update of power state and read of lux valu... 2 Jun 2010 09:49
See attachment File. Mrs. Aung Kyi Coordinator-United Nations Assisted Program For Scammed Victims
See attachment File. Mrs. Aung Kyi Coordinator-United Nations Assisted Program For Scammed Victims ... 26 May 2010 04:49
[PATCH] A little bug in scrup, vt.c
Greetings The code uses vc->vc_cols instead of vc->vc_size_row by mistake, it will cause half of the region which is going to clear remain uncleared. The issue happens in background consoles, so it's hard to observe. Frank Pan Signed-off-by: Frank Pan <frankpzh(a)gmail.com> --- diff --git a/drivers/char/vt.... 26 May 2010 03:45
FLAT: allow arches to declare a larger alignment than the slab
Mike Frysinger wrote: From: Jie Zhang <jie.zhang(a)analog.com> The recent commit 1f0ce8b3dd667dca7 which moved the ARCH_SLAB_MINALIGN default into the global header inadvertently broke FLAT for a bunch of systems. Blackfin systems now fail on any FLAT exec with: Unable to read code+data+bss, errno 14 ... 26 May 2010 03:45
[PATCH 5/5] Hiberation: Fix speed display
Correct the situation where, if an error occurs while writing an image, the speed display still uses the number of pages that should have been written, rather than the number of pages that were written. Signed-off-by: Nigel Cunningham <nigel(a)tuxonice.net> --- kernel/power/swap.c | 2 +- 1 files changed, 1... 26 May 2010 03:45