1. 22 Jul, 2010 19 commits
    • Nishanth Menon's avatar
      staging: tidspbridge: remove std.h · 2094f12d
      Nishanth Menon authored
      std.h introduces _TI_ _FLOAT_ _FIXED_ _TARGET_ ARG_TO_INT ARG_TO_PTR
      which are no longer being used anywhere. we dont really need the
      custom std.h header. remove it from the repo. where we need types,
      introduce standard types.h
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Reviewed-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      2094f12d
    • Nishanth Menon's avatar
      staging: tidspbridge: no need for custom NULL · 86dd51e4
      Nishanth Menon authored
      kernel has it's own NULL define, we dont need to introduce our own
      custom NULL type!
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Reviewed-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      86dd51e4
    • Nishanth Menon's avatar
      staging: tidspbridge: remove custom TRUE FALSE · 5e768067
      Nishanth Menon authored
      bool has standard true and false, we dont need to introduce
      our own TRUE and FALSE macros.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Reviewed-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      5e768067
    • Rene Sapiens's avatar
      staging: ti dspbridge: make variables in prototypes match within functions definitions · c8c1ad8c
      Rene Sapiens authored
      This patch renames the variables in the parameter lists and in the function
      definitions to make them match.
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      c8c1ad8c
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · 5a09ddea
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      validBit to valid_bit
      victimEntryNum to victim_entry_num
      virtualAddr to virtual_addr
      xType to xtype
      actualValue to actual_value
      EASIL1_MMUMMU_IRQSTATUSReadRegister32 to easil1_mmummu_irqstatus_read_register32
      EASIL1_MMUMMU_LOCKBaseValueWrite32 to easil1_mmummu_lock_base_value_write32
      easiNum to easi_num
      expectedValue to expected_value
      invalidValue to invalid_value
      L1_base to l1_base
      L2_base to l2_base
      lower16Bits to lower16_bits
      lower8Bits to lower8_bits
      lowerMiddle8Bits to lower_middle8_bits
      lowerUpper8Bits to lower_upper8_bits
      maxValidValue to max_valid_value
      minValidValue to min_valid_value
      newValue to new_value
      returnCodeIfMismatch to return_code_if_mismatch
      spyCodeIfMisMatch to spy_code_if_mis_match
      upper16Bits to upper16_bits
      upper8Bits to upper8_bits
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      5a09ddea
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · 5e2eae57
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      ulBrdState to brd_state
      ulChnl to chnl
      ulDspAddr to dsp_add
      ulDspDestAddr to dsp_dest_addr
      ulDspLoadAddr to dsp_load_addr
      ulDspRunAddr to dsp_run_addr
      ulDspSrcAddr to dsp_src_addr
      ulMapAttrs to map_attr
      ulMemType to mem_type
      ulRMSFxn to rms_fxn
      ulStatus to ret
      ulVirtAddr to virt_addr
      uNumDesc to num_desc
      uNumToDSP to num_to_dsp
      uPaSize to pa_size
      uPhase to phase
      uSegId to segm_id
      uStream1 to stream1
      uStream2 to stream2
      uZId to zid
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      5e2eae57
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · 0cd343a4
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      segmentId to segmnt_id
      SetPageDirty to set_page_dirty
      sizeInBytes to size_in_bytes
      sleepCode to sleep_code
      Status to status
      symName to sym_name
      szVar to sz_var
      Trapped_Args to trapped_args
      TTBPhysAddr to ttb_phys_addr
      uChirps to chirps
      uChnlId to ch_id
      uChnlID to ch_id
      uContentSize to cont_size
      uDDMAChnlId to ddma_chnl_id
      uEvents to events
      ulAlign to align_mask
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0cd343a4
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · 318b5df9
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      puLen to len
      pulEntry to entry_pt
      pulFxnAddr to fxn_addr
      pulId to chan_id
      pulSegId to sgmt_id
      pVaBuf to va_buf
      pVirtualAddress to virtual_address
      pwMbVal to mbx_val
      pWord to word
      pXlatorAttrs to xlator_attrs
      registerFxn to register_fxn
      rootPersistent to root_prstnt
      sectionData to section_data
      sectionInfo to section_info
      sectionName to section_name
      sectName to sec_name
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      318b5df9
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · 383b8345
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      pstrFxn to str_fxn
      pstrLibName to str_lib_name
      pstrSect to str_sect
      pstrSym to str_sym
      pstrZLFileName to str_zl_file_name
      pstrZLFile to str_zl_file
      pszCoffPath to sz_coff_path
      pszMode to sz_mode
      pszName to sz_name
      pszSectName to sz_sect_name
      pszUuid to sz_uuid
      pszZlDllName to sz_zl_dll_name
      puAddr to addr
      pulAddr to addr
      pulBufSize to buff_size
      pulBytes to nbytes
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      383b8345
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · 13b18c29
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      pPhysAddr to phys_addr
      pPhysicalAddress to physical_address
      ppIntfFxns to if_fxns
      pProcLoadStat to proc_load_stat
      pProcStat to proc_lstat
      ppSym to sym_val
      pRefData to ref_data
      pRef to ref
      preservedBit to preserved_bit
      pResult to result
      procID to proc_id
      pSectInfo to sect_inf
      pSrc to src
      pstrContent to str_content
      pstrDummyFile to str_dummy_file
      pstrExecFile to str_exec_file
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      13b18c29
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · fb6aabb7
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      pMemStatBuf to mem_stat_buf
      pMgrAttrs to mgr_attrts
      pMgrInfo to mgr_info
      pNodeEnv to node_env
      pNodeId to node_uuid
      pNodeInfo to node_info
      pNumLibs to num_libs
      pNumPersLibs to num_pers_libs
      pObjDef to obj_def
      pObjUuid to obj_uuid
      poolPhysBase to pool_phys_base
      poolSize to pool_size
      pPctxt to pctxt
      ppDevContext to dev_cntxt
      ppDrvInterface to drv_intf
      pPersistentDepLibs to prstnt_dep_libs
      pPhyAddr to phy_addr
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      fb6aabb7
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · daa89e6c
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      phNldrObj to nldr_ovlyobj
      phNldr to nldr
      phNodeMgr to node_man
      pHostBuf to host_buf
      pHostConfig to host_config
      phRmmMgr to rmm_mgr
      phStrmMgr to strm_man
      phStrm to strm_objct
      phXlator to xlator
      physicalAddr to physical_addr
      pInfo to channel_info
      pIOC to chan_ioc
      pLib to lib_obj
      pList to lst
      pMemBuf to mem_buf
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      daa89e6c
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · e436d07d
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      phDevContext to device_ctx
      phDevNode to dev_nde
      phDevObject to device_obj
      phDispObject to dispatch_obj
      phDmmMgr to dmm_manager
      phDrvObject to drv_obj
      phDRVObject to drv_obj
      phIOMgr to io_man
      phLoader to loader
      phManager to manager
      phMgrObject to mgr_obj
      phMgr to mgr
      phMsgMgr to msg_man
      phMsgQueue to msgq
      phNldrNode to nldr_nodeobj
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e436d07d
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · a5120278
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      pdwSize to buff_size
      pdwState to board_state
      pdwValue to value
      pdwVersion to version
      pElemExisting to elem_existing
      pEntry to entry
      pExists to exists
      pfEnablePerf to enable_perf
      pGenObj to gen_obj
      phChnlMgr to channel_mgr
      phChnl to chnl
      phCodMgr to cod_mgr
      phDCDHandle to dcd_handle
      phDcdMgr to dcd_mgr
      phDehMgr to deh_manager
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      a5120278
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case · aa09b091
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      pArb to arb
      pbAlreadyAttached to already_attached
      pBaseAddr to base_addr
      pbHostBuf to host_buff
      pBufVa to buf_va
      pChnlInfo to channel_info
      pConfig to config_param
      pContent to content
      pContext to context
      pdcdProps to dcd_prop
      pDepLibUuids to dep_lib_uuids
      pDevNodeString to dev_node_strg
      pDispAttrs to disp_attrs
      pDsp to dsp
      pdwAutoStart to auto_start
      pdwChnl to chnl
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      aa09b091
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · 95870a88
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      hStrm to stream_obj
      iMode to io_mode
      irqMask to irq_mask
      lOffset to offset
      memPtr to mem_ptr
      moduleId to module_id
      msgCallback to msg_callback
      msgList to msg_list
      nArgc to num_argc
      nEntryStart to entry_start
      nMemSpace to mem_space
      nStatus to node_status
      nStrms to strms
      numLibs to num_libs
      numLockedEntries to num_locked_entries
      pageSize to page_sz
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      95870a88
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · e6890692
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      hDevContext to dev_ctxt
      hDevExtension to dev_extension
      hdevObject to device_obj
      hDispObject to disp_obj
      hDrVObject to driver_obj
      hDRVObject to driver_obj
      hMGRHandle to mgr_handle
      hNldrObject to nldr
      hNode1 to node1
      hNode2 to node2
      hNodeRes to node_resource
      hPCtxt to process_ctxt
      hProc to proc
      hStreamHandle to stream_handle
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e6890692
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · b301c858
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      dspAddr to dsp_address
      dspAdr to dsp_adr
      dspBaseVirt to dsp_base_virt
      dwDeviceContext to device_context
      dwDSPAddrOffset to dsp_addr_offset
      dwDSPAddr to dsp_addr
      dwErrInfo to error_info
      dwGPPBaseBA to gpp_base_ba
      dwMask to mask
      dwTimeout to timeout
      dwTimeOut to timeout
      dwValue to value
      entryNum to entry_num
      execFile to exec_file
      fFlush to flush_data
      FlushMemType to flush_mem_type
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b301c858
    • Rene Sapiens's avatar
      staging: ti dspbridge: fix compilation error · 0d9073ab
      Rene Sapiens authored
      This patch fix a compilation error in uuid_hex_to_bin
      due to the patch "simplify and clean up"
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Acked-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0d9073ab
  2. 08 Jul, 2010 21 commits