| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/qe: Fix Kconfig enablement of QE_USB support | Kumar Gala | 2013-03-15 | 1 | -1/+1 |
* | powerpc: Fix typos in Freescale copyright claims | Yang Li | 2012-11-15 | 8 | -8/+8 |
* | powerpc/qe: set IReady in QE Microcode Upload | Kokoris, Ioannis | 2012-07-10 | 1 | -0/+3 |
* | powerpc/qe: Update the SNUM table for MPC8569 Rev2.0 | Dave Liu | 2012-03-29 | 1 | -2/+20 |
* | irq_domain/powerpc: Replace custom xlate functions with library functions | Grant Likely | 2012-02-16 | 1 | -14/+1 |
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 2012-02-16 | 1 | -3/+2 |
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 2012-02-14 | 2 | -6/+6 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 1 | -34/+8 |
|\ |
|
| * | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 2011-12-12 | 1 | -34/+8 |
* | | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | power: qe_ic - convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -6/+6 |
* | | powerpc/qe: Fixup QE_General4 errata | Joakim Tjernlund | 2011-11-24 | 1 | -1/+1 |
|/ |
|
* | powerpc: various straight conversions from module.h --> export.h | Paul Gortmaker | 2011-10-31 | 3 | -3/+3 |
* | powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | powerpc: add export.h to files making use of EXPORT_SYMBOL | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 2 | -2/+2 |
* | powerpc/irq: Stop exporting irq_map | Grant Likely | 2011-05-04 | 1 | -4/+2 |
* | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 1 | -7/+7 |
* | powerpc: Use proper accessors for IRQ_* flags | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-03-18 | 1 | -10/+15 |
|\ |
|
| * | powerpc: sysdev/qe_lib/qe_ic irq_data conversion. | Lennert Buytenhek | 2011-03-10 | 1 | -10/+15 |
* | | dt/powerpc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -4/+3 |
|/ |
|
* | arch/powerpc/sysdev/qe_lib/qe.c: Add of_node_put to avoid memory leak | Julia Lawall | 2010-08-31 | 1 | -0/+1 |
* | powerpc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 | 1 | -2/+3 |
* | of/gpio: add default of_xlate function if device has a node pointer | Anton Vorontsov | 2010-07-05 | 1 | -1/+0 |
* | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 2010-07-05 | 1 | -1/+1 |
* | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 2010-07-05 | 1 | -17/+15 |
* | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -2/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -1/+1 |
* | powerpc/qe: Convert qe_ic_lock to raw_spinlock | Anton Vorontsov | 2010-03-04 | 1 | -5/+5 |
* | powerpc: Remove whitespace in irq chip name fields | Anton Blanchard | 2010-02-17 | 1 | -1/+1 |
* | powerpc: Remove trailing space in messages | Frans Pop | 2010-02-09 | 2 | -5/+5 |
* | powerpc: Make "intspec" pointers in irq_host->xlate() const | Roman Fietze | 2009-12-09 | 1 | -1/+1 |
* | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-24 | 1 | -1/+1 |
* | powerpc/qe: Implement QE driver for handling resume on MPC85xx | Anton Vorontsov | 2009-11-11 | 1 | -0/+34 |
* | powerpc/qe: QE also shuts down on MPC8568 | Anton Vorontsov | 2009-11-11 | 1 | -13/+0 |
* | powerpc/qe: Make qe_reset() code path safe for repeated invocation | Anton Vorontsov | 2009-11-11 | 1 | -5/+7 |
* | powerpc/qe: Increase MAX_QE_RISC to 4 | Anton Vorontsov | 2009-11-11 | 1 | -1/+1 |
* | powerpc: Remove get_irq_desc() | Michael Ellerman | 2009-10-30 | 1 | -2/+2 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-09-15 | 2 | -3/+6 |
|\ |
|
| * | powerpc/qe_lib: Set gpio data before changing the direction to output | Michael Barkowski | 2009-08-25 | 1 | -2/+2 |
| * | powerpc/qe: introduce missing kfree | Julia Lawall | 2009-08-20 | 1 | -1/+4 |
* | | powerpc/qe: Implement qe_alive_during_sleep() helper function | Anton Vorontsov | 2009-08-30 | 1 | -0/+13 |
|/ |
|
* | powerpc: Don't use alloc_bootmem() in init_IRQ() path | Anton Vorontsov | 2009-07-08 | 1 | -3/+1 |
* | powerpc/qe: add polling timeout to qe_issue_cmd() | Timur Tabi | 2009-06-23 | 1 | -3/+6 |
* | powerpc/qe: update QE Serial Number | Haiying Wang | 2009-05-19 | 1 | -4/+43 |
* | powerpc/qe: update risc allocation for QE | Haiying Wang | 2009-05-19 | 1 | -0/+28 |
* | powerpc/qe: Select QE_USB with USB_GADGET_FSL_QE | Anton Vorontsov | 2008-12-30 | 1 | -1/+2 |
* | powerpc/qe: Implement QE Pin Multiplexing API | Anton Vorontsov | 2008-12-30 | 1 | -0/+195 |