summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorAlexey Minnekhanov <alexeymin@postmarketos.org>2021-07-10 11:55:08 +0300
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-07-19 11:24:45 -0500
commit66cb47d40e503c64d8ff21b1d4718f6d246925c4 (patch)
treea49a143b5a52285095b00d266de0a786063b14fa /scripts/git.orderFile
parente73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff)
downloadkernel-66cb47d40e503c64d8ff21b1d4718f6d246925c4.tar.gz
ARM: dts: qcom: msm8974-klte: Enable remote processors
Override power supplies to proper ones, thus enabling to power on ADSP and modem remoteprocs. Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org> Link: https://lore.kernel.org/r/20210710085509.105320-1-alexeymin@postmarketos.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
k: factor out extack compositionJakub Kicinski 2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-05-06netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet 2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni 2022-04-19netlink: reset network and mac headers in netlink_dump()Eric Dumazet 2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp 2022-03-18af_netlink: Fix shift out of bounds in group mask calculationPetr Machata 2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski 2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli 2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet 2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-10-05netlink: annotate data races around nlk->boundEric Dumazet 2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal 2021-07-20netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng 2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng 2021-06-29net: sock: introduce sk_error_reportAlexander Aring 2021-05-17netlink: disable IRQs for netlink_lock_table()Johannes Berg 2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal