- 13 5月, 2010 36 次提交
-
-
由 Daniel Walker 提交于
This cleans up coding style. There are no run time changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Dima Zavin 提交于
Forcing the alignment prevents gcc from generating byte reads for word member variables. Lack of this caused issues when the app processor modified struct members and the modem saw a partial word write. Signed-off-by: NDima Zavin <dima@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Dima Zavin 提交于
Signed-off-by: NDima Zavin <dima@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
Some smd clients may write from multiple threads, in which case it's not safe to call smd_write without holding a lock. smd_write_atomic() provides the same functionality as smd_write() but obtains the smd lock first. Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Iliyan Malchev 提交于
Signed-off-by: NIliyan Malchev <malchev@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
Don't mark a channel as allocated if we failed to allocate it (perhaps the modem updated one table but not the other, etc) Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Haley Teng 提交于
When we read data out of the sender's fifo, we need to advance the sender's tail pointer, not the receiver's. Signed-off-by: NHaley Teng <Haley_Teng@htc.com> Acked-by: NDima Zavin <dima@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
- QSD8250 has a DSP that speaks SMD, in addition to the modem - handle a separate list of modem vs dsp channels - install dsp smd irq handler as necessary Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
- pull debug code into smd_debug.c - move necessary structures and defines into smd_private.h - fix some comment formatting, etc Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Arve Hjønnevåg 提交于
Signed-off-by: NArve Hjønnevåg <arve@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Arve Hjønnevåg 提交于
The new protocol require writing to two state fields, and reading several fields. Signed-off-by: NArve Hjønnevåg <arve@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
- support both v2 and v1 style smd channels - support both v2 and v1 smsm shared state - update smsm state defines and smem item enum - prep work for dealing with smd to qdsp6 - simplify some smem access to minimize use of smem_alloc() at runtime Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
Signed-off-by: NBrian Swetland <swetland@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
This code provides the low level interface to the "shared memory state machine" (smsm), and the virtual serial channels (smd), used to communicate with the baseband processor. Higher level transports (rpc, ethernet, AT command channel, etc) ride on top of this. Signed-off-by: NBrian Swetland <swetland@google.com>
-
由 Dima Zavin 提交于
Also, convert all SDCC IRQ resources to be named. No longer pass status_irq in the platform_data Signed-off-by: NDima Zavin <dima@android.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 San Mehat 提交于
Signed-off-by: NSan Mehat <san@google.com> Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
Just adds a mailing list to the MSM maintainer entry. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
This adds a basic board file without Kconfig changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Willie Ruan 提交于
Signed-off-by: NWillie Ruan <wruan@quicinc.com>
-
由 Matt Wilson 提交于
Support independent enable and disable by clients for common vreg. First enable switches on and last disable switches off. This change has no check for voltage level so clients must agree on level for common vreg. Signed-off-by: NMatthew Wilson <mtwilson@quicinc.com>
-
由 Daniel Walker 提交于
Fixes the following warning, arch/arm/mach-msm/acpuclock-arm11.c:138: warning: 'freq_table' defined but not used when CONFIG_CPU_FREQ_TABLE is not enabled. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Steve Muckle 提交于
Keep track of the success/failure of the last vreg proc comm command, and return that on debugfs reads. Signed-off-by: NSteve Muckle <smuckle@quicinc.com>
-
由 Steve Muckle 提交于
Signed-off-by: NSteve Muckle <smuckle@quicinc.com>
-
由 Daniel Walker 提交于
Move the naming of this board file back to the original Google naming. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
This adds acpuclock-arm11.c from Google. This provides control over the cpu frequency for arm11 cpu's. This has shared authorship between Google, and Qualcomm. Most of it was written by Mike Chan at Google. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Brian Swetland 提交于
Avoids problems on the scorpion core. Signed-off-by: NBrian Swetland <swetland@google.com>
-
由 Arve Hjønnevåg 提交于
Signed-off-by: NArve Hjønnevåg <arve@android.com>
-
由 Arve Hjønnevåg 提交于
Signed-off-by: NArve Hjønnevåg <arve@android.com>
-
由 Dima Zavin 提交于
Signed-off-by: NDima Zavin <dima@android.com>
-
由 Arve Hjønnevåg 提交于
Signed-off-by: NBrian Swetland <swetland@google.com>
-
由 Arve Hjønnevåg 提交于
Signed-off-by: NArve Hjønnevåg <arve@android.com>
-
由 Arve Hjønnevåg 提交于
-
由 Daniel Walker 提交于
This adds a basic board file without Kconfig changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
This adds a basic board file without Kconfig changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
This adds a basic board file without Kconfig changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Daniel Walker 提交于
This adds a basic board file without Kconfig changes. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
- 08 5月, 2010 1 次提交
-
-
由 Daniel Walker 提交于
This reverts commit ee3c454b. As request by Russell King. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
- 04 5月, 2010 3 次提交
-
-
由 Dave Estes 提交于
Handle incorrectly reported permission faults for qsd8650. On permission faults, retry MVA to PA conversion. If retry detects translation fault. Report as translation fault. Cc: Jamie Lokier <jamie@shareable.org> Signed-off-by: NDave Estes <cestes@quicinc.com>
-
由 Daniel Walker 提交于
add oprofile pmu support for msm. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
-
由 Steve Muckle 提交于
MSM supports the <linux/clk.h> interface. Acked-by: NDavid Brown <davidb@quicinc.com> Signed-off-by: NSteve Muckle <smuckle@quicinc.com>
-