| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-04-26 | 2 | -4/+6 |
|\ |
|
| * | Merge tag 'qcom-drivers-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2021-04-08 | 1 | -1/+3 |
| |\ |
|
| | * | bus: qcom: Put child node before return | Pan Bian | 2021-03-30 | 1 | -1/+3 |
| * | | bus: ti-sysc: Use kzalloc for allocating only one thing | Zheng Yongjun | 2021-03-24 | 1 | -1/+1 |
| * | | bus: ti-sysc: remove unneeded semicolon | Yang Li | 2021-03-24 | 1 | -2/+2 |
* | | | Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 2021-04-26 | 1 | -3/+78 |
|\ \ \ |
|
| * | | | bus: ti-sysc: Warn about old dtb for dra7 and omap4/5 | Tony Lindgren | 2021-03-12 | 1 | -0/+3 |
| |/ / |
|
| * | | bus: ti-sysc: Check for old incomplete dtb | Tony Lindgren | 2021-03-10 | 1 | -0/+16 |
| * | | bus: ti-sysc: Detect more modules for debugging | Tony Lindgren | 2021-03-08 | 1 | -0/+7 |
| * | | bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first | Tony Lindgren | 2021-03-08 | 1 | -0/+49 |
| * | | bus: ti-sysc: Fix initializing module_pa for modules without sysc register | Tony Lindgren | 2021-03-08 | 1 | -3/+3 |
| * | | Merge branch 'fixes-rc2' into fixes | Tony Lindgren | 2021-03-08 | 13 | -214/+1396 |
| |\| |
|
* | | | Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-26 | 7 | -269/+754 |
|\ \ \ |
|
| * \ \ | Merge tag 'mhi-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Greg Kroah-Hartman | 2021-04-11 | 7 | -269/+754 |
| |\ \ \ |
|
| | * | | | bus: mhi: core: Fix shadow declarations | Manivannan Sadhasivam | 2021-04-09 | 1 | -6/+6 |
| | * | | | bus: mhi: pci_generic: Constify mhi_controller_config struct definitions | Manivannan Sadhasivam | 2021-04-08 | 1 | -3/+3 |
| | * | | | bus: mhi: pci_generic: Introduce Foxconn T99W175 support | Jarvis Jiang | 2021-04-08 | 1 | -0/+47 |
| | * | | | bus: mhi: core: Sanity check values from remote device before use | Jeffrey Hugo | 2021-04-08 | 1 | -7/+74 |
| | * | | | bus: mhi: pci_generic: Add FIREHOSE channels | Loic Poulain | 2021-04-07 | 1 | -0/+35 |
| | * | | | bus: mhi: pci_generic: Implement PCI shutdown callback | Loic Poulain | 2021-04-07 | 1 | -0/+7 |
| | * | | | bus: mhi: core: Remove __ prefix for MHI channel unprepare function | Bhaumik Bhatt | 2021-04-07 | 1 | -5/+5 |
| | * | | | bus: mhi: core: Check channel execution environment before issuing reset | Bhaumik Bhatt | 2021-04-07 | 1 | -0/+11 |
| | * | | | bus: mhi: core: Clear configuration from channel context during reset | Bhaumik Bhatt | 2021-04-07 | 1 | -0/+13 |
| | * | | | bus: mhi: core: Hold device wake for channel update commands | Bhaumik Bhatt | 2021-04-07 | 1 | -5/+14 |
| | * | | | bus: mhi: core: Update debug messages to use client device | Bhaumik Bhatt | 2021-04-07 | 1 | -7/+5 |
| | * | | | bus: mhi: core: Improvements to the channel handling state machine | Bhaumik Bhatt | 2021-04-07 | 3 | -69/+100 |
| | * | | | bus: mhi: core: Clear context for stopped channels from remove() | Bhaumik Bhatt | 2021-04-07 | 1 | -1/+2 |
| | * | | | bus: mhi: core: Allow sending the STOP channel command | Bhaumik Bhatt | 2021-04-07 | 1 | -0/+5 |
| | * | | | bus: mhi: pci_generic: Add SDX65 based modem support | Bhaumik Bhatt | 2021-04-07 | 1 | -0/+11 |
| | * | | | bus: mhi: core: Remove pre_init flag used for power purposes | Bhaumik Bhatt | 2021-04-07 | 2 | -23/+0 |
| | * | | | bus: mhi: pm: reduce PM state change verbosity | Loic Poulain | 2021-04-07 | 1 | -5/+5 |
| | * | | | bus: mhi: core: Fix MHI runtime_pm behavior | Loic Poulain | 2021-04-07 | 1 | -5/+16 |
| | * | | | bus: mhi: core: Move to polling method to wait for MHI ready | Bhaumik Bhatt | 2021-03-31 | 1 | -18/+16 |
| | * | | | bus: mhi: core: Introduce internal register poll helper function | Bhaumik Bhatt | 2021-03-31 | 2 | -0/+26 |
| | * | | | bus: mhi: core: Improve state strings for debug messages | Bhaumik Bhatt | 2021-03-31 | 1 | -17/+17 |
| | * | | | bus: mhi: core: Wait for MHI READY state in most scenarios | Bhaumik Bhatt | 2021-03-31 | 2 | -4/+3 |
| | * | | | bus: mhi: core: Identify Flash Programmer as a mission mode use case | Bhaumik Bhatt | 2021-03-31 | 1 | -1/+2 |
| | * | | | bus: mhi: core: Add support for Flash Programmer execution environment | Carl Yin | 2021-03-31 | 4 | -0/+12 |
| | * | | | bus: mhi: core: Handle EDL mode entry appropriately | Bhaumik Bhatt | 2021-03-31 | 1 | -1/+18 |
| | * | | | bus: mhi: core: Wait for ready after an EDL firmware download | Bhaumik Bhatt | 2021-03-31 | 1 | -4/+4 |
| | * | | | bus: mhi: core: Rely on accurate method to determine EDL mode | Bhaumik Bhatt | 2021-03-31 | 1 | -1/+2 |
| | * | | | bus: mhi: core: Check state before processing power_down | Jeffrey Hugo | 2021-03-16 | 1 | -2/+10 |
| | * | | | bus: mhi: core: Return EAGAIN if MHI ring is full | Fan Wu | 2021-03-16 | 1 | -1/+1 |
| | * | | | bus: mhi: core: remove redundant initialization of variables state and ee | Colin Ian King | 2021-03-15 | 1 | -2/+2 |
| | * | | | bus: mhi: core: Fix check for syserr at power_up | Jeffrey Hugo | 2021-03-10 | 1 | -1/+1 |
| | * | | | bus: mhi: core: Update debug prints to include local device state | Bhaumik Bhatt | 2021-03-10 | 1 | -3/+4 |
| | * | | | bus: mhi: core: Process execution environment changes serially | Bhaumik Bhatt | 2021-03-10 | 2 | -22/+25 |
| | * | | | bus: mhi: core: Download AMSS image from appropriate function | Bhaumik Bhatt | 2021-03-10 | 3 | -27/+27 |
| | * | | | bus: mhi: core: Destroy SBL devices when moving to mission mode | Bhaumik Bhatt | 2021-03-10 | 2 | -4/+28 |
| | * | | | bus: mhi: Early MHI resume failure in non M3 state | Loic Poulain | 2021-03-10 | 1 | -0/+3 |