dragon: Update prebuilt kernel to 7575ff8291e1d60a731f2c9e6a04be456178c133

Switched from stabilize-smaug-7566.B to stabilize-smaug-7547.B.

Note that stabilize-smaug-7547.B was reset and branched from
chromeos-3.18 at commit feca8b9cfdd9 ("UPSTREAM: lib: fix data race in
rhashtable_rehash_one").  The HEAD of the old stabilize-smaug-7547.B
branch as used in the factory ROM kernel has been tagged as MYB15I.

Build: trybot-smaug-paladin/R48-7547.1.0-b605

Changes include:
* 7575ff8 CHROMIUM: ARM64: dragon: remove SysV IPC from kernel
* 2cca648 CHROMIUM: ARM64: dragon: Renormalize defconfig
* 2942465 UPSTREAM: Initialize msg/shm IPC objects before doing ipc_addid()
* 17f6703 FROMLIST: clk: tegra210: Fix sparse warnings for functions not declared as static
* d548b77 FROMLIST: clk: tegra: Fix sparse warning for pll_m
* 897780c CHROMIUM: usb: gadget: tegra_xudc: correctly re-enable EP
* d3b18ef CHROMIUM: i2c: tegra: fix controller id setting
* c4bccf0 CHROMIUM: mmc: sdhci-tegra: Set MMC_CAP_WAIT_WHILE_BUSY
* 15a0dad UPSTREAM: pagemap: do not leak physical addresses to non-privileged userspace
* feca8b9 UPSTREAM: lib: fix data race in rhashtable_rehash_one
* d42e31e UPSTREAM: rhashtable: fix for resize events during table walk
* 72b9787 UPSTREAM: rhashtable: add missing import <linux/export.h>
* 50f5d3a UPSTREAM: rhashtable: Add cap on number of elements in hash table
* 13faf67 UPSTREAM: rhashtable: Simplify iterator code
* 47c2605 UPSTREAM: rhashtable: don't attempt to grow when at max_size
* 0aadf22 UPSTREAM: rhashtable: Do not schedule more than one rehash if we can't grow further
* 3275806 UPSTREAM: rhashtable: Schedule async resize when sync realloc fails
* b7a9bde UPSTREAM: rhashtable: provide len to obj_hashfn
* 25a6659 UPSTREAM: rhashtable: Add rhashtable_free_and_destroy()
* 6d20728 UPSTREAM: rhashtable: Disable automatic shrinking by default
* 5c2abee UPSTREAM: rhashtable: Mark internal/private inline functions as such
* 6d80589 UPSTREAM: rhashtable: Use 'unsigned int' consistently
* 9b012ad UPSTREAM: rhashtable: Add comment on choice of elasticity value
* 6330a65 UPSTREAM: rhashtable: Extend RCU read lock into rhashtable_insert_rehash()
* adcc470 UPSTREAM: rhashtable: Fix sleeping inside RCU critical section in walk_stop
* 40d6f22 UPSTREAM: rhashtable: Add immediate rehash during insertion
* 158e3a9 UPSTREAM: rhashtable: Allow GFP_ATOMIC bucket table allocation
* 8acd1fd UPSTREAM: rhashtable: Add multiple rehash support
* 1b359fe UPSTREAM: rhashtable: Shrink to fit
* 55263b71 UPSTREAM: rhashtable: Allow hashfn to be unset
* e1d58dc UPSTREAM: rhashtable: Add barrier to ensure we see new tables in walker
* e5ac245 UPSTREAM: rhashtable: Eliminate unnecessary branch in rht_key_hashfn
* 063fa1e UPSTREAM: rhashtable: Fix undeclared EEXIST build error on ia64
* a456b20 UPSTREAM: rhashtable: Rip out obsolete out-of-line interface
* 9c885ec UPSTREAM: netfilter: Convert nft_hash to inlined rhashtable
* 116014e UPSTREAM: netlink: Move namespace into hash key
* 6ab586d UPSTREAM: rhashtable: Allow hash/comparison functions to be inlined
* fe8a1c2 UPSTREAM: rhashtable: Make rhashtable_init params argument const
* efcb950 UPSTREAM: rhashtable: Round up/down min/max_size to ensure we respect limit
* d303342 UPSTREAM: rhashtable: Remove max_shift and min_shift
* 6b39634 UPSTREAM: rhashtable: Introduce max_size/min_size
* aabe985 UPSTREAM: rhashtable: Remove shift from bucket_table
* 7a016bd UPSTREAM: rhashtable: Avoid calculating hash again to unlock
* ab907ce UPSTREAM: rhashtable: Annotate RCU locking of walkers
* d9afa4e UPSTREAM: rhashtable: Fix rhashtable_remove failures
* b4d8f0c UPSTREAM: rhashtable: Fix use-after-free in rhashtable_walk_stop
* 4efe22e UPSTREAM: rhashtable: Move future_tbl into struct bucket_table
* cb51472 UPSTREAM: rhashtable: Add rehash counter to bucket_table
* 80eb26b UPSTREAM: rhashtable: Free bucket tables asynchronously after rehash
* a111b04 UPSTREAM: rhashtable: Move seed init into bucket_table_alloc
* b2d8858 UPSTREAM: rhashtable: Use SINGLE_DEPTH_NESTING
* edcadec UPSTREAM: rhashtable: Fix walker behaviour during rehash
* f573048 UPSTREAM: x86/tls: Don't validate lm in set_thread_area() after all
* 188b473 UPSTREAM: rhashtable: Fix read-side crash during rehash
* 9665d2e UPSTREAM: rhashtable: kill ht->shift atomic operations
* 8e6d47b UPSTREAM: rhashtable: Fix reader/rehash race
* 49cf122 UPSTREAM: rhashtable: Remove obj_raw_hashfn
* ca12844 UPSTREAM: rhashtable: Remove key length argument to key_hashfn
* cae53f6 UPSTREAM: rhashtable: Use head_hashfn instead of obj_raw_hashfn
* 4cda2b1 UPSTREAM: rhashtable: Move masking back into key_hashfn
* 01f835f UPSTREAM: rhashtable: Add annotation to nested lock
* c0629a3 UPSTREAM: rhashtable: Add arbitrary rehash function
* 02db407 UPSTREAM: rhashtable: Move hash_rnd into bucket_table
* 7b146ec UPSTREAM: rhashtable: use cond_resched()
* e2ca83d UPSTREAM: rhashtable: remove indirection for grow/shrink decision functions
* f820ac1 UPSTREAM: rhashtable: unconditionally grow when max_shift is not specified
* 254481b9 UPSTREAM: rhashtable: initialize all rhashtable walker members
* 670cce0 UPSTREAM: rhashtable: better high order allocation attempts
* cec8a4c UPSTREAM: rhashtable: don't test for shrink on insert, expansion on delete
* ca4aa6e UPSTREAM: rhashtable: using ERR_PTR requires linux/err.h
* 8d7ca13 UPSTREAM: rhashtable: Fix remove logic to avoid cross references between buckets
* 209d20b UPSTREAM: rhashtable: Avoid bucket cross reference after removal
* 52cd174 UPSTREAM: rhashtable: Add more lock verification
* 641389a UPSTREAM: rhashtable: Dump bucket tables on locking violation under PROVE_LOCKING
* 046223e UPSTREAM: rhashtable: Wait for RCU readers after final unzip work
* f1df0ea UPSTREAM: rhashtable: Use a single bucket lock for sibling buckets
* 754ad6d UPSTREAM: rhashtable: key_hashfn() must return full hash value
* ce1aadb UPSTREAM: rhashtable: ensure cache line alignment on bucket_table
* ec1a3a5 UPSTREAM: rhashtable: Introduce rhashtable_walk_*
* 373a057 UPSTREAM: rhashtable: Fix potential crash on destroy in rhashtable_shrink
* d8ce92d UPSTREAM: rhashtable: Make selftest modular
* 8403ece UPSTREAM: rhashtable: rhashtable_remove() must unlink in both tbl and future_tbl
* c2ccb77 UPSTREAM: rhashtable: fix rht_for_each_entry_safe() endless loop
* efa4741 UPSTREAM: nl80211: Allow set network namespace by fd
* 4836ecb UPSTREAM: rhashtable: Fix race in rhashtable_destroy() and use regular work_struct
* 86ff38c UPSTREAM: rhashtable: Lower/upper bucket may map to same lock while shrinking
* 388e1ae UPSTREAM: rhashtable: add a note for grow and shrink decision functions
* 223b594 UPSTREAM: netlink: eliminate nl_sk_hash_lock
* 517faf4 UPSTREAM: rhashtable: involve rhashtable_lookup_compare_insert routine
* 5ad0422 UPSTREAM: rhashtable: initialize atomic nelems variable
* ac1ad15 UPSTREAM: rhashtable: avoid unnecessary wakeup for worker queue
* f023fd5 UPSTREAM: rhashtable: future table needs to be traversed when remove an object
* dd401a3 UPSTREAM: rhashtable: involve rhashtable_lookup_insert routine
* db22e67 UPSTREAM: rhashtable: introduce rhashtable_wakeup_worker helper function
* ff9cf98 UPSTREAM: rhashtable: optimize rhashtable_lookup routine
* d895dd3 UPSTREAM: rhashtable: fix missing header
* 8449c1e UPSTREAM: rhashtable: Supports for nulls marker
* 48376ab UPSTREAM: rhashtable: Per bucket locks & deferred expansion/shrinking
* aa4f455 UPSTREAM: spinlock: Add spin_lock_bh_nested()
* 821272c UPSTREAM: KEYS: Don't permit request_key() to construct a new keyring
* 5d3d536 UPSTREAM: KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
* 4906b33 UPSTREAM: KEYS: Fix race between key destruction and finding a keyring by name
* 152e857 CHROMIUM: clks: tegra210: Define camera EMC and ISO-EMC clks
* 22134d2 CHROMIUM: i915: prevent brightness from jumping up on enable
* 24b862f CHROMIUM: drm/tegra: Add VI WD IRQ support for MFI
* bbf04bc UPSTREAM: nft_hash: Remove rhashtable_remove_pprev()
* 039c876 CHROMIUM: drm/nouveau/fifo: avoid the preempt race with PMU firmware
* 0fd9df5 CHROMIUM: drm/nouveau/pmu: fix incorrect priv->initialized value
* 2d2651c CHROMIUM: drm/nouveau/pmu: export the mutex APIs
* 0e5ed76 CHROMIUM: ARM64: dragon: Enable Plantronics HID driver
* 7d7c0ee CHROMIUM: CONFIG: Enable Plantronics HID module
* 5b8bdc4 drm/tegra: Reject 0-size planes
* b22c888 CHROMIUM: usb: gadget: tegra_xudc: Fix request dequeue logic
* 34373bb CHROMIUM: net: usb: ax88179_178a: added Cypress GX3 VID/PID (04b4:3610)
* 0e033c2 CHROMIUM: ASoC: nau8825: Unground HPL/HPR before playback
* 1975285 UPSTREAM: rhashtable: Factor out bucket_tail() function
* 6f8d8f6 UPSTREAM: rhashtable: Convert bucket iterators to take table and index
* 7956263 UPSTREAM: rhashtable: Use rht_obj() instead of manual offset calculation
* 5f7aa54 UPSTREAM: rhashtable: Do hashing inside of rhashtable_lookup_compare()
* 0d0a9e1 UPSTREAM: netlink/genetlink: pass network namespace to bind/unbind
* 396ae68 UPSTREAM: netlink: call unbind when releasing socket
* 3ec5f79 UPSTREAM: netlink: update listeners directly when removing socket
* 136aeab UPSTREAM: genetlink: pass multicast bind/unbind to families
* ab63e95 UPSTREAM: netlink: rename netlink_unbind() to netlink_undo_bind()
* 6c1e662 UPSTREAM: net: replace remaining users of arch_fast_hash with jhash
* 78c6248 UPSTREAM: rhashtable: Check for count mismatch while iterating in selftest
* 21ad324 UPSTREAM: rhashtable: Drop gfp_flags arg in insert/remove functions
* f66e833 UPSTREAM: rhashtable: Add parent argument to mutex_is_held
* 7bab9c8 CHROMIUM: drm/nouveau: Synchronize PRAMIN writes in map_pgt
* 56e6493 UPSTREAM: rhashtable: Move mutex_is_held under PROVE_LOCKING
* f620635 UPSTREAM: netfilter: Move mutex_is_held under PROVE_LOCKING
* 6c3be41 UPSTREAM: netlink: Move mutex_is_held under PROVE_LOCKING
* fd32e13 CHROMIUM: wireless42: drop local rhashtable.h
* e2f53e2 CHROMIUM: config: update tegra64 config
* cb507d6 CHROMIUM: config: renormalize splitconfigs
* 5e634a3 CHROMIUM: usb: gadget: u_ether: fix assertion when called from other gadgets
* b59faa5 CHROMIUM: usb: gadget: rndis: fix print format warning
* e68606e UPSTREAM: /proc/PID/status: show all sets of pid according to ns
* a55c4ae CHROMIUM: arm64: tegra: smaug: set low-battery threshold
* 8975dbe CHROMIUM: mfd: max77620: add lb-threshold-vol property
* 1044de9 CHROMIUM: Bluetooth: update stack to bluetooth-next
* 0abeb6d Revert "CHROMIUM: atmel_mxt_ts: sleep after issuing reset command"
* 15e4fc7 CHROMIUM: usb: gadget: tegra_xudc: Properly set PORTPM L1S
* 3005ec2 CHROMIUM: usb: gadget: tegra_xudc: Fix typo in port instance setup
* abd746e CHROMIUM: usb: gadget: tegra_xudc: Fix port resume
* 6b538f1 CHROMIUM: drm/nouveau: Prevent page size promotion on remap
* 390b818 CHROMIUM: ASoC: tegra210_rt5677: Keep hotwording DAPM path alive over suspend
* 07520f4 CHROMIUM: of: add lb-threshold-vol property for max77620
* a2363f1 CHROMIUM: usb: gadget: composite: Fix potential use-after-free
* 815cf72 CHROMIUM: usb: gadget: Fix error handling in composite_os_desc_req_prepare()
* 8cc129a UPSTREAM: usb: gadget: composite: conditionally dequeue os_desc and setup requests
* 1ba1586 UPSTREAM: usb: gadget: composite: introduce setup and os_desc pending flags
* b765728 UPSTREAM: usb: gadget: composite: set our req->context to cdev
* 4a67ba0 CHROMIUM: memory: tegra210: fix flag definitions
* 0aafb5a UPSTREAM: mmc: mmc: Improve reliability of mmc_select_hs400()
* a42091d UPSTREAM: mmc: mmc: Move mmc_switch_status()
* 1872087 UPSTREAM: mmc: mmc: Fix HS setting in mmc_select_hs400()
* 0172600 CHROMIUM: arm64: dts: mt8173-oak: configure gpiogap through DT
* 6aaa979 CHROMIUM: dvfs: tegra210: correct voltage ladders in rail stats
* 5c40721 UPSTREAM: pinctrl: mediatek: fix a memleak when do dt maps.
* 6307c04 UPSTREAM: pinctrl: mediatek: Add get_direction support.
* 7f8c2e0 CHROMIUM: drm/img-rogue: Use Hz for freq everywhere
* a7d3082 CHROMIUM: config: Enable DEVFREQ governors
* ad0a133 CHROMIUM: drm/img-rogue: Allocate w/ GFP_ATOMIC when holding rcu read lock
* 546337b CHROMIUM: drm/img-rogue/mt8173: initialise heap and timing config statically
* 71880df UPSTREAM: thermal: devfreq_cooling: use a thermal_cooling_device for register and unregister
* 95fd9fd UPSTREAM: PM / devfreq: fix double kfree
* 3670ab5 UPSTREAM: PM / devfreq: Fix governor_store()
* 4a8a2fe UPSTREAM: PM / devfreq: comments for get_dev_status usage updated
* efb0ddd UPSTREAM: PM / devfreq: correct misleading comment
* eea4841 CHROMIUM: config: Enable CONFIG_DEBUG_ATOMIC_SLEEP
* 2536eb7 FROMLIST: ASoC: rt5645: Add struct dmi_system_id "Google Terra" for chrome platform
* 05f3d10 CHROMIUM: drm/img-rogue: Cleanup interface to DeinitDVFS
* a22e958 CHROMIUM: drm/img-rogue: Cleanup obsolete PVR_POWER_ACTOR
* 9f00397 UPSTREAM: spi: mediatek: revise mtk_spi_probe() failure flow
* b1ffb9f UPSTREAM: soc: Mediatek: Enable SCPSYS power domain driver by default
* 342a118 UPSTREAM: arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs
* 71cf4e2 CHROMIUM: config: renormalize splitconfigs
* c98caac CHROMIUM: tegra/sysedp: update battery power in time
* 883a368 CHROMIUM: mfd: max77620: power off system if hit low battery
* e805316 CHROMIUM: mfd: max77620: fix low battery interrupt
* 2a75f7c CHROMIUM: drm/tegra: Correct the color format setting
* 6a3f06b CHROMIUM: net: usb: asix: fix AX88772x resume failures
* 8d7827c CHROMIUM: arm64: dts: tegra210: fix the IRQ hierarchy
* ea01d2a UPSTREAM: irqchip/tegra: Propagate IRQ type setting to parent
* 03f76dc BACKPORT: genirq: Introduce irq_chip_set_type_parent() helper
* e5c5240 UPSTREAM: irqchip: tegra: Set the proper base address in irq chip data
* 504da6c Revert "CHROMIUM: irqchip: tegra: fix wrong irq base address"
* 0a2a20f CHROMIUM: drm/tegra: Add check for planar rotations
* f36b206 UPSTREAM: cfg80211: don't WARN about two consecutive Country IE hint
* 4c94180 CHROMIUM: drm/tegra: Properly handle plane rotation in atomic_check
* c677fc3 UPSTREAM: drm/i915: Skip CHV PHY asserts until PHY has been fully reset
* 0765fb6 FORMLIST:ASoC: rt5645: Add struct dmi_system_id "Google wizpig" for Chrome OS
* 83db603 UPSTREAM: mwifiex: avoid freeing improper pointer in mwifiex_set_wowlan_mef_entry
* 4e5dd3f UPSTREAM: mwifiex: Add support for auto ARP in mwifiex.
* c9063a9 UPSTREAM: mwifiex: Add support for wowlan disconnect
* 5fc2942 UPSTREAM: mwifiex: Move code for wowlan magic-packet and patterns to a function
* 918c30e Revert "CHROMIUM: drm/tegra: Give dc more time for spooling"
* 02d7f7b drm/tegra: Correct bpp for yuv in calc_disp_param
* 85be7d4 CHROMIUM: drm/img-rogue/mt8173: cleanup tracing and formatting
* 3cf5724 CHROMIUM: drm/tegra: Fix NULL dereference in LA code
* 3d460c8 CHROMIUM: mwifiex: fix null pointer dereference in MFG mode
* 1c6d936 UPSTREAM: Bluetooth: Fix missing hdev locking for LE scan cleanup
* 990b5e1 UPSTREAM: Bluetooth: Fix initializing conn_params in scan phase
* 01cdb80 UPSTREAM: Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanup
* ede6d17 UPSTREAM: Bluetooth: Fix remove_device behavior for explicit connects
* d88e782 UPSTREAM: Bluetooth: Fix LE reconnection logic
* fe1809c UPSTREAM: Bluetooth: Fix reference counting for LE-scan based connections
* 43f1907 UPSTREAM: Bluetooth: Fix double scan updates
* 1d344b6 Revert "CHROMIUM: HID: implement autorepeat for basic keys"
* 9217ecf9 CHROMIUM: ASoC: rt5677: Use Clock_system5 for hotwording
* 3c82892 CHROMIUM: Cyclone: DT fix for SPI0 interface
* 7d8e194 CHROMIUM: drm/tegra: dc: update LA/PTSA registers if plane's emc bandwidth is changed
* 14c64ee CHROMIUM: drm/tegra: Give dc more time for spooling
* 331dd4c CHROMIUM: drm/tegra: Correct MC latency allowance
* 44fbeee UPSTREAM: spi: mediatek: remove needless pair of writel()/readl()
* 324f9cc UPSTREAM: spi: mediatek: remove unrequired description
* 4f0075f drm/tegra: Use the correct crtc pointer when calculating overlap
* 3e70261 drm/tegra: Fix kernel crash while doing "stop;start"
* 4dea6d0 UPSTREAM: spi: mediatek: update document devicetree bindings to fix syntax error
* e9f0660 CHROMIUM: wakeup: Clear wakeup_type in userspace
* 63c2365 CHROMIUM: Cyclone: DT fix for eMMC
* f723de1 UPSTREAM: mmc: mmc: Improve reliability of mmc_select_hs200()
* 7d6af51 CHROMIUM: config: mediatek: enable USB configs
* 727e2be CHROMIUM: arm64: dts: mt8173-oak: Add usb nodes
* afb01c6 UPSTREAM: arm64: dts: mediatek: add xHCI & usb phy for mt8173
* 5c008e5 UPSTREAM: xhci: mediatek: support MTK xHCI host controller
* 4e66d84 UPSTREAM: dt-bindings: Add a binding for Mediatek xHCI host controller
* 7ec832e BACKPORT: usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd
* 026c1c2 UPSTREAM: usb: xhci: make USB_XHCI_PLATFORM selectable
* 9924c24 UPSTREAM: USB: don't build PCI quirks if USB support isn't configured
* b8901c2 UPSTREAM: xhci: change xhci 1.0 only restrictions to support xhci 1.1
* 0ec4435 CHROMIUM: drm/tegra: add scale down limit
* 9b5bfba CHROMIUM: drm/tegra: Add retry mechanism for nvdec boot failure
* 9815c3d CHROMIUM: drm/tegra: Always boot nvdec with lower clk frequency
* a3f5177 drm/tegra: Fix up rotation code to service all possible combinations
* 507fc63 CHROMIUM: arm64: dts: tegra210: fix the incorrect compatible name for dc
* 31dd40c UPSTREAM: mwifiex: using right aid value for tdls action frame
* 8551d4e CHROMIUM: mwifiex: change wifiex_dbg print func in usb
* 42bd1df UPSTREAM: mwifiex: change dbg print func to mwifiex_dbg
* 07369ef UPSTREAM: mwifiex: add prints debug ctrl support
* eb64d05 UPSTREAM: mwifiex: add support for FW memory read/write operations
* e57e786 UPSTREAM: mwifiex: parsing aid while receiving association response
* 0fecf26 UPSTREAM: mwifiex: do not return success when command times out
* 94e1c51 UPSTREAM: mwifiex: use del_timer variant in interrupt context
* 1ed7689 UPSTREAM: mwifiex: fix crash in SDIO RX path
* 3a8ddd4e UPSTREAM: mwifiex: delay skb allocation for RX until cmd53 over
* 4cade1d UPSTREAM: mwifiex: fix a bug in Rx multiport aggregation logic
* 71f4c95 UPSTREAM: mwifiex: add SDIO rx single port aggregation
* c08489b UPSTREAM: mwifiex: preprocess packets from TX queue
* 06fb6317 CHROMIUM: mwifiex: remove bss prio lock
* ae39f61 UPSTREAM: mwifiex: get rid of BA setup helper functions
* e6ba788 UPSTREAM: mwifiex: avoid queue_work while work is ongoing
* 9417ffc UPSTREAM: mwifiex: enhance SD8897 MP aggregation limits
* dcb0c5c UPSTREAM: mwifiex: rename alloc_rx_buf to alloc_dma_aligned_buf
* 49a800a UPSTREAM: mwifiex: more_task flag for main_process
* 050d572 UPSTREAM: mwifiex: DMA alignment for RX packets
* f275099 UPSTREAM: mwifiex: fix usb tx data payload offset issue
* 898482b UPSTREAM: mwifiex: make tx packet 64 byte DMA aligned
* f1abb1d UPSTREAM: mwifiex: set netif carrier off in ndo_open
* b755cb3 UPSTREAM: mwifiex: get supported BA stream info from FW
* d324a5a UPSTREAM: mwifiex: do not send key material cmd when delete wep key
* 747fa41 UPSTREAM: mwifiex: fix NULL packet downloading issues
* 2481fa6 UPSTREAM: mwifiex: fix memory leak in mwifiex_send_processed_packet()
* cb3fdbf UPSTREAM: mwifiex: check driver status in connect and scan handlers
* 622f6a9 UPSTREAM: mwifiex: do not release lock during list_for_each_entry_safe()
* 581cbba UPSTREAM: mwifiex: wakeup pending wait queues
* 3d7117c UPSTREAM: mwifiex: add wakeup timer based recovery mechanism
* e4987b0 UPSTREAM: mwifiex: Adjust calling place of mwifiex_terminate_workqueue
* 75fc63f UPSTREAM: mwifiex: increase delay during card reset
* 1f1db88 CHROMIUM: mwifiex: Rescan device on reset
* b9c5bfa CHROMIUM: mwifiex: move PCIe dump registers code to pcie.c file
* e87c0c1 CHROMIUM: mwifiex/btmrvl: support for parallel FW download
* 3383cda CHROMIUM: mwifiex: rework TDLS bandwidth derivation logic
* aaa78ba CHROMIUM: mwifiex: Follow AP's HT operation parameters for TDLS bandwidth
* e7e8c12 CHROMIUM: mwifiex: fix TDLS wideband handling
* 35d8c41 CHROMIUM: mwifiex: Don't balk on corrupted IEs
* ef021c7 CHROMIUM: mwifiex: dump pcie debug registers on cmd timeout
* 85c0afc CHROMIUM: mwifiex: re-enable PCIe interrupt after awake event is received
* b7b53fb CHROMIUM: mwifiex: Honor ASSOC_REQ_DISABLE_VHT
* 3980625 CHROMIUM: mwifiex: WARN when resetting card
* 924b72b CHROMIUM: mwifiex: Stop queues on close
* 8e7e9b5 CHROMIUM: iwlwifi: report wakeup for wowlan
* ba96129 CHROMIUM: drm/nouveau: Use hardware instead of cpu wait
* af2bb45 UPSTREAM: drm/atomic: Fix bookkeeping with TEST_ONLY, v3.
* 0182988 UPSTREAM: drm/atomic: Update old_fb after setting a property.
* 11dc925 UPSTREAM: drm/atomic: Cleanup on error properly in the atomic ioctl.
* 18eb983 UPSTREAM: isofs: Fix unchecked printing of ER records
* b3e8774 UPSTREAM: KEYS: close race between key lookup and freeing
* 1d44be7 UPSTREAM: path_openat(): fix double fput()
* 6bc55e3 UPSTREAM: deal with deadlock in d_walk()
* 5c81b00 UPSTREAM: move d_rcu from overlapping d_child to overlapping d_alias
* ba047c6 CHROMIUM: drm/tegra: Fix wrong plane->crtc dereference
* 6de1639 CHROMIUM: i2c: tegra: Disable interrupts for sending packets
* 38b5e50 CHROMIUM: drm/nouveau: Avoid kernel mutex locking mesg
* 1001cb1 CHROMIUM: net: wireless: bcmdhd: tighten up parsing BTCOEXMODE command
* d9b1a58 CHROMIUM: net: wireless: bcmdhd: do not save btcoex state in statics
* a626edc CHROMIUM: net: wireless: bcmdhd: restore btcoex parameters synchronously
* 7c57384 CHROMIUM: net: wireless: bcmdhd: use delayed work when setting btcoex
* c50ae94f CHROMIUM: usb: gadget: Fix handling of unrecognized OS descriptor requests
* af55ec4 CHROMIUM: drm/nouveau: fix unbalanced fence refcount
* 4f02507 CHROMIUM: tegra/drm: Terminate imx219_read_prep[] properly
* 29490e1 UPSTREAM: watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdog
* 57d35d1 CHROMIUM: drm/nouveau/pmu: add missing new lines
* cc81eba CHROMIUM: memory: tegra210: restore emc override clock rate after resume
* 7e63f06 CHROMIUM: drm/tegra: Add mutex around contexts list
* 1afa42a CHROMIUM: HID: implement autorepeat for basic keys
* 5c36144 CHROMIUM: tegra/drm: Remove redundant register writes
* c67b7b3 CHROMIUM: devfreq: watermark: Call devfreq_monitor_{start,stop}
* a3338c6 FROMLIST: mmc: sdhci: add init_card callback to sdhci
* 4de84b6 UPSTREAM: drm/atomic: fix out of bounds read in for_each_*_in_state helpers
* e70927a UPSTREAM: fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
* 10a180e drm/nouveau/fifo: define correct fifo engines for Tegra GPUs
* 93f018d UPSTREAM: cpufreq: mediatek: fix build error
* 62617b1 UPSTREAM: regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
* f4559be UPSTREAM: mm: reorder can_do_mlock to fix audit denial
* 4f25340 ANDROID: selinux: Android kernel compatibility with M userspace
* 0e40395 BACKPORT: selinux: extended permissions for ioctls
* d20f0c2 UPSTREAM: security: add ioctl specific auditing to lsm_audit
* 0afdc16 UPSTREAM: selinux: remove unnecessary pointer reassignment
* 1ca0f02 ANDROID: Revert "security: lsm_audit: add ioctl specific auditing"
* 18ac81f ANDROID: Revert "SELinux: per-command whitelisting of ioctls"
* f33008c ANDROID: Revert "SELinux: use deletion-safe iterator to free list"
* 93caeae ANDROID: Revert "SELinux: ss: Fix policy write for ioctl operations"
* 7a603ec FROMLIST: mmc: sdhci-pxav3: enable modifying MMC_CARD bit during card initialization
* d39e9cf FORMLIST:ASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS
* 53151ed UPSTREAM: ASoC: mediatek: Move 22M/24M clock control into I2S ops
* 54a5a11 CHROMIUM: usb: gadget: tegra_xudc: Don't poll for port reset completion
* 25f2254 CHROMIUM: Disable CONFIG_WATCHDOG_NOWAYOUT
* 9c27f82 CHROMIUM: config: renormalize splitconfigs
* a33fc24 BACKPORT: drm/i915/skl: While sanitizing cdclock check the SWF18 as well
* 970d06a BACKPORT: drm/i915/skl: If needed sanitize bios programmed cdclk
* e628c4e BACKPORT: drm/i915: initialize backlight max from VBT
* d1617df UPSTREAM: drm/i915: move intel_hrawclk() to intel_display.c
* 929cf13 UPSTREAM: drm/i915: use pch backlight override on hsw too
* 86a31ac ANDROID: usb: phy: fix dual role sysfs class compilation
* 2b2932d CHROMIUM: return -ENOENT from coreboot_table_find
* e931c25 drm/nouveau/fifo/gk104: fix incorrect register offset
* b1521e5 CHROMIUM: net: wireless: bcmdhd: remove split brain p2p unregister code
* 6ee5fc1 CHROMIUM: drm/tegra: Dump dc window registers
* 0f1d54c CHROMIUM: net: wireless: bcmdhd: avoid globals in btcoex handling
* d544b93 CHROMIUM: net: wireless: bcmdhd: get rid of COEX_DHCP ifdefs
* 94e943c CHROMIUM: net: wireless: bcmdhd: get rid of DNGL_FUNC macro
* d747b6a UPSTREAM: spi: mediatek: single device does not require cs_gpios
* 682f52f UPSTREAM: spi: mediatek: mt8173 spi multiple devices support
* 60ca426 UPSTREAM: spi: mediatek: handle controller_data in mtk_spi_setup
* 1c03b70 UPSTREAM: spi: mediatek: remove mtk_spi_config
* b089403 UPSTREAM: spi: mediatek: Update document devicetree bindings to support multiple devices
* 1e58f99 staging: android: limit rate of sync_dump()
* 6d461f5 CHROMIUM: HACK: drm/tegra: Disable dc standby
* 6720f83 CHROMIUM: xhci: Clear device initated resume variables once we are in U0
* a9f1511 CHROMIUM: cros_usbpd-charger - Use new PD and Type C types
* ce06b44 CHROMIUM: power_supply: Add types for USB Type C and PD chargers
* b3bd8e7 CHROMIUM: net: wireless: bcmdhd: Fix system hang when FW download hit with SDIO bus errors
* 68342ee UPSTREAM: arch/x86/include/asm/efi.h: fix build failure
* 4863812 CHROMIUM: extcon: extcon-cros_ec - update sysfs depending on the device
* ec3f9d2 CHROMIUM: cros-ec: Update cros_ec_commands header to latest version
* 0788bee ANDROID: usb: phy: update dynamically dual role sysfs nodes
* 87968b5 ANDROID: net: wireless: bcmdhd: Fix to delete buffer only once which is allocated for firmware dump
* 042b0c7 ANDROID: net: wireless: bcmdhd: add a NULL check for gscan
* af8f221 CHROMIUM: drm/img-rogue: remove pointless typedef
* 23f4d48 CHROMIUM: drm/img-rogue/mt8173: Remove dead SLC code.
* 60fdd4d ANDROID: net: wireless: bcmdhd: Disable debug trace event WLC_E_TRACE
* a8452a6 CHROMIUM: drm/img-rogue/mt8173: Enable/disable regulator with clocks
* 0ce705f CHROMIUM: drm/img-rogue/mt8173: Clean up DVFS
* 8e9238a CHROMIUM: iwl7000: mvm: don't overwrite the key indices in D3 entry
* 659743e CHROMIUM: ARM64: tegra: Add DFD powergate node
* 818889a CHROMIUM: clk: tegra210: Don't enable CSITE at boot
* 26e3098 CHROMIUM: memory: tegra: Add MC flush entries for AXIAP and ETR
* e3611d18 CHROMIUM: clk: tegra210: Add LA clock
* 634cee9 CHROMIUM: drm/img-rogue/mt8173: Use struct device *
* 0193c1f CHROMIUM: Allow disk-based swap files
* 1a23409 CHROMIUM: iio: cros_ec: Relax sampling frequency before suspending.
* daa49c2 Revert "BACKPORT: ALSA: usb-audio: Avoid nested autoresume calls"
* 5719e24 CHROMIUM: host1x: Fix incorrect allocation size
* dd8b890 UPSTREAM: x86, efi, kasan: #undef memset/memcpy/memmove per arch
* 32a0025 BACKPORT: xhci: optimize xhci bus resume time
* 024f3e3 UPSTREAM: [media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish
* 5d2b9e9 UPSTREAM: [media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finish
* f2c4a46 BACKPORT: drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
* 006291c BACKPORT: drm: gc now dead mode_group code
* 1394347 UPSTREAM: drm: Stop filtering according to mode_group in getresources
* abfb26b UPSTREAM: drm: Roll out drm_for_each_{plane,crtc,encoder}
* 2af2408 CHROMIUM: drm/img-rogue/mt8173: Refactor power callbacks
* 89dabc8 CHROMIUM: drm/img-rogue/mt8173: Remove SysPre/PostPowerState callbacks
* 14b8c12 UPSTREAM: drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
* 950b72c UPSTREAM: drm: Roll out drm_for_each_connector more
* b708254 UPSTREAM: drm/i915: Take all modeset locks for DP MST hotplug
* 69909b6 UPSTREAM: drm: Add modeset object iterators
* 31a0391 UPSTREAM: drm/drm: constify all struct drm_*_helper funcs pointers
* 92fa435 UPSTREAM: drm: crtc_helper: Update hwmode before mode_set call
* 9f5bec6 UPSTREAM: drm: change connector to tmp_connector
* 48fd210 UPSTREAM: drm: Do not assign in if condition
* caefc11 UPSTREAM: drm: Prefer kcalloc() over kzalloc() with multiply
* b19ca84 UPSTREAM: of: Add of_graph_get_port_by_id function
* 80d6845 FROMLIST: watchdog: tegra: Stop watchdog first if restarting
* de48621 CHROMIUM: bcmdhd: Use sizeof() as a size parameter to memset()
* 9e22a34 ANDROID: net: wireless: bcmdhd: Send results from all PNO scans
* d59ca5c CHROMIUM: iio: cros_ec: Move core attributes in sensors_core.
* fa2b95e CHROMIUM: mmc: sdhci-tegra: Warn on register accesses while clock gated
* 41b5f71 Revert "drm/nouveau: pmu: Change the init value of elpg_disable_depth to 1"
* a003d7b UPSTREAM: kasan: fix last shadow judgement in ...
* 5b9a665 UPSTREAM: mmc: mediatek: Preinitialize delay_phase in get_best_delay()
* db00ae7 CHROMIUM: mmc: sdio: Disable retuning in sdio_reset_comm()
* 7f27bc9 CHROMIUM: arm64: dts: tegra210: add emmc consumer for sysedp
* 502b80c CHROMIUM: arm64: dts: tegra210: add wifi consumer for sysedp
* 8640feb CHROMIUM: soc/tegra/sysedp: add always-on property
* 485c3b7 CHROMIUM: of: add always-on property for sysedp consumer
* a1612ab CHROMIUM: drm/img-rogue/mt8173: Refactor enable/disable
* f054088 CHROMIUM: drm/img-rogue/mt8173: Remove "base" from "mfg_base"
* bff1c5e CHROMIUM: drm/img-rogue/mt8173: Use kcalloc to allocate array
* 2702d29 CHROMIUM: drm/img-rogue: move mtk files into sysdir
* 45a3960 CHROMIUM: drm/img-rogue/mt8173: Get all device resources during MTKMFGBaseInit
* 99a5a50 ANDROID: net: wireless: bcmdhd: Fix return value for tx packet when PCIe BUS suspended
* 36727aa ANDROID: net: wireless: bcmdhd: Check physical address before doing DMA unmap
* ca50785 ANDROID: net: wireless: bcmdhd: Fix kernel crash during wifi power on/off
* 79bfb4a ANDROID: net: wireless: bcmdhd: Fix null dereference if LOGTRACE is not enabled
* 49e9f4e ANDROID: net: wireless: bcmdhd: adding country locale XT/993 in bcm4358
* 8c8552d ANDROID: net: wireless: bcmdhd: update bcm4358 country locale table
* b18888a5 ANDROID: net: wireless: bcmdhd: Set bcm4358 country locales by default
* 17ca7d9 ANDROID: net: wireless: bcmdhd: Adding check for array out of bound read
* 5bf9582 ANDROID: net: wireless: bcmdhd: Show correct RTT capabilities for 4358a3
* 77fd26ca UPSTREAM: mmc: sdhci-pci: Enable HS400 for some Intel host controllers
* 33bef02 UPSTREAM: mmc: sdhci-pci: Add support for drive strength selection for SPT
* 70b22c8 UPSTREAM: mmc: sdhci: Add a callback to select drive strength
* 2c5ae3e UPSTREAM: mmc: mmc: Add driver strength selection
* 2463f62 UPSTREAM: mmc: mmc: Read card's valid driver strength mask
* 54e05ff UPSTREAM: mmc: core: Record card drive strength
* 9a201ed UPSTREAM: mmc: core: Factor out common code in drive strength selection
* 1ae6c79 UPSTREAM: mmc: core: Add 'card' to drive strength selection callback
* 1af1739 UPSTREAM: mmc: core: Simplify card drive strength mask
* 69416ea UPSTREAM: mmc: core: Allow card drive strength to be different to host
* c4ddb44 UPSTREAM: mmc: core: Reset driver type to default
* ca9cb10 UPSTREAM: mmc: sdhci: Change to new way of doing re-tuning
* a71a68f BACKPORT: mmc: sdhci: Remove the sdhci exported header file
* e0ef5e4a UPSTREAM: mmc: sdhci: Always init buf_ready_int
* cb85707 UPSTREAM: mmc: sdhci: Disable re-tuning for HS400
* 415acdc UPSTREAM: mmc: sdhci: Simplify use of tuning timer
* 14c979c CHROMIUM: drm/img-rogue/mt8173: Fill hSysData in SysCreateConfigData
* 9f99878 CHROMIUM: drm/img-rogue/mt8173: Use devm_ioremap_resource()
* 27867c4 CHROMIUM: drm/img-rogue/mt8173: Use common OPP table infrastructure
* 84bf9e0 CHROMIUM: drm/img-rogue/mt8173: Fix error paths
* 1a68691 CHROMIUM: drm/img-rogue/mt8173: Fixup deinit path
* 9855bf9 CHROMIUM: drm/img-rogue/mt8173: Remove unnecessary error checks
* c4b2443 CHROMIUM: drm/img-rogue/mt8173: Remove disabled *_POWER_ACTOR support
* 2abc18d CHROMIUM: drm/img-rogue/mt8173: Remove power_on
* ca9ebd7 CHROMIUM: drm/img-rogue/mt8173: Mark static functions static
* 470d855 CHROMIUM: drm/img-rogue/mt8173: Mark some const stuff const
* e625fe2 CHROMIUM: drm/img-rogue/mt8173: Fixup whitespace, comments and headers
* dce2981 CHROMIUM: drm/img-rogue/mt8173: Remove legacy options
* bd338ad CHROMIUM: drm/img-rogue/mt8173: There is just one device
* 87ef822 CHROMIUM: drm/img-rogue/mt8173: Remove useless casts
* 7ff49bf CHROMIUM: drm/img-rogue/mt8173: Remove mt8173_sysconfig.h
* 733e7f9 CHROMIUM: drm/img-rogue/mt8173: Remove references to ION
* 0efa4c0 CHROMIUM: drm/img-rogue/mt8173: Remove dead code
* 57e2034 CHROMIUM: drm/img-rogue/mt8173: Remove support for older kernels
* 346e045 CHROMIUM: drm/img-rogue/mt8173: Remove legacy DVFS cruft
* 21b339d CHROMIUM: drm/img-rogue: Enable PVR_DVFS unconditionally
* 1701fa2 CHROMIUM: drm/panel: lpm102a188a: Set the PWM threshold to 100%
* c45682c CHROMIUM: drm/panel: lpm102a188a: Return zero or error
* 430af02 CHROMIUM: drm/tegra: Fix reset sequence in nvdec
* 842227c HACK: CHROMIUM: security: tlk_driver: fix sys_munlock issue
* 0714bc9 CHROMIUM: arm64: dts: mt8173-oak: add HS200/HS400/SDR50/SDR104 support
* db8889e CHROMIUM: arm64: dts: mt8173-oak: add eMMC hw reset support
* 36d41e8 HACK: security: tlk_driver: lock/fault userspace pages
* 5e73028 CHROMIUM: android: binder: Fix use of uninitialized vm_struct
* 9b7faa3 UPSTREAM: ASoC: rt5645: Power up the RC clock to make sure the speaker volume adjust properly
* a54944c CHROMIUM: alt-syscall: Rename PR_BRILLO to PR_ALT_SYSCALL
* 6746035 CHROMIUM: mwifiex: fix bug for wildcard-prefix wowlan pattern
* 3e98c95 CHROMIUM: thermal: tegra: return correct max_state
* 5217828 CHROMIUM: thermal: tegra: return correct state in cur_state
* 7030327 CHROMIUM: soc/tegra: fix the BPMP connection failure
* 9f54aba CHROMIUM: net: wireless: bcmdhd: block retune when dongle enter sleep state
* a69759f CHROMIUM: mwifiex: increase supported wowlan pattern length
* 2c60ac2 UPSTREAM: lib/test_kasan.c: make kmalloc_oob_krealloc_less ...
* a5cf571 UPSTREAM: Documentation: kasan: fix a typo
* 5de9fc1 drm/panel: lpm102a188a: set the DCDC access byte
* 4fb54b3 UPSTREAM: lib/test_kasan.c: fix a typo
* a8beb96 UPSTREAM: x86/kasan, mm: Introduce generic ...
* 8272bf8 UPSTREAM: x86: expose number of page table levels on Kconfig ...
* 73edc51 UPSTREAM: x86/kasan: Define KASAN_SHADOW_OFFSET per architecture
* a604aa4 UPSTREAM: x86/kasan: Move KASAN_SHADOW_OFFSET to the arch ...
* 18e600f UPSTREAM: x86/kasan: Add message about KASAN being initialized
* 265d555 UPSTREAM: x86/kasan: Fix boot crash on AMD processors
* 673ed2e UPSTREAM: x86/kasan: Flush TLBs after switching CR3
* 5fe7bd4 UPSTREAM: x86/kasan: Fix KASAN shadow region page tables
* 2872046 UPSTREAM: x86/init: Clear 'init_level4_pgt' earlier
* 217a549 UPSTREAM: x86/boot/64: Remove pointless early_printk() message
* e7bb1ad UPSTREAM: kasan: remove duplicate definition of the macro ...
* ca4cc6d UPSTREAM: kasan: show gcc version requirements in Kconfig ...
* 78be781 UPSTREAM: kasan: Makefile: shut up warnings if ...
* 033af1b UPSTREAM: mm/mempool.c: kasan: poison mempool elements
* b327dd7 UPSTREAM: mm, mempool: poison elements backed by slab allocator
* 66fca89 BACKPORT: kasan, module: move MODULE_ALIGN macro into ...
* 4fa7be2 UPSTREAM: mm: slub: share object_err function
* b2e66cb UPSTREAM: mm: slub: introduce virt_to_obj function
* db799be UPSTREAM: compiler: introduce __alias(symbol) shortcut
* 8cbda7e UPSTREAM: kasan, module, vmalloc: rework shadow allocation ...
* 351291b UPSTREAM: mm: vmalloc: add flag preventing guard hole allocation
* 9eadb7c UPSTREAM: kasan: enable instrumentation of global variables
* 4089b70 UPSTREAM: mm: vmalloc: pass additional vm_flags to ...
* cc76866 BACKPORT: kasan: enable stack instrumentation
* 1ce2c61 UPSTREAM: x86_64: kasan: add interceptors for memset/memmove/...
* 0541be9 BACKPORT: lib: add kasan test module
* 4fbbf74 UPSTREAM: kmemleak: disable kasan instrumentation for kmemleak
* 8888ceb UPSTREAM: mm: slub: add kernel address sanitizer support for ...
* 696b871 UPSTREAM: memcg: fix possible use-after-free in ...
* 3a36b44 UPSTREAM: mm: memcontrol: continue cache reclaim from ...
* 69caf59 UPSTREAM: mm: memcontrol: remove obsolete kmemcg pinning tricks
* 17b85e1 UPSTREAM: mm: memcontrol: take a css reference for each ...
* 66caddc UPSTREAM: mm: memcontrol: convert reclaim iterator to simple ...
* f35d769 UPSTREAM: mm: memcontrol: lockless page counters
* 93b53ce UPSTREAM mm/memcontrol.c: remove the unused arg in ...
* 383378f UPSTREAM: mm: slub: introduce metadata_access_enable()/...
* f7a217a UPSTREAM: mm: page_alloc: add kasan hooks on alloc and free paths
* d42c8e2 UPSTREAM: x86_64: add KASan support
* bf60554 UPSTREAM: kasan: disable memory hotplug
* d1a16c5 UPSTREAM: kasan: add kernel address sanitizer infrastructure
* b63103b UPSTREAM: ASoC: rt5645: Correct the naming and setting of ADC Boost Volume Control
* ee0de9a drm/panel: lpm102a188a: Set the DCDC registers on prepare
* 2cec6ad CHROMIUM: ARM: Add alt-syscall support
* b9d810b UPSTREAM: mtd: provide proper 32/64-bit compat_ioctl() support for BLKPG
* f0c425b CHROMIUM: Cyclone: The necessary changes for dts in order to make emmc work on cyclone board:
* 6fc7b8f CHROMIUM: net: wireless: bcmdhd: no retry on header receive errors
* 16d4802 CHROMIUM: ARM64: Add alt-syscall support
* 90407b3 CHROMIUM: zram: lz4: fallback to vmalloc allocation
* 4bcccac UPSTREAM: mm/compaction: fix wrong order check in compact_finished()
* f448699 UPSTREAM: mm: more aggressive page stealing for UNMOVABLE allocations
* 6021d1c UPSTREAM: mm: always steal split buddies in fallback allocations
* 245d693 UPSTREAM: mm: when stealing freepages, also take pages created by splitting buddy page
* 9217ecf7 UPSTREAM: mm, compaction: pass classzone_idx and alloc_flags to watermark checking
* 2aefa7b UPSTREAM: mmc: mediatek: add HS400 support
* 5cb7f31 UPSTREAM: mmc: mmc: extend the mmc_send_tuning()
* 371ed2c UPSTREAM: mmc: mediatek: add implement of ops->hw_reset()
* 01040be UPSTREAM: mmc: mediatek: fix got GPD checksum error interrupt when data transfer
* fc2411c UPSTREAM: mmc: mediatek: change the argument "ddr" to "timing"
* b78f7eb UPSTREAM: mmc: mediatek: make cmd_ints_mask to const
* 73a7b96 UPSTREAM: mmc: dt-bindings: update Mediatek MMC bindings
* b928cce UPSTREAM: mmc: core: Add DT bindings for eMMC hardware reset support
* bf6b2ce UPSTREAM: mmc: dw_mmc-rockchip: MMC tuning with the clock phase framework
* 80f0c4f UPSTREAM: mmc: core: Convert __mmc_switch() into an internal core function
* 88a8f06 UPSTREAM: mmc: sdhci-sirf: fix the tuning count in platform_execute_tuning
* a057ebc UPSTREAM: mmc: sirf: update sdhci_sirf_execute_tuning procedure
* 973b4e0 UPSTREAM: mmc: dw_mmc: exynos: Support eMMC's HS400 mode
* 92adc70 UPSTREAM: mmc: dw_mmc: remove unnecessary debug message
* 66784b1 UPSTREAM: mmc: dw_mmc: exynos: move definitions to header file
* 0940a8c UPSTREAM: mmc: dw_mmc: exynos: don't use if clock isn't available
* 83b47e1 UPSTREAM: mmc: sdhci-msm: Convert to mmc_send_tuning()
* e56b9d8 CHROMIUM: alt-syscall: Always define sys_call_ptr_t
* 6b5c139 UPSTREAM: mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()
* 7dc23fa UPSTREAM: mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
* 90f949b UPSTREAM: mmc: sdhci-sirf: add sirf tuning function (cmd 19)
* 3f1cb1c2 UPSTREAM: mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interrupts
* 9153e06 UPSTREAM: mmc: dw_mmc: Convert to mmc_send_tuning()
* 9ccbcc2 UPSTREAM: mmc: core: add core-level function for sending tuning commands
* 5860cdc UPSTREAM: mmc: dw_mmc: add support for the other bit of sdio interrupt
* d5fd358 UPSTREAM: mmc: core: Remove the redundant mmc_send_ext_csd() API
* 175e6ec CHROMIUM: mmc: core: ffu: Use mmc_get_ext_csd instead of mmc_send_ext_csd
* 6981bbc UPSTREAM: mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
* 524aa4f UPSTREAM: mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
* ce899ea UPSTREAM: mmc: core: Remove duplicated definition of mmc_send_ext_csd()
* 3ed602e UPSTREAM: mmc: dw_mmc: Remove old card detect infrastructure
* 840b64c0d UPSTREAM: mmc: dw_mmc: exynos: Add support for exynos7
* 8512717 CHROMIUM: gpu/drm: fix NULL pointer in drm_vblank_cleanup().
* 205461b UPSTREAM: wext: add checked wrappers for adding events/points to streams
* 6e289a5 UPSTREAM: intel_idle: Skylake Client Support - updated
* b0d037c drm/nouveau: pmu: Remove unnecessary CG PROD settings
* 36f9a75 nouveau: handle deferred mapping in the legacy submit IOCTL
* 46005c8 UPSTREAM: brcmfmac: avoid runtime-pm for sdio host controller
* 12248ad CHROMIUM: clk: tegra210: Fix up naming of MISC registers
* 8a3a429 CHROMIUM: clk: tegra210: Remove improper flags for lock_enable
* 3797ffd CHROMIUM: mmc: sdio: Remove file execute bit
* 2c84b1f FROMLIST: mmc: core: Add functions for SDIO to hold re-tuning
* 70f0ce6 CHROMIUM: clk: tegra: Unpin VIC clock
* d75a09d CHROMIUM: drm/tegra: Initialize actmon for vic
* e4640c7 CHROMIUM: host1x: Add actmon support
* 05214363 CHROMIUM: net: wireless: bcmdhd: WARN_ON_ONCE for failed CMD52 transfers
* 4212570 CHROMIUM: net: wireless: bcmdhd: Fix error propagation in R_SDREG path
* dd438e1 CHROMIUM: mmc: sdhci: Print error status interrupt bits
* 3a6bebf CHROMIUM: net: wireless: bcmdhd: Change log level for more prints
* dcc040c UPSTREAM: netlink: implement nla_get_in_addr and nla_get_in6_addr
* 5296712 UPSTREAM: netlink: implement nla_put_in_addr and nla_put_in6_addr
* c3b39ff CHROMIUM: wireless42: add skb_vlan_tag_present
* 53a37ac CHROMIUM: wireless42: add missing aead_request_set_ad()
* a68259b CHROMIUM: wireless42: restore proc_inum to v4.2 struct net
* 883a772 CHROMIUM: wireless42: add NULLS_MARKER
* 10494ea CHROMIUM: wireless42: add possible_net_t
* 372ab59 CHROMIUM: wireless42: fix Kconfig directory refs
* 7f6835a UPSTREAM: wireless42: import the v4.2 wireless stack
* aaf6085 UPSTREAM: modules: only use mod->param_lock if CONFIG_MODULES
* e776dd9 UPSTREAM: param: fix module param locks when !CONFIG_SYSFS.
* 0838dfd UPSTREAM: module: add per-module param_lock
* 9e7ae09 CHROMIUM: net: wireless: Remove iwl7000 driver from wireless-3.8
* fbbcbd2 CHROMIUM: soc/tegra: pmc: Log wakeup IRQs
* 352781e ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices
* daf0d43 CHROMIUM: drm/tegra: Add locking to falcon boot
* 2447fec CHROMIUM: drm/tegra: Avoid re-reading of ucode in nvdec
* ed0220e CHROMIUM: arm64: dragon_defconfig: Turn on wmark governors
* d2d74c3 CHROMIUM: devfreq: Add active watermark devfreq governor
* 75e8e86 CHROMIUM: devfreq: add simple watermark devfreq governor
* dcb28c7 CHROMIUM: config: arm64: Enable ARM_CPUIDLE
* fb0861f CHROMIUM: config: arm64: Enable DEVFREQ_THERMAL
* 3d18f3c UPSTREAM: devfreq_cooling: add trace information
* 7326253 UPSTREAM: thermal: Add devfreq cooling
* 6054110e UPSTREAM: PM / OPP: get the voltage for all OPPs
* 035741f CHROMIUM: config: renormalize splitconfigs
* 3fecb8b CHROMIUM: devfreq: add watermark events
* d4f6a63 CHROMIUM: Smaug: dts: To put rt5677 into suspend mode use RESET
* a01c53f FROMLIST: ASoC: rt5677: handle reset_pin logical state correctly
* 155881f CHROMIUM: drm/tegra: Add cbus and emc clocks to isp
* 45e4999 UPSTREAM: arm64: dts: mediatek: mt8173 PSCI-1.0 support
* 8b56fe7 UPSTREAM: iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.h
* 3e30aec UPSTREAM: mtd: spi-nor: Use write_sr for write status
* 49de40a UPSTREAM: mtd: spi-nor: Zap unneeded write_enable from write_reg
* d6bb231 UPSTREAM: mtd: spi-nor: Decouple SPI NOR's device_node from controller device
* a7ab97a CHROMIUM: arm64: dts: mt8173-oak: Speed up the i2c bus to 400Khz
* d3accd7 CHROMIUM: clk: tegra210: lower host1x clock to 81.6Mhz
* 21dd3f9 CHROMIUM: net: wireless: bcmdhd: Fix argument to wl_cfg80211_netdev_notifier_call
* f8a1c34 CHROMIUM: net: wireless: bcmdhd: no retry on rxglom superframe error
* bcb8e68 CHROMIUM: usb: gadget: configfs: Let composite_setup handle setup requests
* b1ab436 CHROMIUM: soc/tegra: pmc: Restore PMC_SCRATCH250 on resume
* d3e3a54 CHROMIUM: ARM64: dragon: enable cpusets
* e66cffa ANDROID: cpusets: add allow_attach hook for Android.
* 1cb1999 CHROMIUM: ARM64: dts: tegra210: add cbus and emc clocks to isp
* ba95612 CHROMIUM: mfd: max77620: Set num_reg_defaults_raw
* 4a5e529 CHROMIUM: ARM64: dragon: Set CONFIG_HZ to 1000
* f7066b7 CHROMIUM: ARM64: Make CONFIG_HZ user-selectable
* 0ab544b CHROMIUM: ARM64: dragon: Renormalize defconfig
* 9b41526 UPSTREAM: sched/fair: Avoid pulling all tasks in idle balancing
* 3ec9741 UPSTREAM: ASoC: dpcm: Make BE prepare possible in suspend state
* 669869f CHROMIUM: clk: tegra210: Add isp cbus shared client
* a5c63b1 CHROMIUM: clk: tegra210: add cbus clock
* b24eb24 CHROMIUM: dvfs: tegra210: Add cbus clock
* c90df1e CHROMIUM: HID: i2c-hid - Handle all pending reports and unstick touches on resume
* 3d94b29 UPSTREAM: ASoC: rt5645: Sort the order for register bit defines
* db4f05e drm/nouveau/pmu/gk20a: Update dvfs algorithm
* 47a9b7e CHROMIUM: config: renormalize splitconfigs
* 66dcbe5 nouveau/drm: Enables ELPG.(Engine Level Power Gating).
* 99d9835 drm/nouveau: pmu: Enable Clock gating
* be47ef0 CHROMIUM: drm/nouveau/clk: change EMC to GM20B clock rate mapping
* 5bf9f2d CHROMIUM: net: wireless: bcmdhd: WARN_ON_ONCE for SD bus errors
* 0d62a0b CHROMIUM: net: wireless: bcmdhd: Enable sd_err() prints
* 0540a02 CHROMIUM: net: wireless: bcmdhd: Change log level for memory copy print
* 625bd8d CHROMIUM: net: wireless: bcmdhd: Don't dump dongle memory on errors
* 54f78294 CHROMIUM: HID: hid-multitouch: Release all touch slots on reset_resume
* 0b22c8f CHROMIUM: rtc: max77620: Mask all interrupts on shutdown
* 1192824 CHROMIUM: iio: cros_ec: Alter timestamp to handle IRQ latency.
* 25a08a7 HACK: soc/tegra: pmc: Ungate DFD partition across suspend/resume
* 169f78c Revert "Revert rt5677 hotwording support"
* b575426 drm/nouveau: pmu: Change the init value of elpg_disable_depth to 1
* 7b17ca9 Revert "FROMLIST: PM / sleep: Go direct_complete if driver has no callbacks"
* 4bab74b CHROMIUM: clk: tegra: dfll: fix logic for building lookup table
* 166b45a CHROMIUM: android: binder: Fix potential scheduling-while-atomic
* 5b84f5f CHROMIUM: drm/nouveau: add per channel fifo mutex
* 2f941bc CHROMIUM: arm64: tegra: smaug: Adjust PWRGOOD and PWROFF timer values
* 8d0ea80 CHROMIUM: arm64: tegra: smaug: Update PMIC settings to ensure power down sequence
* 04f54fc CHROMIUM: Add generic way to find wakeup_type
* 19074f7 CHROMIUM: config: Remove unused flavour config for rockchip and ipq806x.
* d922d19 UPSTREAM: ASoC: rt5645: Add the HWEQ for the speaker output
* 03ff40f Revert "CHROMIUM: Add generic way to find wakeup_type"
* 51fa009 drm/nouveau: pmu: Disable ELPG & Clk Gating before runtime suspend.
* eaa47a7 CHROMIUM: config: Add split config for Marvell Armada38x.
* 07eeb00 drm: tegra: Restore secure keyslots on resuming
* bcc0612 CHROMIUM: config: renormalize splitconfigs
* 5817ede UPSTREAM: ASoC: nau8825: Show device properties
* 985e65f UPSTREAM: ASoC: nau8825: Add FLL configuration
* 7ce5a70 UPSTREAM: ASoC: nau8825: add acpi match ID
* 5267a5a UPSTREAM: input: i8042: Avoid resetting controller on system suspend/resume
* f0d82c9 UPSTREAM: PM / PCI / ACPI: Kick devices that might have been reset by firmware
* 19e42b8 UPSTREAM: PM / sleep: Drop pm_request_idle() from pm_generic_complete()
* 333c867 UPSTREAM: PCI / PM: Avoid resuming more devices during system suspend
* 052e290 UPSTREAM: PCI / PM: Avoid resuming PCI devices during system suspend
* f397020 UPSTREAM: PM / sleep: Add flags to indicate platform firmware involvement
* 3f320c0 UPSTREAM: PM / sleep: Refine diagnostic messages in enter_state()
* 8cdf5e1 CHROMIUM: PM / sleep: try to runtime suspend for direct complete
* 43290a1 CHROMIUM: scsi: allow scsi devices to use direct complete
* e10895b CHROMIUM: Add generic way to find wakeup_type
* e88f3a2 FROMLIST: USB / PM: Allow USB devices to remain runtime-suspended when sleeping
* f3e3ccd FROMLIST: PM / sleep: Go direct_complete if driver has no callbacks
* 8a679b9 FROMLIST: PM / Domains: add setter for dev.pm_domain
* 123b0e7 FROMLIST: device core: add device_is_bound()
* cc6714b UPSTREAM: PM / sleep: Allow devices without runtime PM to do direct-complete
* 6041c6e CHROMIUM: iwl7000: sdio: avoid read/write operations if the bus is dead
* 7d50826 CHROMIUM: iwl7000: xvt: run CMD_INIT_CONTINUE w/o low power
* 68f2d9a CHROMIUM: iwl7000: mvm: use wowlan RX/TX timeouts in D0i3
* 50ca4c7 CHROMIUM: iwl7000: mvm: correct skip-over-DTIM implementation
* d64a2a2 CHROMIUM: iwl7000: mvm: use flush_delayed_work()
* 5902e42 CHROMIUM: iwl7000: mvm: flush fw_dump_wk when mvm fails to start
* 1cd3bd9 CHROMIUM: iwl7000: mvm: init card correctly on ctkill exit check
* 307d3b9 CHROMIUM: iwl7000: chromeOS: enable TDLS channel switch
* 65371f9 CHROMIUM: iwl7000: chromeOS: disallow loading older firmware
* d681271 CHROMIUM: iwl7000: bump API to 16
* f799c7a CHROMIUM: iwl7000: bump API to 15 towards Core12
* af985d8 CHROMIUM: iwl7000: pci: add a few more PCI subvendor IDs for the 7265 series
* 4aea9e1 CHROMIUM: iwl7000: mvm: fix off-by-one in VHT MCS sanity check
* b023bb0 CHROMIUM: iwl7000: mvm: support A-MSDU in A-MPDU
* cca3b82 CHROMIUM: iwl7000: mvm: clear csa countdown when AP is stopped
* 8f61a39 CHROMIUM: iwl7000: mvm: rs: dynamically switch between 80MHz and 20MHz in some scenarios
* a44786f CHROMIUM: iwl7000: mvm: rs: remove overflowing debug message
* 3544f64 CHROMIUM: iwl7000: mvm: rs: improve rate debug messages
* 58a72cc CHROMIUM: iwl7000: mvm: avoid platform suspend during recovery
* 1e62e8e CHROMIUM: iwl7000: mac80211: don't reconfigure sched scan in case of wowlan
* 3a7fdbc CHROMIUM: iwl7000: mac80211: don't tear down aggregation on suspend in case of wowlan->any
* ca90457 CHROMIUM: iwl7000: chromeOS: some fixes
* 2900466 CHROMIUM: iwl7000: mvm: remove pointless scan plan checks
* 2b6dc92 CHROMIUM: iwl7000: mvm: Correctly update MAC context on add/del station
* 904959b CHROMIUM: iwl7000: mvm: Add support for two scheduled scan plans
* 8975f4c CHROMIUM: iwl7000: mvm: remove partial and full scan lists from lmac sched scan
* 7eb21fb CHROMIUM: iwl7000: chromeOS: fix scan plan compilation
* c5ae1a4 CHROMIUM: iwl7000: mac80211: Do not restart scheduled scan if multiple scan plans are set
* d4292d5 CHROMIUM: iwl7000: cfg80211: Add multiple scan plans for scheduled scan
* 9ed433b CHROMIUM: iwl7000: mvm: remove netdetect debugfs entry
* 5d4af3e CHROMIUM: iwl7000: mvm: add debug print for d0i3 exit indication
* 8d03a00 CHROMIUM: iwl7000: nvm: force 1x1 antenna in Series 8000
* 859bf3f CHROMIUM: iwl7000: : iwlwifi: mvm: configure wowlan configuration only if connected
* bc23411 CHROMIUM: iwl7000: add option to disallow loading older firmware
* e8d3394 CHROMIUM: iwl7000: mvm: don't ask beacons when AP vif and no assoc sta
* bfcf67a CHROMIUM: iwl7000: mac80211: fix TDLS HT protection calculation
* 275011f CHROMIUM: iwl7000: mvm: fix a race in D0i3 vs. Tx path
* 0596c86 CHROMIUM: iwl7000: mac80211: protect non-HT BSS when HT TDLS traffic exists
* 2956628 CHROMIUM: iwl7000: mvm: don't disconnect on beacon loss in D0I3
* b423ec2 CHROMIUM: iwl7000: mvm: make sure d0i3 exit work runs before suspending
* 25b89be CHROMIUM: iwl7000: mvm: split debug message to avoid exceeding 110 characters
* 5dd7a65 CHROMIUM: iwl7000: pcie: save and restore the pci device data locally
* 00ca117 CHROMIUM: iwl7000: mvm: add debug info to schedule scan complete message.
* 966542f CHROMIUM: iwl7000: mvm: Print secboot status registers on alive timeout
* b1932c4 CHROMIUM: iwl7000: trans: Add dependency in HAS_WAKELOCK
* 3cea31a CHROMIUM: iwl7000: iwlwiwifi: ftrace: remove empty line from end of file
* 8606d46 CHROMIUM: iwl7000: mvm: Enable power management on low-latency bss
* 2765fe5 CHROMIUM: iwl7000: make sure d3_suspend/resume ops exist
* 6eb90ae CHROMIUM: iwl7000: pcie: fix stuck queue detection for sleeping clients
* a67e279 CHROMIUM: iwl7000: mvm: fix scan type in high traffic
* 073af4e CHROMIUM: iwl7000: pcie: don't synchronize_irq from the ISR
* ec92204 CHROMIUM: iwl7000: mvm: implement Tx latency threshold trigger
* ce44f10 CHROMIUM: iwl7000: mac80211: API for configuring / notifying Tx latency thrshld
* fefb6b2 CHROMIUM: iwl7000: chromeOS: remove mac80211 latency measurement code
* 11c55b0 CHROMIUM: iwl7000: prune: extend script to run on mac80211
* 29a1115 CHROMIUM: iwl7000: mvm: fix beacon filtering temperature thresholds for D0i3
* 22507f6 CHROMIUM: iwl7000: pcie: re-add 8000 subsystem ID 0x0000
* b897c65 CHROMIUM: iwl7000: mvm: ignore CQM when setting beacon filtering in D0i3 enter flow
* dc2d01e CHROMIUM: iwl7000: mvm: ToF - Set correct range request cmd id
* 3721904 CHROMIUM: iwl7000: pcie: fix prepare card flow
* 2ef2b7f CHROMIUM: iwl7000: call d3_suspend/resume in d0i3 case as well
* 6c307ae CHROMIUM: iwl7000: pcie: reset write pointer on ict reset
* 81d3301 CHROMIUM: iwl7000: mac80211: debugfs: add file to disallow TDLS wider-bw
* 14e4e70 CHROMIUM: iwl7000: mac80211: TDLS: add proper HT-oper IE
* 3b06c15 CHROMIUM: iwl7000: mac80211: avoid VHT usage with no 80MHz chans allowed
* ae2ef0e CHROMIUM: iwl7000: mac80211: TDLS: check reg with IR-relax on chandef upgrade
* 27c9e84 CHROMIUM: iwl7000: mac80211: allow to transmit A-MSDU within A-MPDU
* 237d443 CHROMIUM: iwl7000: mvm: Add debugfs support for thermal throttling parameters
* fff3851 CHROMIUM: iwl7000: mvm: Add debugfs support for thermal parameters
* 298969e CHROMIUM: iwl7000: mac80211: allow the driver to adverise A-MSDU within A-MPDU Rx support
* f41649a CHROMIUM: iwl7000: mac80211: Introduce per vif frame registration API
* e5a8628 CHROMIUM: iwl7000: mvm: add wide firmware command infrastructure for RX
* d6f6900 CHROMIUM: iwl7000: mvm: work around SG/CSUM link on old kernels
* d970439 CHROMIUM: iwl7000: mac80211: Make Tx threshold independent from tx_latency
* 4318388 CHROMIUM: iwl7000: mvm: set different pm_timeout for action frames
* c9614ef CHROMIUM: iwl7000: Print PREG_AUX_BUS value in override flow
* 5ea5faa CHROMIUM: iwl7000: mvm: clean up fw-api-scan.h
* 46e9292 CHROMIUM: iwl7000: mvm: simplify calculating scan dwells and other timing values
* 0b08032 CHROMIUM: iwl7000: add wide firmware command support for notifications
* 31b610b CHROMIUM: iwl7000: mvm: add wide firmware command support for debug triggers
* 10b02b9 CHROMIUM: iwl7000: mvm: Revert to our old skip over dtim policy
* a9faf92 CHROMIUM: iwl7000: mvm: Fix regular scan priority
* 4e6fcee CHROMIUM: iwl7000: mvm: fix ToF compilation in case DEBUGFS is disabled
* f4bbe81 CHROMIUM: iwl7000: mvm: move existing UMAC commands to group 1
* a9b5a30 CHROMIUM: iwl7000: add wide firmware command infrastructure for TX
* 96e35ba CHROMIUM: iwl7000: mac80211: remove direct probe step before authentication
* 98c4d26 CHROMIUM: iwl7000: mac80211: treat bad WMM parameters more gracefully
* b931b8e CHROMIUM: iwl7000: mac80211: make enable_qos parameter to ieee80211_set_wmm_default()
* 8d7f43d CHROMIUM: iwl7000: xvt: cancel mac addr byte swap
* ca4eeae CHROMIUM: iwl7000: pcie: don't warn on long MPDUs when supported
* 75b6ef2 CHROMIUM: iwl7000: nvm: remove mac address byte swapping in 8000 family
* e03df73 CHROMIUM: iwl7000: mvm: fix ToF debugfs registration in case of P2P vif
* 294d022 CHROMIUM: iwl7000: pcie: add missing calls to synchronize_irq()
* d158041 CHROMIUM: iwl7000: mvm: advertise NETIF_F_SG
* 51d8ba3 CHROMIUM: iwl7000: pcie: support frag SKBs
* ec0ef0c CHROMIUM: iwl7000: mac80211: enable changing netdev features with ethtool
* 80560d9 CHROMIUM: iwl7000: mac80211: allow drivers to set netdev hw_features
* f2b63ed CHROMIUM: iwl7000: mvm: mark iwl_mvm_set_tx_power __maybe_unused
* bf81101 CHROMIUM: iwl7000: mark all dbg-cfg parsers as __maybe_unused
* 018a796 CHROMIUM: iwl7000: remove command header flags field
* 461ae9c CHROMIUM: iwl7000: mvm: Use a constant to set the default power Scheme
* a569c56 CHROMIUM: iwl7000: mvm: report 802.11 FTM support
* 10881b3 CHROMIUM: iwl7000: mac80211: add possibility to advertise 802.11 FTM support
* 9b40851 CHROMIUM: iwl7000: mvm: hashtable of TSF/GP2 differences for ToF
* fb5b246 CHROMIUM: iwl7000: mvm: add basic Time of Flight (802.11mc FTM) support
* 5b15cb6 CHROMIUM: iwl7000: mvm: Use the AP station for non_sta transmit
* 5baa572 CHROMIUM: iwl7000: pcie: cancel Tx timer upon firmware crash
* 1537a58 CHROMIUM: iwl7000: mvm: Add preemptive flag to scheulded scan
* 4daba31 CHROMIUM: iwl7000: mvm: Do not sample the device time for session protection
* d5dab27 CHROMIUM: iwl7000: pass NAPI struct from transport layer
* 3afbaf9 CHROMIUM: iwl7000: remove command and return value from opmode RX
* 7aaa01c CHROMIUM: iwl7000: xvt: remove unused return value
* c44c7aa CHROMIUM: iwl7000: mvm: remove command/return value from RX handlers
* 432ef25 CHROMIUM: iwl7000: Add 9000 HW family support
* 0d03cc4 CHROMIUM: iwl7000: mvm: remove IWL_UCODE_TLV_API_BASIC_DWELL
* d448b48 CHROMIUM: iwl7000: mvm: add GET_GSCAN_CAPABILITIES vendor command
* ade762c CHROMIUM: iwl7000: add new TLV capability flag for gscan support
* 4bbcd92 CHROMIUM: iwl7000: sdio: Add max TX aggregation size for 8260 SDIO devices series
* b63b0c7 CHROMIUM: iwl7000: mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()
* 7b0c04c CHROMIUM: iwl7000: mvm: don't set K1/K2 for AES-CMAC
* 05ecc46 CHROMIUM: iwl7000: mac80211: fix locking in update_vlan_tailroom_need_count()
* 8bde671 CHROMIUM: iwl7000: mac80211: add pointer for driver use to key
* d4c44a8 CHROMIUM: iwl7000: mac80211: remove IEEE80211_RX_FRAGMENTED
* dea750a CHROMIUM: iwl7000: mac80211: duplicate station's MAC address for hash table
* 85733fc CHROMIUM: iwl7000: mvm: LRU-assign key offsets
* 5db8758 CHROMIUM: iwl7000: pcie: Set scheduler to work on auto mode
* b0623b8 CHROMIUM: iwl7000: mac80211: support device/driver PN check for CCMP/GCMP
* 9855e94 CHROMIUM: iwl7000: mac80211: remove key TX/RX counter
* 9b8f3b1 CHROMIUM: iwl7000: mac80211: remove zero-length A-MPDU subframe reporting
* 62f5b2a CHROMIUM: iwl7000: mac80211: don't store napi struct
* 3febb733 CHROMIUM: iwl7000: mac80211: fix comment referring to RX queue
* 3684b9c CHROMIUM: iwl7000: mac80211: move ieee80211_get_bssid into RX file
* f84f0af CHROMIUM: iwl7000: mac80211: remove short frame test and counter
* 0d47cc4 CHROMIUM: iwl7000: mac80211: remove sta_info.gtk_idx
* 7b2d322 CHROMIUM: iwl7000: mac80211: rename 'sta_inf' variable to more common 'sta'
* 1788b91 CHROMIUM: iwl7000: pcie: log failure to start the firmware
* b82dee8 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 4b0b582 CHROMIUM: iwl7000: pcie: lock start_hw / start_fw / stop_device
* e31c174 CHROMIUM: iwl7000: Revert "iwlwifi: pcie: New RBD allocation model"
* f43423b CHROMIUM: iwl7000: deprecate -10.ucode for 3160 / 7260 / 7265
* 23442a5 CHROMIUM: iwl7000: mac80211: convert HW flags to unsigned long bitmap
* e11b174 CHROMIUM: iwl7000: mac80211: Add support for declaring MU-MIMO capability
* 30e9d7d CHROMIUM: iwl7000: mvm: handle RX MPDUs separately
* 8c8f006 CHROMIUM: iwl7000: mac80211: move TX PN to public part of key struct
* 32945cb CHROMIUM: iwl7000: mac80211: handle aggregation session timeout on fast-xmit path
* 59b7807 CHROMIUM: iwl7000: pcie: fix another return path from iwl_trans_pcie_alloc()
* 107dc04 CHROMIUM: iwl7000: Revert "mac80211: move TX PN to public part of key struct"
* ceb2d06 CHROMIUM: iwl7000: Revert "iwlwifi: mvm: move TX PN assignment for CCMP to the driver"
* 0695557 CHROMIUM: iwl7000: pcie: Fix bug in NIC's PM registers access
* 433733a CHROMIUM: iwl7000: mac80211: Disable U-APSD if connected to a non-HT AP
* 4682556 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* c18bcff CHROMIUM: iwl7000: mvm: remove unused scan commands
* cccc1a1 CHROMIUM: iwl7000: mac80211: remove short slot/short preamble incapable flags
* 7d19330 CHROMIUM: iwl7000: mvm: Add DC2DC_CONFIG_CMD (0x83) cmd & TLV
* 9a4c32a CHROMIUM: iwl7000: prepare for higher API/CAPA bits
* 75020bb CHROMIUM: iwl7000: mvm: simplify iwl_mvm_stop_roc()
* b1110d4 CHROMIUM: iwl7000: mvm: move TX PN assignment for CCMP to the driver
* 181be14 CHROMIUM: iwl7000: mac80211: move TX PN to public part of key struct
* c69386a CHROMIUM: iwl7000: mac80211: act upon and report deauth while associating
* 083b8d5 CHROMIUM: iwl7000: mac80211: Disable U-APSD if connected to an incompatible AP
* 46fd68d CHROMIUM: iwl7000: mvm: enable IEEE80211_HW_SUPPORT_FAST_XMIT
* e5218e4 CHROMIUM: iwl7000: mvm: Remove SCAN_RESULTS_NOTIFICATION (0x83) cmd
* 1c2e1f7 CHROMIUM: iwl7000: pcie: New RBD allocation model
* 7c8c60e CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 9175a7e CHROMIUM: iwl7000: mvm: don't use EBS for P2P find
* 334299d CHROMIUM: iwl7000: mvm: add inactive state to ebs status
* f6427c4 CHROMIUM: iwl7000: pcie: Control access to the NIC's PM registers via iwl_cfg
* decfca3 CHROMIUM: iwl7000: mvm: Add load level to mac_params debugfs entry
* 10974f2 CHROMIUM: iwl7000: wrt: add mipi type to debug types
* 0ef43d2 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 458c2fb CHROMIUM: iwl7000: Remove use of the deprecacted PTR_RET
* e31fe70 CHROMIUM: iwl7000: mvm: small fix in a comment about UMAC scan schedules
* a77e7c2 CHROMIUM: iwl7000: refactor common transport alloc/init code
* 496ea91 CHROMIUM: iwl7000: mvm: treat scan races also on UMAC scans
* a972d0e CHROMIUM: iwl7000: mvm: make UMAC scans use the stopping scan status
* 7a5facf CHROMIUM: iwl7000: mvm: combine regular and sched scan stop functions
* 45a2bf7 CHROMIUM: iwl7000: mvm: fix integer sign bug
* 0f29916 CHROMIUM: iwl7000: mac80211: fix memory leak
* b4463fa CHROMIUM: iwl7000: idi: enable DBGM
* 145df06 CHROMIUM: iwl7000: tracing: add rx cmd header fields
* 11ca257 CHROMIUM: iwl7000: pcie: Remove redundant check for family type
* bf99060 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master' into MERGE
* a7d3644 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master' into MERGE
* 54e6f2f CHROMIUM: iwl7000: mvm: combine UMAC and LMAC scan_stop functions
* 2befb81 CHROMIUM: iwl7000: mvm: remove code that stops multiple UMAC scans of a type
* f713dcf CHROMIUM: iwl7000: mvm: refactor UMAC scan UID handling
* 0d66625 CHROMIUM: iwl7000: mvm: add support for 8 level scan priority API
* 62a54e4 CHROMIUM: iwl7000: mvm: rename some LMAC-specific scan functions
* 0e005c3 CHROMIUM: iwl7000: mvm: rename umac scan stop function
* 7830f41 CHROMIUM: iwl7000: mvm: combine part of the scan stop flows
* ffffa81 CHROMIUM: iwl7000: mvm: don't stop regular scans when going out of idle state
* c3ee230 CHROMIUM: iwl7000: mvm: reorganize scan stopping functions
* 023dfc7 CHROMIUM: iwl7000: mvm: BT Coex - fix shared antenna check with new API
* 34464d9 CHROMIUM: iwl7000: mvm: make iwl_mvm_config_sched_scan_profiles() static
* dfb2023 CHROMIUM: iwl7000: mvm: add UMAC scan iteration complete notification
* 3165dc2 CHROMIUM: iwl7000: mvm: print scanned channel list on scan iteration complete notification
* 9deb9ec CHROMIUM: iwl7000: mvm: BT Coex - allocate a short command on the stack
* bda7841 CHROMIUM: iwl7000: mvm: BT Coex - remove useless code
* c6b13fd CHROMIUM: iwl7000: mvm: remove the UMAC specific scan types
* b013140 CHROMIUM: iwl7000: chromeOS: disable vendor commands in defconfig
* 90e41c3 CHROMIUM: iwl7000: mvm: advertise randomised netdetect MAC address
* e684c78 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 9258f1b CHROMIUM: iwl7000: mvm: Tx Latency: add timestamps collection for latency measuring
* 88594a4 CHROMIUM: iwl7000: mvm: Add debugfs entry for Tx power limit
* bc230b7 CHROMIUM: iwl7000: pcie: simplify return value
* c43014d CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 111b547 CHROMIUM: iwl7000: mac80211: fix build warning w/o nl80211 testmode
* 5a27284 CHROMIUM: iwl7000: fix build w/o testmode
* 00d2d33 CHROMIUM: iwl7000: remove unused test_ops
* 10195ec CHROMIUM: iwl7000: disable STBC when MIMO is disabled
* 780261a CHROMIUM: iwl7000: allow configuring module parameters using debug config framework
* 7fe998e CHROMIUM: iwl7000: remove debug config debugfs
* 0aad7e9 CHROMIUM: iwl7000: Merge remote-tracking branch 'auto/master'
* 1134684 CHROMIUM: rt5677: Add gpio_ctl_volatile property
* 4763c6f HACK: drm/i915/chv: Limit HDMI pixel Clock on PLS based systems
* 0a057e7 CHROMIUM: iwlwifi: depend on not selecting IWL7000
* 23a5b67 Revert suspend/resume power-sequencing changes
* 2d93caa UPSTREAM: mmc: core: Fix init_card in 52Mhz
* 9ac585e UPSTREAM: mmc: core: fix dead loop of mmc_retune
* 83f0d74 UPSTREAM: mmc: host: use of_property_read_bool()
* 4abbaa0 UPSTREAM: mmc: block: Retry errored data requests when re-tuning is needed
* 77bbbf9 UPSTREAM: mmc: block: Check re-tuning in the recovery path
* b0fadfc UPSTREAM: mmc: core: Separate out the mmc_switch status check so it can be re-used
* 01a5468 UPSTREAM: mmc: core: Hold re-tuning during switch commands
* cc98b68 UPSTREAM: mmc: core: Add support for HS400 re-tuning
* d095c3c UPSTREAM: mmc: mmc: Hold re-tuning in mmc_sleep()
* f85be21 UPSTREAM: mmc: core: Don't print reset warning if reset is not supported
* a7c2cf6 UPSTREAM: mmc: core: Flag re-tuning is needed on CRC errors
* 097b633 UPSTREAM: mmc: core: Hold re-tuning while bkops ongoing
* e97af11 BACKPORT: mmc: core: Hold re-tuning during erase commands
* efc89e1 UPSTREAM: mmc: core: Add support for re-tuning before each request
* 5b1e51d UPSTREAM: mmc: core: Enable / disable re-tuning
* f091e9f UPSTREAM: mmc: host: Add facility to support re-tuning
* 77a2437 UPSTREAM: mmc: core: Move mmc_card_removed() into mmc_start_request()
* 641559b UPSTREAM: mmc: core: Simplify by adding mmc_execute_tuning()
* 03f49f7 UPSTREAM: mmc: core: Make tuning block patterns static
* 76d6bed UPSTREAM: mmc: core: Export mmc_get_ext_csd()
* 5080d68 BACKPORT: mmc: core: Don't panic when fetching EXT_CSD
* a774e26 BACKPORT: mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
* 4605ee7 BACKPORT: mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
* 50e51f8 UPSTREAM: regmap: Introduce regmap_get_reg_stride
* 6e26c5a UPSTREAM: regmap: Introduce regmap_get_max_register
* 45c2249 UPSTREAM: regmap: Use regcache_mark_dirty() to indicate power loss or reset
* b855774 UPSTREAM: regmap: Add a helper function for regcache sync test
* 4c0c618 UPSTREAM: regmap: Constify irq_domain_ops
* 94713d5 UPSTREAM: avr32: fix integer overflow in ELF_ET_DYN_BASE
* 0eca41e UPSTREAM: sparc64: Fix several bugs in memmove().
* 36e238c UPSTREAM: regmap: Move tracing header into drivers/base/regmap
* c80dcc5 UPSTREAM: regmap: introduce regmap_name to fix syscon regmap trace events
* 25d2f2b UPSTREAM: regmap: regcache-rbtree: Fix present bitmap resize
* 3aeceec UPSTREAM: nvmem: sunxi: Check for memory allocation failure
* 9fa3b35 UPSTREAM: nvmem: core: Fix memory leak in nvmem_cell_write
* 7bc0d6f UPSTREAM: nvmem: core: Handle shift bits in-place if cell->nbits is non-zero
* a7d082b UPSTREAM: nvmem: core: fix the out-of-range leak in read/write()
* e1c47fc UPSTREAM: nvmem: sunxi: Move the SID driver to the nvmem framework
* ab3cb61 UPSTREAM: nvmem: qfprom: Add Qualcomm QFPROM support.
* d3f64f1 UPSTREAM: nvmem: Add nvmem_device based consumer apis.
* 5deade3 UPSTREAM: nvmem: Add a simple NVMEM framework for consumers
* 3e90dee5 UPSTREAM: nvmem: Add a simple NVMEM framework for nvmem providers
* 6b392ec UPSTREAM: arm64: Fix THP protection change logic
* 9ab976b UPSTREAM: arm64: enable PTE type bit in the mask for pte_modify
* b2dc5d6 CHROMIUM: drm/nouveau: Make the pushbuf kthread sleep interruptibly
* 66537af CHROMIUM: HACK: xhci: Increase the reset handshake timeout
* e54d69f CHROMIUM: drm/nouveau: add optional lock to nvif_notify
* 3be0ef7 CHROMIUM: drm/tegra: Set MC latency allowance
* 8549c92 CHROMIUM: clk: tegra210: dfll: update dvfs table
* 683aaff UPSTREAM: usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU
* 1c30bf2 CHROMIUM: ion: Fix locking in ion_debug_pid_show()
* d963d47 CHROMIUM: ARM64: dts: smaug: adjust vdd_cpu max voltage
* 6250ceb Revert "CHROMIUM: ARM64: tegra: smaug: Enable touchscreen reset."
* d71c295 Revert "CHROMIUM: jdi-lpm102a188a: Rework regulator usage for S3 support"
* 203e990 Revert "CHROMIUM: jdi-lpm102a188a: fix unbalanced regulator disable on shutdown"
* d1b782c FROMLIST: Add brcm4371 support to brcmfmac driver
* 0eddcb6 BACKPORT: xhci: give command abortion one more chance before killing xhci
* 619f888 CHROMIUM: drm/nouveau: Cancel deferred map only if not yet mapped
* ebf4b1d CHROMIUM: config: Enable CONFIG_BRCMFMAC and friends
* 75b4d31 BACKPORT: xhci: Workaround to get Intel xHCI reset working more reliably
* 6083a76 UPSTREAM: mmc: core: Remove redundant check while selecting powerclass
* 2d04fde UPSTREAM: mmc: core: Remove unnecessary 'out of memory' message
* 07bb2d1 UPSTREAM: mmc: core: Remove mmc_free_ext_csd()
* b2253b5 UPSTREAM: mmc: core: Remove redundant ->power_restore() callback for MMC
* 96381d64 UPSTREAM: mmc: core: Remove redundant ->power_restore() callback for SD
* ea30bb3 UPSTREAM: mmc: sd: add reset bus_ops callback
* b1ca4fc UPSTREAM: mmc: core: refactor the hw_reset routines
* 2fc36c5 UPSTREAM: mmc: core: always check status after reset
* cc9f422 UPSTREAM: mmc: core: use mmc_send_status to check hw_reset
* 8f74f56 UPSTREAM: mmc: core: consistent handling of initial values

Change-Id: Ia160cfd3c28038325831fa65e3f5f306233210ed
diff --git a/Image.fit b/Image.fit
index 2414f3f..12feb74 100644
--- a/Image.fit
+++ b/Image.fit
Binary files differ