summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | dt-bindings: remoteproc: k3-r5f: Update bindings for J7200 SoCsSuman Anna2020-09-151-1/+4
| | * | | env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPLSuman Anna2020-09-151-4/+11
| | * | | configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot listSuman Anna2020-09-151-0/+1
| | * | | arm: dts: k3-j721e-main: Configure MAIN R5FSS1 for Split-modeSuman Anna2020-09-151-1/+1
| | * | | configs: j721e_evm.h: Add U-Boot image address for HyperFlash bootVignesh Raghavendra2020-09-151-0/+2
| | * | | configs: j7200_evm_*_defconfig: Enable HyperFlash boot related configsVignesh Raghavendra2020-09-152-0/+16
| | * | | ARM: dts: k3-j7200-r5-common-proc-board: Enable HyperFlashVignesh Raghavendra2020-09-152-0/+68
| | * | | board: ti: j721e: Add support for HyperFlash detectionVignesh Raghavendra2020-09-151-0/+7
| | * | | arm: mach-k3: Add HyperFlash boot mode supportVignesh Raghavendra2020-09-151-0/+1
| * | | | Merge branch '2020-09-09-assorted-soc-updates' into nextTom Rini2020-09-1017-70/+428
| |\ \ \ \
| | * | | | arm: dts: fix ast2500-evb inclusion for the correct soc familyThirupathaiah Annapureddy2020-09-101-1/+1
| | * | | | PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu2020-09-101-6/+13
| | * | | | dt-bindings: clock: import Qualcomm IPQ4019 bindingsRobert Marko2020-09-092-0/+97
| | * | | | cosmetic: aspeed: Modify for SPDX-LicenseRyan Chen2020-09-092-1/+2
| | * | | | clock:aspeed: Sync with Linux kernel clock header defineRyan Chen2020-09-093-58/+68
| | * | | | cosmetic: aspeed: ast2500: Rename clock headerRyan Chen2020-09-094-3/+3
| | * | | | board: ns3: check bnxt chimp handshake statusRayagonda Kokatanur2020-09-091-0/+17
| | * | | | MAINTAINERS: update maintainers file for new filesRayagonda Kokatanur2020-09-091-0/+4
| | * | | | board: ns3: kconfig: extend board kconfig with specific commandsVladimir Olovyannikov2020-09-092-0/+9
| | * | | | cmd: broadcom: add command for chimp handshakeBharat Kumar Reddy Gooty2020-09-093-0/+40
| | * | | | cmd: broadcom: add cmd to update bnxt image env variablesVikas Gupta2020-09-092-0/+126
| | * | | | cmd: broadcom: add bnxt boot commandTrac Hoang2020-09-093-0/+47
| |/ / / /
| * | | | Merge branch '2020-09-14-btrfs-rewrite' into nextTom Rini2020-09-0730-2491/+8525
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | MAINTAINERS: Add btrfs mailing list and myself as reviewerQu Wenruo2020-09-071-0/+2
| | * | | fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-0714-1366/+3
| | * | | fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo2020-09-071-5/+73
| | * | | fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo2020-09-071-0/+81
| | * | | fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2020-09-072-1/+68
| | * | | fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-073-20/+176
| | * | | fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo2020-09-071-0/+101
| | * | | fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo2020-09-074-0/+205
| | * | | fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-074-9/+9
| | * | | fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo2020-09-071-17/+48
| | * | | fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo2020-09-074-91/+144
| | * | | fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo2020-09-073-0/+360
| | * | | fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo2020-09-071-2/+6
| | * | | fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2020-09-072-37/+65
| | * | | fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-077-33/+43
| | * | | fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo2020-09-078-20/+579
| | * | | fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo2020-09-075-3/+306
| | * | | fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2020-09-072-7/+591
| | * | | fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo2020-09-071-0/+17
| | * | | fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-078-34/+34
| | * | | fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-079-44/+44
| | * | | fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo2020-09-075-8/+602
| | * | | fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo2020-09-075-1/+1081
| | * | | fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo2020-09-073-95/+1064
| | * | | fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo2020-09-073-1/+1019
| | * | | fs: btrfs: Crossport extent-cache.[ch] from btrfs-progsQu Wenruo2020-09-072-0/+422
| | * | | fs: btrfs: Crossport rbtree-utils from btrfs-progsQu Wenruo2020-09-073-1/+138