summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-01-14 12:35:32 +0800
committerMark Brown <broonie@linaro.org>2014-01-14 21:25:48 +0000
commitca919fe4b972b9428ab42bead11b04a4ebf0f632 (patch)
treec0b6c1b2bc65282ee0e7ab2794f2c656ec928fe2 /tools/perf/scripts/python/bin
parentba194a4de5c81ee200b6af88743b26f7b69aa659 (diff)
downloadkernel-ca919fe4b972b9428ab42bead11b04a4ebf0f632.tar.gz
ASoC: simple-card: fix one bug to writing to the platform data
It's a bug that writing to the platform data directly, for it should be constant. So just copy it before writing. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
/tr> 2025-05-02tools: ynl-gen: support CRUD-like notifications for classic NetlinkJakub Kicinski 2025-05-02tools: ynl-gen: support using dump types for ntfJakub Kicinski 2025-05-02tools: ynl: let classic netlink requests specify extra nlflagsJakub Kicinski 2025-05-02tools: ynl-gen: fill in missing empty attr listsJakub Kicinski 2025-05-02tools: ynl-gen: factor out free_needs_iter for a structJakub Kicinski 2025-05-02tools: ynl-gen: fix comment about nested struct dictJakub Kicinski 2025-04-23netlink: specs: allow header properties for attribute setsJakub Kicinski 2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-04-16tools: ynl-gen: make sure we validate subtype of array-nestJakub Kicinski 2025-04-16tools: ynl-gen: individually free previous values on double setJakub Kicinski 2025-04-16tools: ynl-gen: move local vars after the opening bracketJakub Kicinski 2025-04-16tools: ynl-gen: don't declare loop iterator in placeJakub Kicinski 2025-04-10tools: ynl-gen: use family c-name in notificationsJakub Kicinski 2025-04-10tools: ynl-gen: consider dump ops without a do "type-consistent"Jakub Kicinski 2025-04-10tools: ynl: don't use genlmsghdr in classic netlinkJakub Kicinski 2025-04-10tools: ynl-gen: don't consider requests with fixed hdr emptyJakub Kicinski 2025-04-10tools: ynl: support creating non-genl socketsJakub Kicinski 2025-02-12tools/net/ynl: add indexed-array scalar support to ynl-gen-cDonald Hunter 2025-02-12tools/net/ynl: sanitise enums with leading digits in ynl-gen-cDonald Hunter 2025-02-12tools/net/ynl: add s8, s16 to valid scalars in ynl-gen-cDonald Hunter 2025-02-06tools: ynl-gen: support limits using definitionsJakub Kicinski 2025-02-06tools: ynl-gen: don't output external constantsJakub Kicinski 2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek