aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/xtensa/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-4/+2
2024-04-04tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum1-4/+2
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+5
2023-12-08tty: xtensa/iss: use u8Jiri Slaby (SUSE)1-1/+1
2023-09-20xtensa: iss/network: make functions staticRandy Dunlap1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-11tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)1-24/+0
2023-07-10xtensa: ISS: fix call to split_if_specMax Filippov1-1/+1
2023-07-10xtensa: ISS: add comment about etherdev freeingMax Filippov1-0/+1
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-44/+62
2023-06-12xtensa: drop platform_halt and platform_power_offMax Filippov3-24/+15
2023-06-12xtensa: drop platform_restartMax Filippov3-6/+37
2023-06-12xtensa: drop platform_heartbeatMax Filippov1-9/+11
2023-06-12xtensa: xt2000: drop empty platform_initMax Filippov1-6/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2022-08-04Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-35/+28
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang1-17/+15
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov1-0/+10
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov1-18/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-18xtensa: xtfpga: Fix refcount leak bug in setupLiang He1-0/+1
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang1-6/+12
2022-05-11xtensa: no need to initialise statics to 0Jason Wang1-1/+1
2022-05-01xtensa: iss: extract and constify network callbacksMax Filippov1-19/+28
2022-05-01xtensa: iss: clean up per-device locking in network driverMax Filippov1-21/+18
2022-05-01xtensa: iss: replace iss_net_set_mac with eth_mac_addrMax Filippov1-14/+1
2022-05-01xtensa: iss: drop opened_list logic from the network driverMax Filippov1-39/+14
2022-04-13arch: xtensa: platforms: Fix deadlock in rs_close()Duoming Zhou1-8/+0
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-2/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2022-03-06net: xtensa: use strscpy to copy stringsJason Wang1-2/+2
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig1-2/+2
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+3
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain1-2/+11
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2021-10-05xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck1-2/+6
2021-10-05xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov1-2/+2
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-3/+7
2021-08-11xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/KbuildMasahiro Yamada1-0/+4
2021-08-11xtensa: ISS: don't use string pointer before NULL checkMax Filippov1-3/+3
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3