summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/qe_lib
AgeCommit message (Expand)AuthorLines
2009-11-11powerpc/qe: QE also shuts down on MPC8568Anton Vorontsov-13/+0
2009-11-11powerpc/qe: Make qe_reset() code path safe for repeated invocationAnton Vorontsov-5/+7
2009-11-11powerpc/qe: Increase MAX_QE_RISC to 4Anton Vorontsov-1/+1
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman-2/+2
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-3/+6
2009-08-30powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov-0/+13
2009-08-25powerpc/qe_lib: Set gpio data before changing the direction to outputMichael Barkowski-2/+2
2009-08-20powerpc/qe: introduce missing kfreeJulia Lawall-1/+4
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov-3/+1
2009-06-23powerpc/qe: add polling timeout to qe_issue_cmd()Timur Tabi-3/+6
2009-05-19powerpc/qe: update QE Serial NumberHaiying Wang-4/+43
2009-05-19powerpc/qe: update risc allocation for QEHaiying Wang-0/+28
2008-12-30powerpc/qe: Select QE_USB with USB_GADGET_FSL_QEAnton Vorontsov-1/+2
2008-12-30powerpc/qe: Implement QE Pin Multiplexing APIAnton Vorontsov-0/+195
2008-12-03powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.cAnton Vorontsov-3/+4
2008-10-13powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/KconfigAnton Vorontsov-9/+0
2008-08-20powerpc: fix memory leaks in QE libraryTimur Tabi-3/+9
2008-07-25gpiolib: allow user-selectionMichael Buesch-1/+1
2008-07-16powerpc: Fix a bunch of sparse warnings in the qe_libAndy Fleming-14/+14
2008-06-26powerpc/QE: use arch_initcall to probe QUICC Engine GPIOsAnton Vorontsov-1/+4
2008-06-11powerpc/QE: qe_reset should be __initAnton Vorontsov-1/+1
2008-06-10powerpc/QE: switch to the cpm_muram implementationAnton Vorontsov-92/+0
2008-06-10powerpc/QE: implement support for the GPIO LIB APIAnton Vorontsov-0/+156
2008-06-10powerpc/QE: prepare QE PIO code for GPIO LIB supportAnton Vorontsov-49/+45
2008-06-10powerpc/QE: add support for QE USB clocks routingAnton Vorontsov-3/+64
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman-4/+2
2008-06-09powerpc: Rework qe_ic_init() so we can avoid freeing the irq_hostMichael Ellerman-4/+4
2008-04-17[POWERPC] QE: fix sparse warningsAnton Vorontsov-2/+3
2008-04-17[POWERPC] QE: export qe_get_brg_clk()Anton Vorontsov-2/+3
2008-04-17[POWERPC] QE: implement qe_muram_offsetAnton Vorontsov-7/+1
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison-26/+26
2008-03-10[POWERPC] QE: Make qe_get_firmware_info reentrantIonut Nicu-1/+4
2008-03-07[POWERPC] QE: Fix QE firmware uploading limitTimur Tabi-1/+1
2008-02-05[POWERPC] qe_lib: fix few fluffy negligencesAnton Vorontsov-5/+5
2008-01-31Merge branch 'linux-2.6'Paul Mackerras-1/+1
2008-01-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov-19/+44
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers-1/+1
2008-01-23[POWERPC] QE: Add support for Freescale QUICCEngine UARTTimur Tabi-2/+10
2008-01-23[POWERPC] QE: Add ability to upload QE firmwareTimur Tabi-0/+247
2007-12-13[POWERPC] qe: add function qe_clock_source()Timur Tabi-0/+32
2007-12-11[POWERPC] QE: change qe_setbrg() to take an enum qe_clock instead of an integerTimur Tabi-5/+9
2007-10-08[POWERPC] QE: pario - support for MPC85xx layoutAnton Vorontsov-0/+3
2007-10-08[POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov-22/+7
2007-10-08[POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi-282/+236
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman-8/+2
2007-07-03[POWERPC] qe_lib: export symbols for QE driver to compile as moduleLi Yang-0/+10
2007-05-23[POWERPC] QE: fix Kconfig 'select' warning with UCC_FASTTimur Tabi-3/+1
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi-20/+21
2007-04-30Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds-15/+9
2007-04-28ucc_geth: Implement Transmit on Demand supportMichael Reiss-0/+3