summaryrefslogtreecommitdiffstats
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* Testing for the idle i2c bus was done backwards, we haveChristian Vogel2011-01-021-2/+2
* display/td014: add short delay after initializing uwireSteve Markgraf2011-01-021-0/+1
* fw/layer1: Resync TCH primitive on mode changesSylvain Munaut2010-12-271-0/+2
* stdint.h: Next attempt at making this work with various compilersHolger Hans Peter Freyther2010-12-201-0/+7
* [mtk] Add initial / unfinished MT6139 driverHarald Welte2010-12-122-0/+265
* fw/layer1: Fix reset of dedicated channel stateSylvain Munaut2010-11-281-0/+3
* fw/layer1: Fix missing include in prim_pm.cSylvain Munaut2010-11-241-0/+1
* target uart: remove REG_OFFS() macro side-effectAlex Badea2010-11-171-1/+1
* target uart: fix preservation of LCRAlex Badea2010-11-171-4/+4
* fw/l1/mframe_sched: Fix the TCH_A entries to include the MF_F_SACCH flagSylvain Munaut2010-11-141-4/+8
* fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut2010-11-142-3/+3
* add definitions for sciphone G2Harald Welte2010-11-092-0/+40
* add some header files about MTK GSM related peripheralsHarald Welte2010-11-094-0/+226
* target/fw/dsp: Implement section loading with bootloaderSylvain Munaut2010-11-071-0/+35
* target/fw/dsp: Create a common function to start running codeSylvain Munaut2010-11-071-8/+10
* target/fw/l1: Fix TCH/H1 by properly loading the TCH mode during TCH_A taskSylvain Munaut2010-11-071-3/+3
* target/fw/l1: Fix TCH/H by properly scheduling the TCHD task during 'off' slotsSylvain Munaut2010-11-073-0/+63
* target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg2010-10-304-10/+34
* target/fw/layer1: correctly initialize afc_retriesSteve Markgraf2010-10-251-0/+1
* target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut2010-10-251-0/+14
* target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut2010-10-251-2/+14
* target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut2010-10-253-2/+84
* target/fw/layer1: Add initial version of TCH primitivesSylvain Munaut2010-10-254-2/+605
* target/fw/calypso: Fix dsp_load_tch_param to set fn_report for TCH/HSylvain Munaut2010-10-251-3/+22
* target/fw/layer1: Store the GSM48 constants in l1s.tch_mode instead of DSP csteSylvain Munaut2010-10-251-6/+3Star
* target/fw/layer1: Fix msgb leak when prim_rx is half executedSylvain Munaut2010-10-251-1/+4
* target/fw/include: Fix missing apc helper declarationSylvain Munaut2010-10-251-0/+2
* target/fw/layer1: Use common DSP API memcpy instead of repeating codeSylvain Munaut2010-10-252-18/+4Star
* target/fw/dsp: Add utility function to memcpy to/from the APISylvain Munaut2010-10-252-0/+59
* sercomm.c: Avoid unused variable compiler warningHolger Hans Peter Freyther2010-10-021-2/+2
* target/dsp: Add dsp audio initializationDieter Spaar2010-09-281-0/+77
* target/dsp: Adjust dsp parameters for TCH FR CodecDieter Spaar2010-09-281-1/+1
* fw/layer1: Process the tch_mode and store it for later useSylvain Munaut2010-09-284-0/+59
* fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut2010-09-284-13/+43
* fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg2010-09-285-4/+28
* fw/layer1: Introduce prim_utils.c for shared helper betwee primitivesSylvain Munaut2010-09-284-4/+47
* fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut2010-09-284-7/+26
* fw/layer1: Fix type of p3 in tdma window setup/cleanup sched itemsSylvain Munaut2010-09-281-2/+2
* Remove the various checks for high TS as those should now workSylvain Munaut2010-09-261-7/+0Star
* fw/layer1: New TPU window sync methodSylvain Munaut2010-09-261-2/+9
* fw/layer1: Fix RX TPU window - no TA dependencySylvain Munaut2010-09-261-1/+0Star
* target/layer1: Implement host-driven Tx power controlSylvain Munaut2010-09-2611-9/+212
* fw/layer1: Display diff in hwtimer value when lost interrupt is detectedSylvain Munaut2010-09-261-1/+1
* fw/l23_api: Fix cut&paste typo in commentSylvain Munaut2010-09-171-1/+1
* fw/layer1: Properly set/reset ciphering parameters when neededSylvain Munaut2010-09-171-1/+6
* fw/dsp: Add function to load dsp ciphering parametersSylvain Munaut2010-09-173-0/+20
* fw/layer1: Properly load the tch dsp param (including various fn) in RXSylvain Munaut2010-09-171-2/+6
* fw: Update dsl_load_tch_params to set the fn_sid, fn_report and fn_a5Sylvain Munaut2010-09-173-20/+47
* fw: Move channel type/mode definitions in common headerSylvain Munaut2010-09-172-18/+20
* fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut2010-09-171-7/+0Star