summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/qe_lib/qe.c
AgeCommit message (Expand)AuthorLines
2015-01-29powerpc/qe: Use strlcpy()Rickard Strandqvist-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard-1/+0
2014-10-20powerpc: sysdev: qe_lib: drop owner assignment from platform_driversWolfram Sang-1/+0
2012-11-15powerpc: Fix typos in Freescale copyright claimsYang Li-1/+1
2012-07-10powerpc/qe: set IReady in QE Microcode UploadKokoris, Ioannis-0/+3
2012-03-29powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu-2/+20
2011-11-24powerpc/qe: Fixup QE_General4 errataJoakim Tjernlund-1/+1
2011-09-27doc: fix broken referencesPaul Bolle-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely-4/+3
2010-08-31arch/powerpc/sysdev/qe_lib/qe.c: Add of_node_put to avoid memory leakJulia Lawall-0/+1
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely-2/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-2/+5
2009-11-11powerpc/qe: Implement QE driver for handling resume on MPC85xxAnton Vorontsov-0/+34
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-08-30powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov-0/+13
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-03powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.cAnton Vorontsov-0/+3
2008-07-16powerpc: Fix a bunch of sparse warnings in the qe_libAndy Fleming-3/+3
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-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-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-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov-19/+44
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: miscellaneous code improvements and fixes to the QE libraryTimur Tabi-13/+23
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi-15/+14
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell-2/+2
2007-03-29[POWERPC] qe: Fix QUICC Engine SDMA setup errorsChuck Meade-3/+3
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras-2/+1
2006-11-13[PATCH] Optimize qe_brg struct to use an arrayTimur Tabi-2/+1
2006-11-01[POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDRTimur Tabi-2/+1
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang-0/+353