aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-34/+91
2020-12-11fsi: occ: Add support for P10Eddie James1-34/+91
2020-12-09fsi: Aspeed: Add mutex to protect HW accessEddie James1-16/+29
2020-09-10fsi: aspeed: Support CFAM reset GPIOJoel Stanley1-0/+43
2020-09-10fsi: aspeed: Add module param for bus divisorJoel Stanley1-2/+6
2020-09-10fsi: aspeed: Run the bus at maximum speedJoel Stanley1-3/+14
2020-09-10fsi: aspeed: Support cabled FSIJoel Stanley1-0/+46
2020-09-10fsi: scom: Constify scom_idsRikard Falkeborn1-1/+1
2020-09-10fsi: sbefifo: Constify sbefifo_idsRikard Falkeborn1-1/+1
2020-09-10fsi: master: Constify hub_master_idsRikard Falkeborn1-1/+1
2020-09-10fsi: master: Remove link enable read-backEddie James2-13/+4
2020-09-10fsi: core: Set slave local bus ownership during initEddie James1-1/+15
2020-09-10fsi: core: Disable link when slave init failsEddie James1-1/+12
2020-09-10fsi: master: Add boolean parameter to link_enable functionEddie James6-8/+21
2020-09-10fsi: fsi-occ: fix return value check in occ_probe()Xu Wang1-1/+1
2020-09-10fsi: aspeed: Enable 23-bit addressingEddie James1-2/+4
2020-09-10fsi: master-ast-cf: fix spelling mistake "firwmare" -> "firmware"Colin Ian King1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-8/+8
2020-02-10fsi: aspeed: add unspecified HAS_IOMEM dependencyBrendan Higgins1-0/+1
2019-11-08fsi: aspeed: Fix OPB0 byte order register valuesAndrew Jeffery1-3/+3
2019-11-08fsi: aspeed: Add trace pointsJoel Stanley1-0/+22
2019-11-08fsi: Add ast2600 master driverJoel Stanley3-0/+531
2019-11-08fsi: Move defines to common headerJoel Stanley2-46/+71
2019-11-08fsi: fsi_master_class can be statickbuild test robot1-1/+1
2019-11-08fsi: core: Fix small accesses and unaligned offsets via sysfsAndrew Jeffery1-4/+27
2019-11-08fsi: Move master attributes to fsi-master classJeremy Kerr1-14/+9
2019-11-08fsi: Add fsi-master classJeremy Kerr1-0/+13
2019-08-28fsi: scom: Don't abort operations for minor errorsEddie James1-7/+1
2019-07-03fsi: sbefifo: Don't fail operations when in SBE IPL stateEddie James1-2/+2
2019-07-03Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman2-15/+32
2019-07-03fsi/core: Fix error paths on CFAM initJeremy Kerr1-12/+20
2019-07-03OCC: FSI and hwmon: Add sequence numberingEddie James1-3/+12
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman1-9/+1
2019-06-19fsi: cf-fsi-fw: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 469Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-27/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-02fsi: Add On-Chip Controller (OCC) driverEddie James3-0/+610
2018-11-26fsi: fsi-scom.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-26fsi: master-ast-cf: select GENERIC_ALLOCATORArnd Bergmann1-0/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-08-08fsi: sbefifo: Bump max command lengthBenjamin Herrenschmidt1-7/+32
2018-08-06fsi: scom: Fix NULL dereferenceBenjamin Herrenschmidt1-0/+1
2018-07-27fsi: Prevent multiple concurrent rescansBenjamin Herrenschmidt2-2/+16
2018-07-27fsi: Add cfam char devicesBenjamin Herrenschmidt1-51/+213
2018-07-27fsi: scom: Convert to use the new chardevBenjamin Herrenschmidt1-50/+80
2018-07-27fsi: sbefifo: Convert to use the new chardevBenjamin Herrenschmidt1-29/+55
2018-07-27fsi: Add new central chardev supportBenjamin Herrenschmidt2-2/+108
2018-07-26fsi: master-ast-cf: Rename dump_trace() to avoid name collisionBenjamin Herrenschmidt1-5/+5