24 Sep, 2008
24 commits
-
Now as the scoop pins are covered by the generic gpio API,
we can use leds-gpio driver instead of special leds-corgiDrop leds-corgi.c and remove the declaration of now un-referenced
corgiscoop_device.Signed-off-by: Dmitry Baryshkov
Cc: Richard Purdie
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Original patch from Dmitry Baryshkov's inital scoop gpio conversion
work at http://git.infradead.org/users/dbaryshkov/zaurus-2.6.git.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Now poodle/corgi/spitz have been been converted to use SPI-based
drivers, remove the now unused corgi_ssp.c and corgi_lcd.c. And
as well as the unused reference of {corgi,spitz}ssp_device.Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Original patch from Dmitry Baryshkov's initial scoop gpio conversion
work at http://git.infradead.org/users/dbaryshkov/zaurus-2.6.git.TODO: figure out the MFP configuration of the SSP2 which looks like
to be already configured by the boot loader, though.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Original patch from Dmitry Baryshkov's initial scoop gpio conversion
work at http://git.infradead.org/users/dbaryshkov/zaurus-2.6.git.Separated into this dedicated generic GPIO conversion patch for the
work of deprecating pxa_gpio_mode().Signed-off-by: Dmitry Baryshkov
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Cc: Richard Purdie
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
The MFP configuration table is reverse engineered from those
magic GAFRx_{L|U} values, and it looks much better now.Also, the deprecated pxa_gpio_mode() invocations are removed.
Signed-off-by: Eric Miao
Acked-by: Richard Purdie
Signed-off-by: Russell King -
Direct manipulation of GPIO registers are no longer encouraged, use
the new GPIO API instead. Since the GPIO has to be requested before
use, .startup and .shutdown are added to the IrDA device platform
data to request and free the GPIO.Signed-off-by: Eric Miao
Acked-by: Richard Purdie
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Signed-off-by: Eric Miao
Cc: Richard Purdie
Signed-off-by: Russell King -
This is not generic, and is added here for backward compatibility.
It is made an individual commit here to make it easier for revert
once the sharpsl_pm gets generic enough.Signed-off-by: Eric Miao
Signed-off-by: Russell King -
Driver based on corgi_ssp.c and sharpsl_pm.c, previously done by Richard
Purdie and many others.Now changed to generic HWMON device and expose all the ADC input value
through sysfs.Signed-off-by: Eric Miao
Acked-by: Jean Delvare
Signed-off-by: Russell King -
This type of LCD panel can be found on PXA3xx/Littleton platforms.
Add LCD device and SPI-based driver for this.Signed-off-by: Eric Miao
Signed-off-by: Russell King -
This is not generic enough, added here for backward compatibility.
And make this an individual commit so future revert will be a bit
easier.Signed-off-by: Eric Miao
Cc: Richard Purdie
Signed-off-by: Russell King -
The driver is based on different source files including corgi_ssp.c,
corgi_lcd.c and corgi_bl.c, previously authored by Richard Purdie
and many others.The LCD and Backlight device actually share the same SPI device, so
they are made into this single driver.Signed-off-by: Eric Miao
Cc: Richard Purdie
Signed-off-by: Russell King -
Some LCD panels are capable of different resolutions, and is allowed
to change at run-time, so to make "struct lcd_device" to be able to
handle mode change events here.Signed-off-by: Eric Miao
Acked-by: Krzysztof Helt
Signed-off-by: Russell King
18 Sep, 2008
1 commit
-
The GPIO connected to ADS7846 nPENIRQ signal is usually used to get
the pendown state as well. Introduce a .gpio_pendown, and use this
to decide the pendown state if .get_pendown_state is NULL.Signed-off-by: Eric Miao
Signed-off-by: Dmitry Torokhov
10 Sep, 2008
14 commits
-
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
ipv6: Fix OOPS in ip6_dst_lookup_tail().
ipsec: Restore larval states and socket policies in dump
[Bluetooth] Reject L2CAP connections on an insecure ACL link
[Bluetooth] Enforce correct authentication requirements
[Bluetooth] Fix reference counting during ACL config stage -
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Disable timer interrupts in fixup_irqs(). -
This fixes kernel bugzilla 11469: "TUN with 1024 neighbours:
ip6_dst_lookup_tail NULL crash"dst->neighbour is not necessarily hooked up at this point
in the processing path, so blindly dereferencing it is
the wrong thing to do. This NULL check exists in other
similar paths and this case was just an oversight.Also fix the completely wrong and confusing indentation
here while we're at it.Based upon a patch by Evgeniy Polyakov.
Signed-off-by: Neil Horman
Signed-off-by: David S. Miller -
…el/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
clockevents: remove WARN_ON which was used to gather information -
The issue of the endless reprogramming loop due to a too small
min_delta_ns was fixed with the previous updates of the clock events
code, but we had no information about the spread of this problem. I
added a WARN_ON to get automated information via kerneloops.org and to
get some direct reports, which allowed me to analyse the affected
machines.The WARN_ON has served its purpose and would be annoying for a release
kernel. Remove it and just keep the information about the increase of
the min_delta_ns value.Signed-off-by: Thomas Gleixner
-
…git/tip/linux-2.6-tip
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86: fix memmap=exactmap boot argument
x86: disable static NOPLs on 32 bits
xen: fix 2.6.27-rc5 xen balloon driver warnings -
When using kdump modifying the e820 map is yielding strange results.
For example starting with
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000100 - 0000000000093400 (usable)
BIOS-e820: 0000000000093400 - 00000000000a0000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fee0000 (usable)
BIOS-e820: 000000003fee0000 - 000000003fef3000 (ACPI data)
BIOS-e820: 000000003fef3000 - 000000003ff80000 (ACPI NVS)
BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)and booting with args
memmap=exactmap memmap=640K@0K memmap=5228K@16384K memmap=125188K@22252K memmap=76K#1047424K memmap=564K#1047500K
resulted in:
user-defined physical RAM map:
user: 0000000000000000 - 0000000000093400 (usable)
user: 0000000000093400 - 00000000000a0000 (reserved)
user: 0000000000100000 - 000000003fee0000 (usable)
user: 000000003fee0000 - 000000003fef3000 (ACPI data)
user: 000000003fef3000 - 000000003ff80000 (ACPI NVS)
user: 000000003ff80000 - 0000000040000000 (reserved)
user: 00000000e0000000 - 00000000f0000000 (reserved)
user: 00000000fec00000 - 00000000fec10000 (reserved)
user: 00000000fee00000 - 00000000fee01000 (reserved)
user: 00000000ff000000 - 0000000100000000 (reserved)But should have resulted in:
user-defined physical RAM map:
user: 0000000000000000 - 00000000000a0000 (usable)
user: 0000000001000000 - 000000000151b000 (usable)
user: 00000000015bb000 - 0000000008ffc000 (usable)
user: 000000003fee0000 - 000000003ff80000 (ACPI data)This is happening because of an improper usage of strcmp() in the
e820 parsing code. The strcmp() always returns !0 and never resets the
value for e820.nr_map and returns an incorrect user-defined map.This patch fixes the problem.
Signed-off-by: Prarit Bhargava
Signed-off-by: Ingo Molnar -
* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6:
[S390] cio: allow offline processing for disconnected devices
[S390] cio: handle ssch() return codes correctly.
[S390] cio: Correct cleanup on error.
[S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit mode -
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] IP22: Fix detection of second HPC3 on Challenge S -
* 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6:
UBIFS: make minimum fanout 3
UBIFS: fix division by zero
UBIFS: amend f_fsid
UBIFS: fill f_fsid
UBIFS: improve statfs reporting even more
UBIFS: introduce LEB overhead
UBIFS: add forgotten gc_idx_lebs component
UBIFS: fix assertion
UBIFS: improve statfs reporting
UBIFS: remove incorrect index space check
UBIFS: push empty flash hack down
UBIFS: do not update min_idx_lebs in stafs
UBIFS: allow for racing between GC and TNC
UBIFS: always read hashed-key nodes under TNC mutex
UBIFS: fix zero-length truncations -
It was introduced by "vsprintf: add support for '%pS' and '%pF' pointer
formats" in commit 0fe1ef24f7bd0020f29ffe287dfdb9ead33ca0b2. However,
the current way its coded doesn't work on parisc64. For two reasons: 1)
parisc isn't in the #ifdef and 2) parisc has a different format for
function descriptorsMake dereference_function_descriptor() more accommodating by allowing
architecture overrides. I put the three overrides (for parisc64, ppc64
and ia64) in arch/kernel/module.c because that's where the kernel
internal linker which knows how to deal with function descriptors sits.Signed-off-by: James Bottomley
Acked-by: Benjamin Herrenschmidt
Acked-by: Tony Luck
Acked-by: Kyle McMartin
Signed-off-by: Linus Torvalds -
Jie Yang at Atheros is getting more directly involved with upstream work
on the atl* drivers. This patch changes the ATL1 entry to ATLX (atl2
support posted to netdev today) and adds him as a maintainer.Signed-off-by: Linus Torvalds
-
In the 2.6.27 circle ->fasync lost the BKL, and the last remaining
->open variant that takes the BKL is also gone. ->get_sb and ->kill_sb
didn't have BKL forever, so updated the entries while we're at that.Signed-off-by: Christoph Hellwig
Signed-off-by: Linus Torvalds
09 Sep, 2008
1 commit
-
The commit commit 4c563f7669c10a12354b72b518c2287ffc6ebfb3 ("[XFRM]:
Speed up xfrm_policy and xfrm_state walking") inadvertently removed
larval states and socket policies from netlink dumps. This patch
restores them.Signed-off-by: Herbert Xu
Signed-off-by: David S. Miller