summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2014-03-02Skip a tautologic check if we know it is one.joerg
2014-02-24Fix compilationmartin
2014-02-24Explicitly include <sys/simplelock.h> for now (untill Nick kills itmartin
2014-02-24Remove unused variable. Fixes compile error.msaitoh
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2014-02-22Deal with non-4KB page sizesmatt
2014-02-05put back line accidentally deleted before (hi matt)christos
2014-02-04_setsoftintr is long dead. reap any leftovers from arm.matt
2014-01-28Remove unused variablesmartin
2014-01-28Remove an unused variablemartin
2013-12-17Mark tmr0_read and tmr1_read as unused.joerg
2013-12-17Nuke __raise.joerg
2013-10-13Catch up to recent changes in config_pending_{incr,decr}().riz
2013-08-18<arm/locore.h> fallout (fixes some include ordering errors)matt
2013-08-18Move parts of cpu.h that are not needed by MI code in <arm/locore.h>matt
2012-11-12C99 typesskrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-14struct device * -> device_t for IXP4xx (and nslu2).msaitoh
2012-09-28Defer attaching interrupt evcnts in the same way as i80321.c by matt@ryo
2012-09-18Add bounce buffer support for ARM bus_dma(9). Add macros to help initializematt
2012-09-07Forgot to commit this.matt
2012-09-07Fix more pci_conf_interrupt/pci_conf_hook problemsmatt
2012-09-07Fix pci_conf_interrupt fallout.matt
2012-08-02Remove irqframe and replace with identical trapframe.skrll
2012-07-29Fix more -fno-common fallout.matt
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-06Provide generic a[24]x bus_space methods (aNx is normal access, offsetskrll
2012-02-12Change old-stlye-defintions to C89 prototypes.matt
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-29Handle PXA25x specific DMAC constraints. From kiyohara@.tsutsui
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2012-01-21fix my license notice.nonaka
2012-01-15Don't lock sc->sc_intr_lock at halt_output(), halt_input().nonaka
2012-01-11adjust wsfont_find()macallan
2012-01-10split iopi2c(4) device/softcjakllsch
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-19First step of random number subsystem rework described intls
2011-08-06Support slave mode for PXA2x0 I2C.kiyohara
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-11Remove inline from global routinesmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-23Fix bit name ISR_UB. Not _UE.kiyohara
2011-06-22Add member sc_addr to struct pxa2x0_i2c_softc.kiyohara
2011-06-19- Split device_t/softc.nonaka
2011-06-18Added some I2C register definition.nonaka
2011-06-09- device_t/softc split.nonaka
2011-06-06Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup.matt
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-05-14- Only when pxa_size isn't set, pxa_size is set.nonaka