aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/qe_lib/qe.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-719/+0
2015-12-22QE: use subsys_initcall to init qeZhao Qiang1-0/+13
2015-01-29powerpc/qe: Use strlcpy()Rickard Strandqvist1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-10-20powerpc: sysdev: qe_lib: drop owner assignment from platform_driversWolfram Sang1-1/+0
2012-11-15powerpc: Fix typos in Freescale copyright claimsYang Li1-1/+1
2012-07-10powerpc/qe: set IReady in QE Microcode UploadKokoris, Ioannis1-0/+3
2012-03-29powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu1-2/+20
2011-11-24powerpc/qe: Fixup QE_General4 errataJoakim Tjernlund1-1/+1
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+3
2010-08-31arch/powerpc/sysdev/qe_lib/qe.c: Add of_node_put to avoid memory leakJulia Lawall1-0/+1
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-2/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2009-11-11powerpc/qe: Implement QE driver for handling resume on MPC85xxAnton Vorontsov1-0/+34
2009-11-11powerpc/qe: QE also shuts down on MPC8568Anton Vorontsov1-13/+0
2009-11-11powerpc/qe: Make qe_reset() code path safe for repeated invocationAnton Vorontsov1-5/+7
2009-11-11powerpc/qe: Increase MAX_QE_RISC to 4Anton Vorontsov1-1/+1
2009-08-30powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov1-0/+13
2009-06-23powerpc/qe: add polling timeout to qe_issue_cmd()Timur Tabi1-3/+6
2009-05-19powerpc/qe: update QE Serial NumberHaiying Wang1-4/+43
2009-05-19powerpc/qe: update risc allocation for QEHaiying Wang1-0/+28
2008-12-03powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.cAnton Vorontsov1-0/+3
2008-07-16powerpc: Fix a bunch of sparse warnings in the qe_libAndy Fleming1-3/+3
2008-06-11powerpc/QE: qe_reset should be __initAnton Vorontsov1-1/+1
2008-06-10powerpc/QE: switch to the cpm_muram implementationAnton Vorontsov1-92/+0
2008-04-17[POWERPC] QE: export qe_get_brg_clk()Anton Vorontsov1-2/+3
2008-04-17[POWERPC] QE: implement qe_muram_offsetAnton Vorontsov1-7/+1
2008-03-10[POWERPC] QE: Make qe_get_firmware_info reentrantIonut Nicu1-1/+4
2008-03-07[POWERPC] QE: Fix QE firmware uploading limitTimur Tabi1-1/+1
2008-02-05[POWERPC] qe_lib: fix few fluffy negligencesAnton Vorontsov1-5/+5
2008-01-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov1-19/+44
2008-01-23[POWERPC] QE: Add ability to upload QE firmwareTimur Tabi1-0/+247
2007-12-13[POWERPC] qe: add function qe_clock_source()Timur Tabi1-0/+32
2007-12-11[POWERPC] QE: change qe_setbrg() to take an enum qe_clock instead of an integerTimur Tabi1-5/+9
2007-10-08[POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi1-13/+23
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi1-15/+14
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-2/+2
2007-03-29[POWERPC] qe: Fix QUICC Engine SDMA setup errorsChuck Meade1-3/+3
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras1-2/+1
2006-11-13[PATCH] Optimize qe_brg struct to use an arrayTimur Tabi1-2/+1
2006-11-01[POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDRTimur Tabi1-2/+1
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang1-0/+353