summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-28 17:15:19 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-28 17:15:19 +0000
commit4631960b4700dd53f5cebb4f7055fd00ccd556ce (patch)
treeb4d07d9fccbfd5930ae608d3610ca70ee15947ce /scripts/Makefile
parenta9d6c0c5a6bd9ca88e964f8843ea41bc085de866 (diff)
downloadkernel-linux-6.5.y.tar.gz
Linux 6.5.13linux-6.5.y
Link: https://lore.kernel.org/r/20231124172024.664207345@linuxfoundation.org Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Nam Cao <namcao@linutronix.de> Tested-by: Ron Economos <re@w6rz.net> Link: https://lore.kernel.org/r/20231125163154.024751781@linuxfoundation.org Tested-by: SeongJae Park <sj@kernel.org> Link: https://lore.kernel.org/r/20231125194412.892933311@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/r/20231126154413.975493975@linuxfoundation.org Tested-by: SeongJae Park <sj@kernel.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Nam Cao <namcao@linutronix.de> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/Makefile')
0 files changed, 0 insertions, 0 deletions
'>Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds 2011-02-28percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter 2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet 2011-01-11x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter 2010-12-18cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter 2010-12-18x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter 2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo 2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter 2010-09-10x86, percpu: Optimize this_cpu_ptrBrian Gerst 2010-06-11percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen 2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds 2010-04-28x86, asm: Introduce and use percpu_inc()Jan Beulich 2010-04-20Fix comment typo in percpu.hJustin P. Mattock uxfoundation.org> 2019-04-30staging: fieldbus: anybus-s: keep device bus id in bus endiannessSven Van Asbroeck "Normal" bus structures such as USB or PCI keep device bus ids in bus endinanness, and driver bus ids in host endianness. Endianness conversion happens each time bus_match() is called. Modify anybus-s to conform to this pattern. As a pleasant side- effect, sparse warnings will now disappear. This was suggested by Al Viro. Link: https://lkml.org/lkml/2019/4/30/834 Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-04-17staging: fieldbus: support HMS Profinet IRT industrial controllerSven Van Asbroeck The Anybus-S PROFINET IRT communication module provides instant integration to any Ethernet based LAN via SMTP, FTP, HTTP as well as PROFINET and Modbus-TCP. Additional protocols can be implemented on top of TCP/IP or UDP using the transparent socket interface. Official documentation: https://www.anybus.com/docs/librariesprovider7/default-document-library /manuals-design-guides/hms-hmsi-168-52.pdf This implementation is an Anybus-S client driver, designed to be instantiated by the Anybus-S bus driver when it discovers the Profinet card. If loaded successfully, the driver registers itself as a fieldbus_dev, and userspace can access it through the fieldbus_dev interface. Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-04-17staging: fieldbus: anybus-s: support the Arcx anybus controllerSven Van Asbroeck Add a driver for the Arcx anybus controller. This device implements two Anybus-S hosts (buses), and connects to the SoC via a parallel memory bus. There is also a CAN power readout, unrelated to the Anybus, modelled as a regulator. Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-04-17staging: fieldbus: anybus-s: support HMS Anybus-S busSven Van Asbroeck The Anybus-S/Anybus-M is a series of interchangeable fieldbus communication modules featuring on board memory and processing power. All software and hardware functionality required to communicate on the fieldbus is incorporated in the module itself, allowing the application to focus on other tasks. Typical applications are frequency inverters, HMI and visualization devices, instruments, scales, robotics, PLC’s and intelligent measuring devices. Official documentation: https://www.anybus.com/docs/librariesprovider7/default-document-library/ manuals-design-guides/hms-hmsi-27-275.pdf Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>