Displaying 20 results from an estimated 112 matches for "sdhci".
2016 Aug 17
0
Error at sdhci-pci, kernel
Hello,
CentOS 6.8, kernel 2.6.32-642.3.1.el6.x86_64
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:00:10.0: SDHCI controller found [8086:2294] (rev 21)
sdhci-pci 0000:00:10.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
sdhci-pci 0000:00:10.0: Invalid iomem size. You may experience problems. &l...
2011 Oct 13
1
Using SD-card reader? (Lenovo T61/Richo R5C822 controller/sdhci driver)
...t Controller (rev 11)
15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host
Adapter (rev 11)
15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)
and a driver is loaded and appears to find the device - from
/var/log/messages:
Oct 13 09:30:48 i58524 kernel: sdhci: Secure Digital Host Controller
Interface driver, 0.12
Oct 13 09:30:48 i58524 kernel: sdhci: Copyright(c) Pierre Ossman
Oct 13 09:30:48 i58524 kernel: sdhci: SDHCI controller found at
0000:15:00.2 [1180:0822] (rev 21)
Oct 13 09:30:48 i58524 kernel: ACPI: PCI Interrupt 0000:15:00.2[C] ->
GSI 1...
2016 Mar 22
0
CEEA-2016:0479 CentOS 6 sdhci Enhancement Update
...d Enhancement Advisory 2016:0479
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0479.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
e6d661ae130d63e2736f2a398b4c2ff082b805e54ac3487166307479a2be6e85 kmod-sdhci-0.1_rh1-1.el6_7.i686.rpm
x86_64:
10ba2f07d379e62c2d2800f44d0c20ab2d8fc3dad78ab07ea29b4a8333a06904 kmod-sdhci-0.1_rh1-1.el6_7.x86_64.rpm
Source:
f1660f119a8ec4e6424f961bebdfb5f210b24dd4324e84f4d186256617ff0421 sdhci-0.1_rh1-1.el6_7.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos....
2020 May 06
0
Fwd: GeForce(R) GT 710 1GB PCIE x 1 on arm64
...iver
[ 1.179838] ohci-exynos: OHCI Exynos driver
[ 1.180268] tegra-xusb 3530000.usb: Adding to iommu group 0
[ 1.180604] usbcore: registered new interface driver usb-storage
[ 1.181852] mousedev: PS/2 mouse device common for all mice
[ 1.183057] i2c /dev entries driver
[ 1.186847] sdhci: Secure Digital Host Controller Interface driver
[ 1.186879] sdhci: Copyright(c) Pierre Ossman
[ 1.187193] Synopsys Designware Multimedia Card Interface Driver
[ 1.187829] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.188291] sdhci-tegra 3400000.sdhci: Adding to iommu group 1
[...
2020 May 06
4
GeForce(R) GT 710 1GB PCIE x 1 on arm64
Hi to all.
I'm experimenting with running a
https://www.zotac.com/us/product/graphics_card/geforce%C2%AE-gt-710-1gb-pcie-x-1
card on an Nvidia Jetson TX2 arm64 device.
Possible?
Linux kernel aarch64 5.6.10.
Because Nvidia did not list drivers for this architecture, I'm
experimenting with a nouveau driver.
The Jetson TX2 has a default driver for the host1x framebuffer for output
from the
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...yS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart825
0,mmio32,0x03100000 nvdumper_reserved=0xf7fc0000 gpt androidboot.secureos=none tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.serialno=0320717048574
androidboot.security=non-secure sdhci_tegra.en_boot_part_access=1
[0001.953] I> Updated bootarg info to DTB
[0001.958] I> eeprom_get_mac_addr: MAC (type: 0): 00:04:4b:8c:3b:b6
[0001.964] I> eeprom_get_mac_addr: MAC (type: 1): 00:04:4b:8c:3b:b7
[0001.970] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:8c:3b:b8
[0001.976] E&...
2018 Jan 25
0
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...Keyboard/mouse protocol handler initialized
[ 4.733210] IR XMP protocol handler initialized
[ 4.743415] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 4.743646] orion_wdt: Initial timeout 171 sec
[ 4.743915] sdhci: Secure Digital Host Controller Interface driver
[ 4.743916] sdhci: Copyright(c) Pierre Ossman
[ 4.744070] sdhci-pxav3 f10d8000.sdhci: Got CD GPIO
[ 4.801715] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[ 4.801818] sdhci-pltfm: SDHCI platform and OF driver helpe...
2017 Nov 21
2
GP10B regression
Thanks to Thierry for finding this - applying
index e14643615698..00eeaaffeae5 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2369,7 +2369,7 @@ nv13b_chipset = {
.imem = gk20a_instmem_new,
.ltc = gp100_ltc_new,
.mc = gp10b_mc_new,
- .mmu = gf100_mmu_new,
+ .mmu = gp10b_mmu_new,
2017 Dec 21
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...ttyS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0xf7fc0000 gpt androidboot.secureos=none tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.serialno=0320717048574
androidboot.security=non-secure sdhci_tegra.en_boot_part_access=1
[0001.932] I> Updated bootarg info to DTB
[0001.937] I> eeprom_get_mac_addr: MAC (type: 0): 00:04:4b:8c:3b:b6
[0001.943] I> eeprom_get_mac_addr: MAC (type: 1): 00:04:4b:8c:3b:b7
[0001.949] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:8c:3b:b8
[0001.956] E&...
2024 Oct 04
2
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
...-
drivers/mmc/host/atmel-mci.c | 4 +-
drivers/mmc/host/dw_mmc-rockchip.c | 2 +-
drivers/mmc/host/dw_mmc.c | 2 +-
drivers/mmc/host/mmci.c | 2 +-
drivers/mmc/host/omap_hsmmc.c | 6 +-
drivers/mmc/host/sdhci-msm.c | 2 +-
drivers/mmc/host/sdhci-of-at91.c | 2 +-
drivers/mmc/host/sdhci-omap.c | 4 +-
drivers/mmc/host/sdhci-pci-core.c | 2 +-
drivers/mmc/host/sdhci-pxav3.c | 6 +-
drivers/mmc/host/sdhci-sprd.c...
2010 Aug 05
0
No subject
...o thinkpad_acpi pcmcia_core i=
wlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq=
_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button ba=
ttery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod =
crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci at=
a_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata =
thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_=
wait_scan]
Aug 21 09:08:49 BUBBLE kernel: [ 32.126863] Pid: 1723=2C comm: Xorg Taint=
ed: P 2.6.32-5...
2017 Dec 21
1
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...ttyS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0xf7fc0000 gpt androidboot.secureos=none tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.serialno=0320717048574
androidboot.security=non-secure sdhci_tegra.en_boot_part_access=1
[0001.929] I> Updated bootarg info to DTB
[0001.934] I> eeprom_get_mac_addr: MAC (type: 0): 00:04:4b:8c:3b:b6
[0001.940] I> eeprom_get_mac_addr: MAC (type: 1): 00:04:4b:8c:3b:b7
[0001.946] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:8c:3b:b8
[0001.952] E&...
2018 Jan 25
2
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
The Geforce 9800GT also shows different behaviour without nvidiafb in
the kernel. I get lengthy messages from nouveau, like the ones found
in the email attachment.
It also eventually gets into the lightdm login graphical screen, but
with this card the screen is highly distorted, despite the mouse
cursor being properly displayed and moving around properly.
Luis
On Thu, Jan 25, 2018 at 1:14 PM,
2013 Nov 19
5
Xen S3 host resume: "Interrupts enabled after xen_acpi_processor_resume+0x0/0x34"
...able_raw rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_co
nexant iTCO_wdt iTCO_vendor_support arc4 x86_pkg_temp_thermal coretemp iwldvm microcode
btusb snd_hda_intel mac80211 bluetooth joydev snd_hda_codec snd_hwdep snd_seq serio_raw
iwlwifi i2c_i801 snd_seq_device
[48002.776894] snd_pcm cfg80211 sdhci_pci sdhci mmc_core thinkpad_acpi wmi tpm_tis e100
0e rfkill snd_page_alloc tpm tpm_bios snd_timer ptp snd mei_me mei soundcore shpchp lpc_
ich pps_core mfd_core mperf xen_acpi_processor xen_netback xen_blkback xen_gntdev xen_ev
tchn xenfs xen_privcmd uinput binfmt_misc nfsd auth_rpcgss nfs_acl lock...
2009 Oct 18
4
[Bug 24607] New: Suspend fails with kernel hang
...g no_console_suspend altogether with netconsole and dmesg -n8, I can get?:
[ 384.372595] PM: Syncing filesystems ... done.
[ 384.425291] Freezing user space processes ... (elapsed 0.00 seconds) done.
[ 384.426317] Freezing remaining freezable tasks ... (elapsed 0.00 seconds)
done.
[ 386.029083] sdhci-pci 0000:06:00.1: PME# disabled
[ 386.029118] sdhci-pci 0000:06:00.1: PCI INT B disabled
Then, I get lot of TTM output, something like "Buffer eviction failed", but it
isn't sent to the netconsole.
Here are info about my card:
01:00.0 VGA compatible controller: nVidia Corporation G...
2014 Jun 11
2
Re: libguestfs supermin error
...md: raid4 personality registered for level 4
> [ 1.028252] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised:
> dm-devel@redhat.com
> [ 1.030482] EDAC MC: Ver: 3.0.0
> [ 1.031731] Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista
> Software
> [ 1.034030] sdhci: Secure Digital Host Controller Interface driver
> [ 1.035484] sdhci: Copyright(c) Pierre Ossman
> [ 1.036663] sdhci-pltfm: SDHCI platform and OF driver helper
> [ 1.038870] usbcore: registered new interface driver usbhid
> [ 1.040182] usbhid: USB HID core driver
> [ 1...
2014 Jun 10
2
Re: libguestfs supermin error
Hi Rich
I'm able to solve the problem regarding PAPR in libguestfs on my powerpc
ubuntu.By default the libguestfs was configuring pseries machine and
afterwards I changed it to my original machine i.e ppce500 .The changes are
performed in ./src/guestfs-internal.h file.
Thanks
On Tue, Jun 10, 2014 at 7:58 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Wed, Jun 04, 2014 at
2010 Jun 18
3
recognizing correct number of cores on CPU
I just installed centos 5.5 x86_64 on a new HP laptop.
It has the core i5 processor.
only 1 cpu is detected should be 2.
This has happened before. Is upstream not keeping up with
new processors released and updating the kernel?
I'd rather not go through the process again of putting a newer kernel
on the machine and having something different out there than "stock" centos.
Jerry
2018 Jan 25
0
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...Keyboard/mouse protocol handler initialized
[ 4.724933] IR XMP protocol handler initialized
[ 4.735135] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 4.735359] orion_wdt: Initial timeout 171 sec
[ 4.735631] sdhci: Secure Digital Host Controller Interface driver
[ 4.735632] sdhci: Copyright(c) Pierre Ossman
[ 4.735785] sdhci-pxav3 f10d8000.sdhci: Got CD GPIO
[ 4.792389] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[ 4.792494] sdhci-pltfm: SDHCI platform and OF driver helpe...
2018 Jan 23
2
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...Keyboard/mouse protocol handler initialized
[ 4.626448] IR XMP protocol handler initialized
[ 4.636654] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 4.637176] orion_wdt: Initial timeout 171 sec
[ 4.637500] sdhci: Secure Digital Host Controller Interface driver
[ 4.637501] sdhci: Copyright(c) Pierre Ossman
[ 4.637662] sdhci-pxav3 f10d8000.sdhci: Got CD GPIO
[ 4.712266] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[ 4.712362] sdhci-pltfm: SDHCI platform and OF driver helpe...