summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-09-17 14:50:53 -0700
committerAndy Gross <agross@codeaurora.org>2015-10-14 14:51:21 -0500
commit24f60e3776e340136f8d822aff75fe06b78a315f (patch)
treee4e3f75bf279f14211095d9b9d2589cf9de1c7ca /scripts/patch-kernel
parent30b7ea5eda0afb13164b2d7049a56645cfc1d47b (diff)
downloadkernel-24f60e3776e340136f8d822aff75fe06b78a315f.tar.gz
soc: qcom: smd: Handle big endian CPUs
The smd structures are always in little endian, but the smd driver is not capable of being used on big endian CPUs. Annotate the little endian data members and update the code to do the proper byte swapping. Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
mit/fs/xfs/linux-2.6/xfs_lrw.c?h=master&id=d3cf209476b72c83907a412b6708c5e498410aa7'>[XFS] propogate return codes from flush routinesLachlan McIlroy 2007-02-10[XFS] Don't use kmap in xfs_iozero.David Chinner 2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen 2007-02-10[XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy 2006-12-08[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek 2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty 2006-09-28[XFS] Minor cleanup from dio locking fix, remove an extra conditional.Nathan Scott 2006-09-07[XFS] Fix xfs_splice_write() so appended data gets to disk.David Chinner 2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy 2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott 2006-06-19[XFS] Push some common code out of write path into core XFS code forNathan Scott 2006-06-09[XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott 2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott 2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott 2006-06-09[XFS] Drop use of m_writeio_blocks when zeroing, its not meaningfulNathan Scott 2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber 2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe 2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar 2006-03-31[XFS] Provide XFS support for the splice syscall.Nathan Scott 2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott