Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | fsi: scom: Don't abort operations for minor errors | Eddie James | 1 | -7/+1 |
2019-07-03 | fsi: sbefifo: Don't fail operations when in SBE IPL state | Eddie James | 1 | -2/+2 |
2019-07-03 | Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel... | Greg Kroah-Hartman | 2 | -15/+32 |
2019-07-03 | fsi/core: Fix error paths on CFAM init | Jeremy Kerr | 1 | -12/+20 |
2019-07-03 | OCC: FSI and hwmon: Add sequence numbering | Eddie James | 1 | -3/+12 |
2019-06-23 | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -9/+1 |
2019-06-19 | fsi: cf-fsi-fw: Use the correct style for SPDX License Identifier | Nishad Kamdar | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 469 | Thomas Gleixner | 1 | -9/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 3 | -27/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-12-02 | fsi: Add On-Chip Controller (OCC) driver | Eddie James | 3 | -0/+610 |
2018-11-26 | fsi: fsi-scom.c: Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
2018-11-26 | fsi: master-ast-cf: select GENERIC_ALLOCATOR | Arnd Bergmann | 1 | -0/+1 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -2/+2 |
2018-08-08 | fsi: sbefifo: Bump max command length | Benjamin Herrenschmidt | 1 | -7/+32 |
2018-08-06 | fsi: scom: Fix NULL dereference | Benjamin Herrenschmidt | 1 | -0/+1 |
2018-07-27 | fsi: Prevent multiple concurrent rescans | Benjamin Herrenschmidt | 2 | -2/+16 |
2018-07-27 | fsi: Add cfam char devices | Benjamin Herrenschmidt | 1 | -51/+213 |
2018-07-27 | fsi: scom: Convert to use the new chardev | Benjamin Herrenschmidt | 1 | -50/+80 |
2018-07-27 | fsi: sbefifo: Convert to use the new chardev | Benjamin Herrenschmidt | 1 | -29/+55 |
2018-07-27 | fsi: Add new central chardev support | Benjamin Herrenschmidt | 2 | -2/+108 |
2018-07-26 | fsi: master-ast-cf: Rename dump_trace() to avoid name collision | Benjamin Herrenschmidt | 1 | -5/+5 |
2018-07-26 | fsi: master-ast-cf: Fix memory leak | Gustavo A. R. Silva | 1 | -2/+4 |
2018-07-25 | fsi: master-ast-cf: Mask unused bits in RTAG/RCRC | Benjamin Herrenschmidt | 1 | -2/+2 |
2018-07-24 | fsi: master-ast-cf: Fix build warnings on 64-bit platforms | Benjamin Herrenschmidt | 1 | -2/+2 |
2018-07-23 | fsi: Add support for device-tree provided chip IDs | Benjamin Herrenschmidt | 1 | -0/+24 |
2018-07-23 | fsi: sbefifo: Fix inconsistent use of ffdc mutex | Benjamin Herrenschmidt | 1 | -4/+9 |
2018-07-23 | fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire | Benjamin Herrenschmidt | 4 | -0/+1605 |
2018-07-12 | fsi: Move various master definitions to a common header | Benjamin Herrenschmidt | 2 | -29/+33 |
2018-07-12 | fsi: master-gpio: Add missing release function | Benjamin Herrenschmidt | 1 | -18/+35 |
2018-07-12 | fsi: Don't use device_unregister() in fsi_master_register() | Benjamin Herrenschmidt | 1 | -5/+2 |
2018-07-12 | fsi: master-gpio: Remove "GPIO" prefix on some definitions | Benjamin Herrenschmidt | 1 | -34/+36 |
2018-07-12 | fsi: master-gpio: Remove unused definitions | Benjamin Herrenschmidt | 1 | -6/+0 |
2018-07-12 | fsi: master-gpio: Add more tracepoints | Benjamin Herrenschmidt | 1 | -6/+10 |
2018-07-12 | fsi: master-gpio: Add support for link_config | Benjamin Herrenschmidt | 1 | -2/+25 |
2018-07-12 | fsi: master-gpio: Rename and adjust send delay | Benjamin Herrenschmidt | 1 | -3/+6 |
2018-07-12 | fsi: Add mechanism to set the tSendDelay and tEchoDelay values | Benjamin Herrenschmidt | 2 | -18/+93 |
2018-07-12 | fsi: Move code around to avoid forward declaration | Benjamin Herrenschmidt | 1 | -48/+46 |
2018-07-12 | fsi: sbefifo: Fix checker warning about late NULL check | Benjamin Herrenschmidt | 1 | -2/+5 |
2018-07-12 | fsi/sbefifo: Add dependency on OF_ADDRESS | Guenter Roeck | 1 | -0/+1 |
2018-07-12 | fsi: sbefifo: Add missing mutex_unlock | Eddie James | 1 | -0/+1 |
2018-06-18 | fsi: scom: Major overhaul | Benjamin Herrenschmidt | 1 | -30/+394 |
2018-06-18 | fsi: scom: Add register definitions | Benjamin Herrenschmidt | 1 | -1/+18 |
2018-06-18 | fsi: scom: Fixup endian annotations | Benjamin Herrenschmidt | 1 | -5/+4 |
2018-06-18 | fsi: scom: Whitespace fixes | Benjamin Herrenschmidt | 1 | -4/+4 |
2018-06-18 | fsi: scom: Add mutex around FSI2PIB accesses | Benjamin Herrenschmidt | 1 | -7/+18 |
2018-06-18 | fsi: core: Fix sparse warnings | Joel Stanley | 1 | -10/+13 |
2018-06-18 | fsi: master-hub: Fix sparse warnings | Joel Stanley | 1 | -2/+3 |
2018-06-18 | fsi: sbefifo: Fix sparse warnings | Joel Stanley | 1 | -2/+3 |