incubator-nuttx/drivers
wangjianyu3 f0590eeaf0 drivers/power/pm: Fix warning of type cast
Env: sim (Ubuntu 22.04.3 LTS (x86_64 GNU/Linux)), enable PM
```
power/pm/pm_autoupdate.c: In function ‘pm_auto_updatestate’:
power/pm/pm_autoupdate.c:84:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   84 |                      pm_auto_updatestate_cb, (FAR void *)domain, 0);
      |                                              ^
power/pm/pm_autoupdate.c:89:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   89 |           pm_auto_updatestate_cb((FAR void *)domain);
      |                                  ^
```

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-04-10 22:51:28 +08:00
..
1wire
analog drivers/analog/hx711.c: fix tare calculation 2024-03-03 01:56:40 +08:00
audio esp32-sparrow-kit: Add I2S support for the board's microphone 2024-02-20 06:46:06 -08:00
bch poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
can drivers/can/sja1000: Add SJA1000 CAN driver support 2024-03-19 15:45:53 -03:00
clk rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
contactless mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
crypto Fix Kconfig style 2023-12-09 13:44:46 -08:00
devicetree fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
dma
dummy
eeprom stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3 2024-03-07 01:55:56 +08:00
efuse
i2c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
i2s mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
input nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
ioexpander ioexpander/icjx: add support for change of input interrupts on NINT 2024-04-05 15:23:10 -03:00
ipcc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
lcd sim_lcd: add open & close 2023-12-18 09:06:29 -08:00
leds drivers/leds/ws2812: Fix WS2812 pixel size 2023-12-24 16:38:06 -08:00
loop enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
math math/mpi: add mpi driver in math 2023-10-17 13:43:43 +08:00
misc nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
mmcsd fs: procfs add poll support 2023-12-26 19:23:13 -08:00
modem driver/alt1250: Modify return value 2024-02-27 13:16:52 +08:00
motor drivers/foc: add support for drv8301 power-stage driver 2023-11-18 17:07:20 -08:00
mtd Fix Kconfig style 2024-04-09 10:49:23 +08:00
net drivers/net/lan9250: Fix crash issue of sending packets by lan9250 driver under SMP and multi-thread 2024-04-03 10:06:43 -03:00
note fix build with CONFIG_SCHED_INSTRUMENTATION_FUNCTION 2024-01-22 19:30:40 +08:00
pci cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
pipes drivers/pipe: Change to the block mode by file_ioctl(FIONBIO) 2024-03-07 10:09:35 -03:00
power drivers/power/pm: Fix warning of type cast 2024-04-10 22:51:28 +08:00
rc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
regmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
reset
rf
rmt xtensa/esp/rmt: Add the lower-half implementation of the RMT driver 2023-12-24 16:38:06 -08:00
rpmsg rptun ioctl: Strip rpmsg ioctl and rptun ioctl. 2024-02-19 02:15:45 -08:00
rptun rptun ioctl: remove rptun_panic and rptun_dump_all 2024-02-21 21:38:05 -08:00
segger sched/cpu: replace up_cpu_index() to this_cpu() 2024-03-21 18:52:35 +08:00
sensors sensors/bmi270: fix accel and gyro data position 2024-03-14 21:16:46 -03:00
serial fs/driver: using nx_unlink to call unlink ops to release some resource 2024-03-14 11:53:30 +08:00
spi poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
syslog syslog_rpmsg: handle syslog_rpmsg_transfer() return value 2024-03-03 02:14:28 +08:00
timers nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
usbdev cdcecm: remove duplicate assignment statements 2024-03-21 20:06:13 +08:00
usbhost usb: document revision and typo fixing 2024-01-18 21:09:20 -08:00
usbmisc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbmonitor
usrsock rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
video drivers/video/isx019: Fix default_value of 3A status 2024-03-29 16:05:37 +08:00
virt cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
virtio virtio/gpu: minor revision on virtio_gpu_send_cmd() 2024-04-01 00:27:16 +08:00
wireless mrf24j40: add support for IEEE802154_ATTR_PHY_REGDUMP 2024-02-17 05:00:27 -08:00
.gitignore
CMakeLists.txt
Kconfig Various fixes for PCI work 2024-01-25 09:09:30 -08:00
Makefile Various fixes for PCI work 2024-01-25 09:09:30 -08:00
drivers_initialize.c driver/tee: add optee client driver module 2023-11-23 06:25:48 -08:00