| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-davinci.c | 194 struct davinci_gpio_controller *chips; in davinci_gpio_probe() local 230 chips = devm_kzalloc(dev, sizeof(*chips), GFP_KERNEL); in davinci_gpio_probe() 231 if (!chips) in davinci_gpio_probe() 239 chips->irqs[i] = platform_get_irq(pdev, i); in davinci_gpio_probe() 240 if (chips->irqs[i] < 0) in davinci_gpio_probe() 241 return dev_err_probe(dev, chips->irqs[i], "IRQ not populated\n"); in davinci_gpio_probe() 244 chips->chip.label = dev_name(dev); in davinci_gpio_probe() 246 chips->chip.direction_input = davinci_direction_in; in davinci_gpio_probe() 247 chips->chip.get = davinci_gpio_get; in davinci_gpio_probe() 248 chips->chip.direction_output = davinci_direction_out; in davinci_gpio_probe() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | Kconfig | 16 Add support for various GIGADEVICE SPI Nand flash chips 22 Add support for various MACRONIX SPI Nand flash chips 28 Add support for various MICRON SPI Nand flash chips 34 Add support for various TOSHIBA SPI Nand flash chips 40 Add support for various WINBOND SPI Nand flash chips 46 Add support for various DOSILICON SPI Nand flash chips 53 Add support for various ESMT SPI Nand flash chips 59 Add support for various XINCUN SPI Nand flash chips 66 Add support for various XTX SPI Nand flash chips 72 Add support for various HYF SPI Nand flash chips [all …]
|
| /OK3568_Linux_fs/external/libmali/debian/ |
| H A D | changelog | 7 -- Jeffy Chen <jeffy.chen@rock-chips.com> Wed, 29 Jul 2020 11:35:41 +0800 13 -- Caesar Wang <wxt@rock-chips.com> Thu, 18 Jun 2020 09:53:00 +0800 21 -- Caesar Wang <wxt@rock-chips.com> Tue, 16 Jul 2019 09:23:05 +0800 33 -- Caesar Wang <wxt@rock-chips.com> Thu, 28 Feb 2019 19:18:46 +0800 40 -- Jacob Chen <jacob2.chen@rock-chips.com> Fri, 15 Dec 2017 11:06:46 +0800 46 -- Jacob Chen <jacob2.chen@rock-chips.com> Wed, 18 Oct 2017 15:29:07 +0000 52 -- Jacob Chen <jacob2.chen@rock-chips.com> Wed, 29 Sep 2017 15:29:07 +0000 58 -- yuyz <yuyz@rock-chips.com> Mon, 16 Jan 2017 09:59:02 +0000 64 -- Jacob Chen <jacob2.chen@rock-chips.com> Thu, 12 Jan 2017 09:29:07 +0000 84 -- Randy Li <randy.li@rock-chips.com> Thu, 22 Dec 2016 03:40:25 +0000 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | Kconfig | 6 tristate "Detect flash chips by Common Flash Interface (CFI) probe" 18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips" 22 This option enables JEDEC-style probing of flash chips which are not 24 CFI-targeted flash drivers for any chips which are identified which 26 covers most AMD/Fujitsu-compatible chips and also non-CFI 27 Intel chips. 37 chips, or if you wish to reduce the size of the kernel by including 38 support for only specific arrangements of flash chips, say 'Y'. This 50 data bits when writing the 'magic' commands to the chips. Saying 52 enabled, means that the CPU will not do any swapping; the chips [all …]
|
| H A D | cfi_cmdset_0002.c | 728 cfi->chips[i].word_write_time = 1<<cfi->cfiq->WordWriteTimeoutTyp; in cfi_cmdset_0002() 729 cfi->chips[i].buffer_write_time = 1<<cfi->cfiq->BufWriteTimeoutTyp; in cfi_cmdset_0002() 730 cfi->chips[i].erase_time = 1<<cfi->cfiq->BlockEraseTimeoutTyp; in cfi_cmdset_0002() 739 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002() 743 cfi->chips[i].buffer_write_time_max = 0; in cfi_cmdset_0002() 745 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002() 746 max(cfi->chips[i].buffer_write_time_max, 2000); in cfi_cmdset_0002() 748 cfi->chips[i].ref_point_counter = 0; in cfi_cmdset_0002() 749 init_waitqueue_head(&(cfi->chips[i].wq)); in cfi_cmdset_0002() 1254 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf); in cfi_amdstd_read() [all …]
|
| /OK3568_Linux_fs/external/drm-cursor/debian/ |
| H A D | changelog | 7 -- Jeffy Chen <jeffy.chen@rock-chips.com> Fri, 14 Apr 2023 10:14:08 +0800 17 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 29 Sep 2022 10:32:38 +0800 28 -- Jeffy Chen <jeffy.chen@rock-chips.com> Wed, 01 Dec 2021 15:48:26 +0800 36 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 09 Sep 2021 11:41:45 +0800 47 -- Jeffy Chen <jeffy.chen@rock-chips.com> Wed, 04 Aug 2021 15:27:16 +0800 59 -- Jeffy Chen <jeffy.chen@rock-chips.com> Mon, 26 Jul 2021 12:16:50 +0800 68 -- Jeffy Chen <jeffy.chen@rock-chips.com> Fri, 23 Jul 2021 15:04:28 +0800 75 -- Jeffy Chen <jeffy.chen@rock-chips.com> Wed, 14 Jul 2021 10:08:25 +0800 81 -- Jeffy Chen <jeffy.chen@rock-chips.com> Tue, 13 Jul 2021 11:50:32 +0800 87 -- Jeffy Chen <jeffy.chen@rock-chips.com> Fri, 18 Jun 2021 18:53:01 +0800 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | Kconfig | 10 SPI flash driver which knows how to probe most chips 106 Add support for various Atmel SPI flash chips (AT45xxx and AT25xxx) 111 Add support for various EON SPI flash chips (EN25xxx) 116 Add support for various GigaDevice SPI flash chips (GD25xxx) 121 Add support for various ISSI SPI flash chips (ISxxx) 126 Add support for various Macronix SPI flash chips (MX25Lxxx) 131 Add support for various Spansion SPI flash chips (S25FLxxx) 136 Add support for various STMicro SPI flash chips (M25Pxxx and N25Qxxx) 141 Add support for various SST SPI flash chips (SST25xxx) 146 Add support for various Winbond SPI flash chips (W25xxx) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | Kconfig | 29 Supported chips: RT2460. 41 Supported chips: RT2560. 56 Supported chips: RT2561, RT2561S & RT2661. 73 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052, 86 Supported chips: RT3390 94 Supported chips: RT3060, RT3062, RT3562, RT3592 103 Supported chips: RT5390 111 Supported chips: RT3290 121 Supported chips: RT2571 & RT2572. 134 Supported chips: RT2571W, RT2573 & RT2671. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | brcm,gisb-arb.txt | 6 "brcm,bcm7278-gisb-arb" for V7 28nm chips 7 "brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips 8 "brcm,bcm7435-gisb-arb" for newer 40nm chips 9 "brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips 10 "brcm,bcm7038-gisb-arb" for 130nm chips
|
| /OK3568_Linux_fs/kernel/drivers/i2c/muxes/ |
| H A D | i2c-mux-pca954x.c | 94 static const struct chip_desc chips[] = { variable 197 { .compatible = "nxp,pca9540", .data = &chips[pca_9540] }, 198 { .compatible = "nxp,pca9542", .data = &chips[pca_9542] }, 199 { .compatible = "nxp,pca9543", .data = &chips[pca_9543] }, 200 { .compatible = "nxp,pca9544", .data = &chips[pca_9544] }, 201 { .compatible = "nxp,pca9545", .data = &chips[pca_9545] }, 202 { .compatible = "nxp,pca9546", .data = &chips[pca_9546] }, 203 { .compatible = "nxp,pca9547", .data = &chips[pca_9547] }, 204 { .compatible = "nxp,pca9548", .data = &chips[pca_9548] }, 205 { .compatible = "nxp,pca9846", .data = &chips[pca_9846] }, [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-wifibt.sh | 110 ln -sf chips/CYW4354_Makefile \ 114 ln -sf chips/CYW4373_Makefile \ 118 ln -sf chips/CYW43438_Makefile \ 122 ln -sf chips/CYW43455_Makefile \ 126 ln -sf chips/CYW5557X_Makefile \ 131 ln -sf chips/CYW5557X_PCIE_Makefile \ 135 ln -sf chips/CYW54591_PCIE_Makefile \ 140 ln -sf chips/CYW54591_Makefile \ 180 ln -sf chips/CYW4354_Makefile \ 187 ln -sf chips/CYW4373_Makefile \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 20-wifibt.sh | 110 ln -sf chips/CYW4354_Makefile \ 114 ln -sf chips/CYW4373_Makefile \ 118 ln -sf chips/CYW43438_Makefile \ 122 ln -sf chips/CYW43455_Makefile \ 126 ln -sf chips/CYW5557X_Makefile \ 131 ln -sf chips/CYW5557X_PCIE_Makefile \ 135 ln -sf chips/CYW54591_PCIE_Makefile \ 140 ln -sf chips/CYW54591_Makefile \ 180 ln -sf chips/CYW4354_Makefile \ 187 ln -sf chips/CYW4373_Makefile \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H A D | Kconfig | 6 tristate "Support for LPDDR flash chips" 10 flash chips. Synonymous with Mobile-DDR. It is a new standard for 15 tristate "Detect flash chips by QINFO probe" 17 Device Information for LPDDR chips is offered through the Overlay 25 tristate "Support for LPDDR2-NVM flash chips"
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 141 } *chips; variable 980 chips[i].restore = true; in powernv_cpufreq_occ_msg() 981 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg() 988 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg() 993 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg() 994 chips[i].reason[omsg.throttle_status]++; in powernv_cpufreq_occ_msg() 998 chips[i].restore = true; in powernv_cpufreq_occ_msg() 1000 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg() 1079 chips = kcalloc(nr_chips, sizeof(struct chip), GFP_KERNEL); in init_chip_info() 1080 if (!chips) { in init_chip_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/potentiometer/ |
| H A D | Kconfig | 35 potentiometer chips. 46 chips. 57 chips. 68 digital potentiometer chips. 86 digital potentiometer chips. 100 digital potentiometer chips. 112 digital potentiometer chips. 124 digital potentiometer chips.
|
| /OK3568_Linux_fs/kernel/sound/usb/6fire/ |
| H A D | chip.c | 34 static struct sfire_chip *chips[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 95 if (chips[i]) in usb6fire_chip_probe() 96 chips[i]->intf_count++; in usb6fire_chip_probe() 97 usb_set_intfdata(intf, chips[i]); in usb6fire_chip_probe() 135 chips[regidx] = chip; in usb6fire_chip_probe() 180 chips[chip->regidx] = NULL; in usb6fire_chip_disconnect()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | tmp421.rst | 4 Supported chips: 54 TMP423, TMP441, and TMP442 temperature sensor chips. These chips 57 in degrees Celsius. The chips are wired over I2C/SMBus and specified 61 The chips support only temperature measurement. The driver exports
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5declarative/ |
| H A D | 0003-qt5declarative-src-add-Q_NEVER_INLINE-in-writeProper.patch | 2 From: Nickey Yang <nickey.yang@rock-chips.com> 9 Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com> 10 Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> 11 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
|
| /OK3568_Linux_fs/external/linux-rga/debian/ |
| H A D | changelog | 5 -- Jeffy Chen <jeffy.chen@rock-chips.com> Fri, 7 Jan 2022 15:44:00 +0800 11 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 20 May 2021 10:05:29 +0800 17 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 23 Jul 2020 17:49:04 +0800
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A D | gpio-mockup.rst | 7 chips for testing purposes. The lines exposed by these chips can be accessed 11 Creating simulated chips using module params 26 The line above creates three chips. The first one will expose 8 lines, 28 to 405 while for two first chips it will be assigned automatically.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | Kconfig | 7 bool "Support non-linear mappings of flash chips" 10 paged mappings of flash chips. 17 ROM driver code to communicate with chips which are mapped 19 the physical address and size of the flash chips on your 42 This is the physical memory location at which the flash chips 52 This is the total length of the mapping of the flash chips on 54 physical memory map between the chips, this could be larger 74 and RAM driver code to communicate with chips which are mapped 135 in which user-programmable flash chips are connected on the 158 which user-programmable flash chips are connected on various [all …]
|
| /OK3568_Linux_fs/docs/licenses/ |
| H A D | LICENSE | 17 Website: [www.rock-chips.com](http://www.rock-chips.com) 23 Customer service e-Mail: [fae@rock-chips.com](mailto:fae@rock-chips.com)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | ccf.txt | 12 Example chips: T4240, B4860 15 Example chips: P5040, P5020, P4080, P3041, P2041 20 used for both CCF version 1 chips and CCF version 2 21 chips. It should be specified after either
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0012-adbd-Support-Ctrl-C.patch | 2 From: "jkand.huang" <jkand.huang@rock-chips.com> 6 Signed-off-by: jkand.huang <jkand.huang@rock-chips.com> 7 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | Kconfig | 108 AD7416, AD7417 and AD7418 temperature monitoring chips. 118 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, 130 and Philips NE1619 sensor chips. 162 and ADM1030 sensor chips. 172 sensor chips. 183 Dallas DS1780, National Semiconductor LM81 sensor chips. 202 ADT7310 and ADT7320 temperature monitoring chips. 213 ADT7410 and ADT7420 temperature monitoring chips. 233 ADT7462 temperature monitoring chips. 243 ADT7470 temperature monitoring chips. [all …]
|