summaryrefslogtreecommitdiff
path: root/arch/score/include/asm/string.h
blob: 8a6bf5063aa5ac9a48eca44715bb8af04e12e7d5 (plain)
1
2
3
4
5
6
7
8
#ifndef _ASM_SCORE_STRING_H
#define _ASM_SCORE_STRING_H

extern void *memset(void *__s, int __c, size_t __count);
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);

#endif /* _ASM_SCORE_STRING_H */
mp;id=d242feaf81d63b25d8c1fb1a68738dc33966a376'>pwm: stm32: Fix a typoAndrew Kreimer 2024-09-05pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()Uwe Kleine-König 2024-07-10pwm-stm32: Make use of parametrised register definitionsUwe Kleine-König 2024-07-05pwm: stm32: Always do lazy disablingUwe Kleine-König 2024-06-22pwm: stm32: Fix error message to not describe the previous error pathUwe Kleine-König 2024-06-22pwm: stm32: Fix calculation of prescalerUwe Kleine-König 2024-06-21pwm: stm32: Refuse too small period requestsUwe Kleine-König 2024-04-30pwm: stm32: Calculate prescaler with a division instead of a loopUwe Kleine-König 2024-04-30pwm: stm32: Fix for settings using period > UINT32_MAXUwe Kleine-König 2024-04-30pwm: stm32: Improve precision of calculation in .apply()Uwe Kleine-König 2024-04-30pwm: stm32: Add error messages in .probe()'s error pathsUwe Kleine-König 2024-02-22pwm: stm32: Make use of devm_pwmchip_alloc() functionUwe Kleine-König 2024-02-22pwm: stm32: Change prototype of helper that detects npwm to prepare further c...Uwe Kleine-König 2024-02-22pwm: stm32: Prepare removing pwm_chip from driver dataUwe Kleine-König 2024-02-22pwm: stm32: Change prototype of a helper to prepare further changesUwe Kleine-König 2024-02-22pwm: stm32: Simplify code to determine the pwmchip's parent deviceUwe Kleine-König sysctl: factor-out rpm mask manipulation helpersPaolo Abeni 2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman 2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman 2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman 2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko 2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen 2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski