Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-25 | tile: Use generic show_interupts() | Thomas Gleixner | 2 | -41/+1 | |
Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Chris Metcalf <[email protected]> LKML-Reference: <[email protected]> | |||||
2011-03-25 | tile: Convert to new irq function names | Thomas Gleixner | 1 | -3/+3 | |
Converted with coccinelle. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Chris Metcalf <[email protected]> LKML-Reference: <[email protected]> | |||||
2011-03-25 | kdb: add usage string of 'per_cpu' command | Namhyung Kim | 1 | -1/+1 | |
Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Jason Wessel <[email protected]> | |||||
2011-03-25 | kgdb,x86_64: fix compile warning found with sparse | Jason Wessel | 1 | -2/+2 | |
Fix sparse warning: arch/x86/kernel/kgdb.c:123:9: warning: switch with no cases Reported-by: Namhyung Kim <[email protected]> Signed-off-by: Jason Wessel <[email protected]> | |||||
2011-03-25 | kdb: code cleanup to use macro instead of value | Jovi Zhang | 1 | -1/+1 | |
It's better to use macro KDB_BASE_CMD_MAX instead of 50 Signed-off-by: Jovi Zhang <[email protected]> Signed-off-by: Jason Wessel <[email protected]> | |||||
2011-03-25 | kgdboc,kgdbts: strlen() doesn't count the terminator | Dan Carpenter | 2 | -2/+2 | |
This is an off by one because strlen() doesn't count the null terminator. We strcpy() these strings into an array of size MAX_CONFIG_LEN. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Jason Wessel <[email protected]> | |||||
2011-03-25 | dma: Ipu: Convert interupt code | Thomas Gleixner | 1 | -29/+29 | |
Convert to the new irq chip functions and cleanup the name space. [ Guennadi reported: irq_data_get_chip_data is undefined. Yes, I screwed up. it needs to be irq_data_get_irq_chip_data ] Signed-off-by: Thomas Gleixner <[email protected]> Tested-by: Guennadi Liakhovetski <[email protected]> Cc: Dan Williams <[email protected]> LKML-Reference: <[email protected]> | |||||
2011-03-25 | docs: update the development process document | Jonathan Corbet | 7 | -128/+167 | |
Here's a set of changes updating Documentation/development-process. I have update kernel releases and relevant statistics, added information for a couple of tools, zapped some trailing white space, and generally tried to make it more closely match the current state of affairs. [Typo fixes from Joe Perches and Nicolas Kaiser incorporated] Signed-off-by: Jonathan Corbet <[email protected]> Acked-by: Greg KH <[email protected]> Cc: Randy Dunlap <[email protected]> | |||||
2011-03-25 | ALSA: Fix yet another race in disconnection | Takashi Iwai | 1 | -0/+4 | |
This patch fixes a race between snd_card_file_remove() and snd_card_disconnect(). When the card is added to shutdown_files list in snd_card_disconnect(), but it's freed in snd_card_file_remove() at the same time, the shutdown_files list gets corrupted. The list member must be freed in snd_card_file_remove() as well. Reported-and-tested-by: Russ Dill <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> | |||||
2011-03-25 | MIPS: JZ4740: Set nand ecc offsets for the qi_lb60 board | Lars-Peter Clausen | 1 | -4/+4 | |
The jz4740 nand driver now requires that the ecc offsets are set. Signed-off-by: Lars-Peter Clausen <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2058/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: JZ4740: qi_lb60: Add gpio-charger device | Lars-Peter Clausen | 1 | -0/+24 | |
Register the gpio-charger device which reports whether device is currently charging or not. Signed-off-by: Lars-Peter Clausen <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2059/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Wire up syncfs(2). | Ralf Baechle | 5 | -6/+13 | |
Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls. | David Daney | 5 | -6/+27 | |
These system calls we recently added. 32-bit ABIs need compat handling for sys_clock_adjtime(). o32 also needs compat handling for sys_open_by_handle_at(); Signed-off-by: David Daney <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2165/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: VR41xx: Convert to new irq_chip functions | Thomas Gleixner | 2 | -47/+44 | |
And cleanup direct access to irq_desc[]. Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2208/ Patchwork: https://patchwork.linux-mips.org/patch/2209/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: TXx9: Convert to new irq_chip functions | Thomas Gleixner | 5 | -93/+75 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2207/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: SNI: Convert to new irq_chip functions | Thomas Gleixner | 4 | -74/+33 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2206/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Sibyte: Convert to new irq_chip functions | Thomas Gleixner | 2 | -73/+35 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2205/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: IP32: Convert to new irq_chip functions | Thomas Gleixner | 1 | -92/+42 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2204/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: IP27: Convert to new irq_chip functions | Thomas Gleixner | 2 | -27/+22 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2203/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: IP22/IP28: Convert to new irq_chip functions | Thomas Gleixner | 1 | -34/+26 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2202/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: RB532: Convert to new irq_chip functions | Thomas Gleixner | 1 | -16/+16 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2201/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: PowerTV: Convert to new irq_chip functions | Thomas Gleixner | 1 | -7/+6 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2200/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: PNX8550: Convert to new irq_chip functions | Thomas Gleixner | 1 | -9/+9 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2199/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: PNX83xx: Convert to new irq_chip functions | Thomas Gleixner | 1 | -82/+16 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2198/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: msp71xx: Convert to new irq_chip functions | Thomas Gleixner | 3 | -93/+46 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2197/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Loongson: Convert to new irq_chip functions | Thomas Gleixner | 1 | -9/+7 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2196/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Use generic show_interrupts() | Thomas Gleixner | 2 | -41/+3 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2195/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: SMTC: Cleanup the hook mess and use irq_data | Thomas Gleixner | 3 | -39/+39 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2194/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: SMTC: Use irq_data in smtc_forward_irq() | Thomas Gleixner | 1 | -1/+2 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2193/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: TXx9: Convert core to new irq_chip functions | Thomas Gleixner | 1 | -14/+14 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2192/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: irq_cpu: Convert to new irq_chip functions | Thomas Gleixner | 1 | -25/+21 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2191/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: RM9000: Convert to new irq_chip functions | Thomas Gleixner | 1 | -26/+23 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2190/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: rm7000: Convert to new irq_chip functions | Thomas Gleixner | 1 | -9/+9 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2189/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: MSC01: Convert to new irq_chip functions | Thomas Gleixner | 1 | -27/+24 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2188/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: GT641xx: Convert to new irq_chip functions | Thomas Gleixner | 1 | -13/+13 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2187/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: GIC: Convert to new irq_chip functions | Thomas Gleixner | 1 | -25/+18 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2186/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: i8259: Convert to new irq_chip functions | Thomas Gleixner | 3 | -26/+24 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2185/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: LASAt: Convert to new irq_chip functions | Thomas Gleixner | 1 | -8/+8 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2184/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: JZ4740: Cleanup the mechanical irq_chip conversion | Lars-Peter Clausen | 1 | -15/+2 | |
The conversion did not make use of the new chip flag which signals the core code to mask the chip before calling the set_type callback. Sigh. Use the new lockdep helper as well. Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2183/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: JZ4740: GPIO: Use shared irq chip for all gpios | Lars-Peter Clausen | 1 | -12/+13 | |
Currently there is one irq_chip per gpio_chip with the only difference being the name. Since the information whether the irq belong to GPIO bank A, B, C or D is not that important rewrite the code to simply use a single irq_chip for all gpio_chips. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2182/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: JZ4740: Convert to new irq functions | Thomas Gleixner | 2 | -58/+67 | |
Convert the JZ4740 intc and gpio irq chips to use newstyle irq functions. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2181/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: JAZZ: Convert to new irq_chip functions | Thomas Gleixner | 1 | -8/+6 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2180/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: EMMA: Convert to new irq_chip functions | Thomas Gleixner | 1 | -40/+27 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2179/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: DEC: Convert to new irq_chip functions | Thomas Gleixner | 2 | -59/+24 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2178/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: bcm63xx: Convert to new irq_chip functions | Thomas Gleixner | 1 | -45/+32 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2176/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: ath79: Convert to new irq_chip functions | Thomas Gleixner | 1 | -13/+10 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2175/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: AR7: Convert to new irq_chip functions | Thomas Gleixner | 1 | -21/+21 | |
Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2174/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: Alchemy: Convert to new irq chip functions | Thomas Gleixner | 2 | -57/+59 | |
Fix the deadlock in set_type() while at it: The code called set_irq_chip_and_handler_name() resp. set_irq_chip() from the set_type() callback. That only works on UP and lock debugging disabled. Otherwise it would dead lock on desc->lock. __irq_set_chip_handler_name_locked() avoids that. Signed-off-by: Thomas Gleixner <[email protected]> To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2173/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: MSP71xx: Add CPU feature override file. | Anoop P A | 1 | -0/+21 | |
Signed-off-by: Anoop P A <[email protected]> To: [email protected] To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2045/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
2011-03-25 | MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices. | Anoop P A | 4 | -1/+541 | |
Some of MSP family SoC's come with legacy 100Mbps mspeth while some comes with newer Gigabit TSMAC.Following patch adds platform support for both types of MAC's. If TSMAC is not selected assume platform having legacy mspeth. Add gpio_macros as well which is required for resetting the PHY. [Ralf: Killed all typedefs.] Signed-off-by: Anoop P A <[email protected]> To: [email protected] To: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/2048/ Signed-off-by: Ralf Baechle <[email protected]> |